Html Css Color HEX #AA58BA Deep Lilac

📋 copy color: '#AA58BA'

red 170 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #AA58BA

Tints of Deep Lilac #AA58BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 38.29%
G = 19.82%
B = 41.89%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA58BA (or 0xAA58BA) is known color: Deep Lilac. HEX triplet: AA, 58 and BA. RGB value is (170,88,186). Sum of RGB (Red+Green+Blue) = 170+88+186=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58BA is #55A745. Grayscale: #7B7B7B. Windows color (decimal): -5613382 or 12212394. OLE color: 12212394.

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

Color convert

RGB 170 88 186 -
CMYK 0.09 0.53 0 0.27
HSL 290.2º 0.42% 0.54% -
HSV(B) 290.2º 0.53% 0.73% -
XYZ 28.93 19.07 48.61 -
YUV 123.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 170 88 186 0.09 0.53 0 0.27 290.2 0.42 0.54
Hex AA 58 BA 9 35 0 1B 122 2A 36
Octal 252 130 272 11 65 0 33 442 52 66
Binary 10101010 1011000 10111010 1001 110101 0 11011 100100010 101010 110110

Color Harmonies of #AA58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58BA

Black with #AA58BA

Text Example


Text Example

White with #AA58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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