Html Css Color HEX #AA58B9 Deep Lilac

📋 copy color: '#AA58B9'

red 170 ◦ green 88 ◦ blue 185

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

Shades of Deep Lilac #AA58B9

Tints of Deep Lilac #AA58B9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 38.37%
G = 19.86%
B = 41.76%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA58B9 (or 0xAA58B9) is known color: Deep Lilac. HEX triplet: AA, 58 and B9. RGB value is (170,88,185). Sum of RGB (Red+Green+Blue) = 170+88+185=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA58B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58B9 is #55A746. Grayscale: #7B7B7B. Windows color (decimal): -5613383 or 12146858. OLE color: 12146858.

HSL color Cylindrical-coordinate representation of color #AA58B9: hue angle of 290.72º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA58B9 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 88 185 -
CMYK 0.08 0.52 0 0.27
HSL 290.72º 0.41% 0.54% -
HSV(B) 290.72º 0.52% 0.73% -
XYZ 28.82 19.03 48.05 -
YUV 123.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 170 88 185 0.08 0.52 0 0.27 290.72 0.41 0.54
Hex AA 58 B9 8 34 0 1B 123 29 36
Octal 252 130 271 10 64 0 33 443 51 66
Binary 10101010 1011000 10111001 1000 110100 0 11011 100100011 101001 110110

Color Harmonies of #AA58B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58B9

Black with #AA58B9

Text Example


Text Example

White with #AA58B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58B9; }

 p { color: rgb(170,88,185); }

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

background-color css

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

 a { background-color: rgb(170,88,185); }

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

border-color css

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

 span { border-color: rgb(170,88,185); }

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