Html Css Color HEX #AA58BE Deep Lilac

📋 copy color: '#AA58BE'

red 170 ◦ green 88 ◦ blue 190

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

Shades of Deep Lilac #AA58BE

Tints of Deep Lilac #AA58BE

RGB

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

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

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

R = 37.95%
G = 19.64%
B = 42.41%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA58BE (or 0xAA58BE) is known color: Deep Lilac. HEX triplet: AA, 58 and BE. RGB value is (170,88,190). Sum of RGB (Red+Green+Blue) = 170+88+190=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA58BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58BE is #55A741. Grayscale: #7B7B7B. Windows color (decimal): -5613378 or 12474538. OLE color: 12474538.

HSL color Cylindrical-coordinate representation of color #AA58BE: hue angle of 288.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA58BE is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 88 190 -
CMYK 0.11 0.54 0 0.25
HSL 288.24º 0.44% 0.55% -
HSV(B) 288.24º 0.54% 0.75% -
XYZ 29.36 19.24 50.88 -
YUV 124.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 170 88 190 0.11 0.54 0 0.25 288.24 0.44 0.55
Hex AA 58 BE B 36 0 19 120 2C 37
Octal 252 130 276 13 66 0 31 440 54 67
Binary 10101010 1011000 10111110 1011 110110 0 11001 100100000 101100 110111

Color Harmonies of #AA58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58BE

Black with #AA58BE

Text Example


Text Example

White with #AA58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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