Html Css Color HEX #AA58C4 Deep Lilac

📋 copy color: '#AA58C4'

red 170 ◦ green 88 ◦ blue 196

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

Shades of Deep Lilac #AA58C4

Tints of Deep Lilac #AA58C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 37.44%
G = 19.38%
B = 43.17%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA58C4 (or 0xAA58C4) is known color: Deep Lilac. HEX triplet: AA, 58 and C4. RGB value is (170,88,196). Sum of RGB (Red+Green+Blue) = 170+88+196=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA58C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58C4 is #55A73B. Grayscale: #7C7C7C. Windows color (decimal): -5613372 or 12867754. OLE color: 12867754.

HSL color Cylindrical-coordinate representation of color #AA58C4: hue angle of 285.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA58C4 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 88 196 -
CMYK 0.13 0.55 0 0.23
HSL 285.56º 0.48% 0.56% -
HSV(B) 285.56º 0.55% 0.77% -
XYZ 30.03 19.51 54.41 -
YUV 124.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 170 88 196 0.13 0.55 0 0.23 285.56 0.48 0.56
Hex AA 58 C4 D 37 0 17 11E 30 38
Octal 252 130 304 15 67 0 27 436 60 70
Binary 10101010 1011000 11000100 1101 110111 0 10111 100011110 110000 111000

Color Harmonies of #AA58C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58C4

Black with #AA58C4

Text Example


Text Example

White with #AA58C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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