Html Css Color HEX #AA64B6 Deep Lilac

📋 copy color: '#AA64B6'

red 170 ◦ green 100 ◦ blue 182

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

Shades of Deep Lilac #AA64B6

Tints of Deep Lilac #AA64B6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.12%

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 37.61%
G = 22.12%
B = 40.27%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA64B6 (or 0xAA64B6) is known color: Deep Lilac. HEX triplet: AA, 64 and B6. RGB value is (170,100,182). Sum of RGB (Red+Green+Blue) = 170+100+182=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA64B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64B6 is #559B49. Grayscale: #828282. Windows color (decimal): -5610314 or 11953322. OLE color: 11953322.

HSL color Cylindrical-coordinate representation of color #AA64B6: hue angle of 291.22º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA64B6 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 100 182 -
CMYK 0.07 0.45 0 0.29
HSL 291.22º 0.36% 0.55% -
HSV(B) 291.22º 0.45% 0.71% -
XYZ 29.58 21.04 46.76 -
YUV 130.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 170 100 182 0.07 0.45 0 0.29 291.22 0.36 0.55
Hex AA 64 B6 7 2D 0 1D 123 24 37
Octal 252 144 266 7 55 0 35 443 44 67
Binary 10101010 1100100 10110110 111 101101 0 11101 100100011 100100 110111

Color Harmonies of #AA64B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64B6

Black with #AA64B6

Text Example


Text Example

White with #AA64B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64B6; }

 p { color: rgb(170,100,182); }

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

background-color css

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

 a { background-color: rgb(170,100,182); }

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

border-color css

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

 span { border-color: rgb(170,100,182); }

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