Html Css Color HEX #A666BA Deep Lilac

📋 copy color: '#A666BA'

red 166 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #A666BA

Tints of Deep Lilac #A666BA

RGB

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

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

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

R = 36.56%
G = 22.47%
B = 40.97%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A666BA (or 0xA666BA) is known color: Deep Lilac. HEX triplet: A6, 66 and BA. RGB value is (166,102,186). Sum of RGB (Red+Green+Blue) = 166+102+186=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A666BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666BA is #599945. Grayscale: #828282. Windows color (decimal): -5871942 or 12215974. OLE color: 12215974.

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

Color convert

RGB 166 102 186 -
CMYK 0.11 0.45 0 0.27
HSL 285.71º 0.38% 0.56% -
HSV(B) 285.71º 0.45% 0.73% -
XYZ 29.34 21.15 48.99 -
YUV 130.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 166 102 186 0.11 0.45 0 0.27 285.71 0.38 0.56
Hex A6 66 BA B 2D 0 1B 11E 26 38
Octal 246 146 272 13 55 0 33 436 46 70
Binary 10100110 1100110 10111010 1011 101101 0 11011 100011110 100110 111000

Color Harmonies of #A666BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666BA

Black with #A666BA

Text Example


Text Example

White with #A666BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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