Html Css Color HEX #AA66BA Deep Lilac

📋 copy color: '#AA66BA'

red 170 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #AA66BA

Tints of Deep Lilac #AA66BA

RGB

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

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

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

R = 37.12%
G = 22.27%
B = 40.61%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA66BA (or 0xAA66BA) is known color: Deep Lilac. HEX triplet: AA, 66 and BA. RGB value is (170,102,186). Sum of RGB (Red+Green+Blue) = 170+102+186=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA66BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66BA is #559945. Grayscale: #838383. Windows color (decimal): -5609798 or 12215978. OLE color: 12215978.

HSL color Cylindrical-coordinate representation of color #AA66BA: hue angle of 288.57º 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 #AA66BA is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 102 186 -
CMYK 0.09 0.45 0 0.27
HSL 288.57º 0.38% 0.56% -
HSV(B) 288.57º 0.45% 0.73% -
XYZ 30.19 21.59 49.03 -
YUV 131.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 170 102 186 0.09 0.45 0 0.27 288.57 0.38 0.56
Hex AA 66 BA 9 2D 0 1B 121 26 38
Octal 252 146 272 11 55 0 33 441 46 70
Binary 10101010 1100110 10111010 1001 101101 0 11011 100100001 100110 111000

Color Harmonies of #AA66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66BA

Black with #AA66BA

Text Example


Text Example

White with #AA66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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