Html Css Color HEX #A666BF Deep Lilac

📋 copy color: '#A666BF'

red 166 ◦ green 102 ◦ blue 191

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

Shades of Deep Lilac #A666BF

Tints of Deep Lilac #A666BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.61%

R = 36.17%
G = 22.22%
B = 41.61%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A666BF (or 0xA666BF) is known color: Deep Lilac. HEX triplet: A6, 66 and BF. RGB value is (166,102,191). Sum of RGB (Red+Green+Blue) = 166+102+191=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #A666BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666BF is #599940. Grayscale: #828282. Windows color (decimal): -5871937 or 12543654. OLE color: 12543654.

HSL color Cylindrical-coordinate representation of color #A666BF: hue angle of 283.15º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A666BF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 102 191 -
CMYK 0.13 0.47 0 0.25
HSL 283.15º 0.41% 0.57% -
HSV(B) 283.15º 0.47% 0.75% -
XYZ 29.88 21.37 51.84 -
YUV 131.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 166 102 191 0.13 0.47 0 0.25 283.15 0.41 0.57
Hex A6 66 BF D 2F 0 19 11B 29 39
Octal 246 146 277 15 57 0 31 433 51 71
Binary 10100110 1100110 10111111 1101 101111 0 11001 100011011 101001 111001

Color Harmonies of #A666BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666BF

Black with #A666BF

Text Example


Text Example

White with #A666BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666BF; }

 p { color: rgb(166,102,191); }

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

background-color css

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

 a { background-color: rgb(166,102,191); }

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

border-color css

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

 span { border-color: rgb(166,102,191); }

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