Html Css Color HEX #AA5ABC Deep Lilac

📋 copy color: '#AA5ABC'

red 170 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #AA5ABC

Tints of Deep Lilac #AA5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.09%

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

R = 37.95%
G = 20.09%
B = 41.96%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA5ABC (or 0xAA5ABC) is known color: Deep Lilac. HEX triplet: AA, 5A and BC. RGB value is (170,90,188). Sum of RGB (Red+Green+Blue) = 170+90+188=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ABC is #55A543. Grayscale: #7C7C7C. Windows color (decimal): -5612868 or 12343978. OLE color: 12343978.

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

Color convert

RGB 170 90 188 -
CMYK 0.10 0.52 0 0.26
HSL 288.98º 0.42% 0.55% -
HSV(B) 288.98º 0.52% 0.74% -
XYZ 29.31 19.49 49.79 -
YUV 125.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 170 90 188 0.10 0.52 0 0.26 288.98 0.42 0.55
Hex AA 5A BC A 34 0 1A 121 2A 37
Octal 252 132 274 12 64 0 32 441 52 67
Binary 10101010 1011010 10111100 1010 110100 0 11010 100100001 101010 110111

Color Harmonies of #AA5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ABC

Black with #AA5ABC

Text Example


Text Example

White with #AA5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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