Html Css Color HEX #AA66BC Deep Lilac

📋 copy color: '#AA66BC'

red 170 ◦ green 102 ◦ blue 188

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

Shades of Deep Lilac #AA66BC

Tints of Deep Lilac #AA66BC

RGB

 RED value IS 170 (66.8% from 255) = 36.96%

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 36.96%
G = 22.17%
B = 40.87%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA66BC (or 0xAA66BC) is known color: Deep Lilac. HEX triplet: AA, 66 and BC. RGB value is (170,102,188). Sum of RGB (Red+Green+Blue) = 170+102+188=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66BC is #559943. Grayscale: #838383. Windows color (decimal): -5609796 or 12347050. OLE color: 12347050.

HSL color Cylindrical-coordinate representation of color #AA66BC: hue angle of 287.44º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA66BC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 102 188 -
CMYK 0.10 0.46 0 0.26
HSL 287.44º 0.39% 0.57% -
HSV(B) 287.44º 0.46% 0.74% -
XYZ 30.41 21.68 50.16 -
YUV 132.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 170 102 188 0.10 0.46 0 0.26 287.44 0.39 0.57
Hex AA 66 BC A 2E 0 1A 11F 27 39
Octal 252 146 274 12 56 0 32 437 47 71
Binary 10101010 1100110 10111100 1010 101110 0 11010 100011111 100111 111001

Color Harmonies of #AA66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66BC

Black with #AA66BC

Text Example


Text Example

White with #AA66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66BC; }

 p { color: rgb(170,102,188); }

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

background-color css

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

 a { background-color: rgb(170,102,188); }

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

border-color css

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

 span { border-color: rgb(170,102,188); }

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