COLOR #A066BE

HEX: #A066BE
RGB: (160,102,190)

Color info

#A066BE contains mainly red and blue colors. Web safe color of #A066BE is #9966CC (or #96C).

RGB color model

#A066BE color RGB value is (160,102,190).

  • red value is 160;
  • green value is 102;
  • blue value is 190.
RGB:
(160,102,190)
(63%,40%,75%)

RGB channels and saturation

R 160 of 255 = 63%
G 102 of 255 = 40%
B 190 of 255 = 75%

160
102
190

R + G + B ~ 59%. #A066BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 102 + 190 = 452 (100%)
R 160 of 452 ~ 35.4%
G 102 of 452 ~ 22.57%
B 190 of 452 ~ 42.04%

%35.4
%22.57
%42.04

CMYK color model

#A066BE color CMYK value is (16,46,0,25).

  • cyan value is 15.79%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,46,0,25)
C16M46Y0K25 
(16%,46%,0%,25%)
(0.16/0.46/0.00/0.25)	

CMYK percentages

%15.79
%46.32
%0
%25.49

Codes

Color #A066BE in popluar color models

A066BE
RGB160102190
HSL280°40.37%57.25%
HSB/HSV280°46.32%74.51%
CMYK15.79%46.32%0.00%
25.49%

Color #A066BE in popluar number systems.

HEXA066BE
Decimal160102190
Binary10100000110011010111110
Octal240146276

Shades and tints

Shades of #A066BE

#A066BE
(160,102,190)
#925DAD
(146,93,173)
#84549C
(132,84,156)
#764B8B
(118,75,139)
#68427A
(104,66,122)
#5A3969
(90,57,105)
#4C3058
(76,48,88)
#3E2747
(62,39,71)
#301E36
(48,30,54)
#221525
(34,21,37)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #A066BE

#A066BE
(160,102,190)
#A873C3
(168,115,195)
#B080C8
(176,128,200)
#B88DCD
(184,141,205)
#C09AD2
(192,154,210)
#C8A7D7
(200,167,215)
#D0B4DC
(208,180,220)
#D8C1E1
(216,193,225)
#E0CEE6
(224,206,230)
#E8DBEB
(232,219,235)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A066BE color. Also use rgb(160,102,190) instead hex code.

Text Font Color

.myTextColor { color: #A066BE; }

<p style="color:#A066BE">This sample text font color is #A066BE.</p>

This text font color is #A066BE.


Background Color

.myBgColor { background-color: #A066BE; }

<div style="background-color:#A066BE">Inner text</div>

This div background color is #A066BE.


Border color

.myBorderColor { border: 1px solid #A066BE; }

<div style="border:3px solid #A066BE">Div</div>

This div border color is #A066BE.


Opacity

.myOpacity80 { color: #A066BE; opacity: 0.8; }

<p style="color:#A066BE;opacity:0.8;">80%</p>

Text with #A066BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A066BE;}

<p style="text-shadow: 3px 3px 1px #A066BE">Text here.</p>

This text has shadow with #A066BE color.

.textShadow {text-shadow: 3px 3px 1px #A066BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A066BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #A066BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A066BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A066BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #A066BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A066BE;
  -webkit-box-shadow:	1px 1px 3px 2px #A066BE;
  box-shadow:		1px 1px 3px 2px #A066BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A066BE;
-webkit-box-shadow: 1px 1px 3px 2px #A066BE;
box-shadow:1px 1px 3px 2px #A066BE;">
Div content here</div>
This div box has shadow with color #A066BE.

Preview

Color preview on black background

This text has color #A066BE on black background.


Color preview on white background

This text has color #A066BE on white background.



Black color preview on #A066BE background

This text has black color on #A066BE background.


White color preview on #A066BE background

This text has white color on #A066BE background.