Html Css Color HEX #AA64BE Deep Lilac

📋 copy color: '#AA64BE'

red 170 ◦ green 100 ◦ blue 190

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

Shades of Deep Lilac #AA64BE

Tints of Deep Lilac #AA64BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 36.96%
G = 21.74%
B = 41.3%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA64BE (or 0xAA64BE) is known color: Deep Lilac. HEX triplet: AA, 64 and BE. RGB value is (170,100,190). Sum of RGB (Red+Green+Blue) = 170+100+190=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64BE is #559B41. Grayscale: #828282. Windows color (decimal): -5610306 or 12477610. OLE color: 12477610.

HSL color Cylindrical-coordinate representation of color #AA64BE: hue angle of 286.67º 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 #AA64BE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 100 190 -
CMYK 0.11 0.47 0 0.25
HSL 286.67º 0.41% 0.57% -
HSV(B) 286.67º 0.47% 0.75% -
XYZ 30.43 21.38 51.24 -
YUV 131.19 161.19 155.68 -
System Red Green Blue C M Y K H S L
Decimal 170 100 190 0.11 0.47 0 0.25 286.67 0.41 0.57
Hex AA 64 BE B 2F 0 19 11F 29 39
Octal 252 144 276 13 57 0 31 437 51 71
Binary 10101010 1100100 10111110 1011 101111 0 11001 100011111 101001 111001

Color Harmonies of #AA64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64BE

Black with #AA64BE

Text Example


Text Example

White with #AA64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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