Html Css Color HEX #A66CBA Deep Lilac

📋 copy color: '#A66CBA'

red 166 ◦ green 108 ◦ blue 186

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

Shades of Deep Lilac #A66CBA

Tints of Deep Lilac #A66CBA

RGB

 RED value IS 166 (65.23% from 255) = 36.09%

 GREEN value IS 108 (42.58% from 255) = 23.48%

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 36.09%
G = 23.48%
B = 40.43%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A66CBA (or 0xA66CBA) is known color: Deep Lilac. HEX triplet: A6, 6C and BA. RGB value is (166,108,186). Sum of RGB (Red+Green+Blue) = 166+108+186=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #A66CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CBA is #599345. Grayscale: #858585. Windows color (decimal): -5870406 or 12217510. OLE color: 12217510.

HSL color Cylindrical-coordinate representation of color #A66CBA: hue angle of 284.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66CBA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 108 186 -
CMYK 0.11 0.42 0 0.27
HSL 284.62º 0.36% 0.58% -
HSV(B) 284.62º 0.42% 0.73% -
XYZ 29.95 22.38 49.2 -
YUV 134.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 166 108 186 0.11 0.42 0 0.27 284.62 0.36 0.58
Hex A6 6C BA B 2A 0 1B 11D 24 3A
Octal 246 154 272 13 52 0 33 435 44 72
Binary 10100110 1101100 10111010 1011 101010 0 11011 100011101 100100 111010

Color Harmonies of #A66CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CBA

Black with #A66CBA

Text Example


Text Example

White with #A66CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CBA; }

 p { color: rgb(166,108,186); }

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

background-color css

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

 a { background-color: rgb(166,108,186); }

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

border-color css

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

 span { border-color: rgb(166,108,186); }

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