Html Css Color HEX #AA58BC Deep Lilac

📋 copy color: '#AA58BC'

red 170 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #AA58BC

Tints of Deep Lilac #AA58BC

RGB

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

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

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

R = 38.12%
G = 19.73%
B = 42.15%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA58BC (or 0xAA58BC) is known color: Deep Lilac. HEX triplet: AA, 58 and BC. RGB value is (170,88,188). Sum of RGB (Red+Green+Blue) = 170+88+188=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58BC is #55A743. Grayscale: #7B7B7B. Windows color (decimal): -5613380 or 12343466. OLE color: 12343466.

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

Color convert

RGB 170 88 188 -
CMYK 0.10 0.53 0 0.26
HSL 289.2º 0.43% 0.54% -
HSV(B) 289.2º 0.53% 0.74% -
XYZ 29.14 19.16 49.74 -
YUV 123.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 170 88 188 0.10 0.53 0 0.26 289.2 0.43 0.54
Hex AA 58 BC A 35 0 1A 121 2B 36
Octal 252 130 274 12 65 0 32 441 53 66
Binary 10101010 1011000 10111100 1010 110101 0 11010 100100001 101011 110110

Color Harmonies of #AA58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58BC

Black with #AA58BC

Text Example


Text Example

White with #AA58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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