Html Css Color HEX #AA5FBB Deep Lilac

📋 copy color: '#AA5FBB'

red 170 ◦ green 95 ◦ blue 187

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

Shades of Deep Lilac #AA5FBB

Tints of Deep Lilac #AA5FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 37.61%
G = 21.02%
B = 41.37%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA5FBB (or 0xAA5FBB) is known color: Deep Lilac. HEX triplet: AA, 5F and BB. RGB value is (170,95,187). Sum of RGB (Red+Green+Blue) = 170+95+187=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA5FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FBB is #55A044. Grayscale: #7F7F7F. Windows color (decimal): -5611589 or 12279722. OLE color: 12279722.

HSL color Cylindrical-coordinate representation of color #AA5FBB: hue angle of 288.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5FBB is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 95 187 -
CMYK 0.09 0.49 0 0.27
HSL 288.91º 0.4% 0.55% -
HSV(B) 288.91º 0.49% 0.73% -
XYZ 29.64 20.32 49.37 -
YUV 127.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 170 95 187 0.09 0.49 0 0.27 288.91 0.4 0.55
Hex AA 5F BB 9 31 0 1B 121 28 37
Octal 252 137 273 11 61 0 33 441 50 67
Binary 10101010 1011111 10111011 1001 110001 0 11011 100100001 101000 110111

Color Harmonies of #AA5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FBB

Black with #AA5FBB

Text Example


Text Example

White with #AA5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FBB; }

 p { color: rgb(170,95,187); }

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

background-color css

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

 a { background-color: rgb(170,95,187); }

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

border-color css

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

 span { border-color: rgb(170,95,187); }

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