Html Css Color HEX #A066BB Deep Lilac

📋 copy color: '#A066BB'

red 160 ◦ green 102 ◦ blue 187

#A066BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A066BB

Tints of Deep Lilac #A066BB

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

 GREEN value IS 102 (40.23% from 255) = 22.72%

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 35.63%
G = 22.72%
B = 41.65%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A066BB (or 0xA066BB) is known color: Deep Lilac. HEX triplet: A0, 66 and BB. RGB value is (160,102,187). Sum of RGB (Red+Green+Blue) = 160+102+187=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #A066BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066BB is #5F9944. Grayscale: #808080. Windows color (decimal): -6265157 or 12281504. OLE color: 12281504.

HSL color Cylindrical-coordinate representation of color #A066BB: hue angle of 280.94º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A066BB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 102 187 -
CMYK 0.14 0.45 0 0.27
HSL 280.94º 0.38% 0.57% -
HSV(B) 280.94º 0.45% 0.73% -
XYZ 28.22 20.56 49.5 -
YUV 129.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 160 102 187 0.14 0.45 0 0.27 280.94 0.38 0.57
Hex A0 66 BB E 2D 0 1B 119 26 39
Octal 240 146 273 16 55 0 33 431 46 71
Binary 10100000 1100110 10111011 1110 101101 0 11011 100011001 100110 111001

Color Harmonies of #A066BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066BB

Black with #A066BB

Text Example


Text Example

White with #A066BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066BB; }

 p { color: rgb(160,102,187); }

 H1.HeaderClassName
 {
   color: #A066BB;
 }
 .AnyTagClassName
 {
   color: #A066BB;
 }
</style>

background-color css

<style>
 a { background-color: #A066BB; }

 a { background-color: rgb(160,102,187); }

 div.DivClassName
 {
   background-color: #A066BB;
 }
 .BgClassName
 {
   background-color: #A066BB;
 }
</style>

border-color css

<style>
 span { border-color: #A066BB; }

 span { border-color: rgb(160,102,187); }

 td.TdClassName
 {
   border-color: #A066BB;
 }
 .TagClassName
 {
   border-color: #A066BB;
 }
</style>