Html Css Color HEX #AA58C3 Deep Lilac

📋 copy color: '#AA58C3'

red 170 ◦ green 88 ◦ blue 195

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

Shades of Deep Lilac #AA58C3

Tints of Deep Lilac #AA58C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.05%

R = 37.53%
G = 19.43%
B = 43.05%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA58C3 (or 0xAA58C3) is known color: Deep Lilac. HEX triplet: AA, 58 and C3. RGB value is (170,88,195). Sum of RGB (Red+Green+Blue) = 170+88+195=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA58C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58C3 is #55A73C. Grayscale: #7C7C7C. Windows color (decimal): -5613373 or 12802218. OLE color: 12802218.

HSL color Cylindrical-coordinate representation of color #AA58C3: hue angle of 285.98º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA58C3 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 88 195 -
CMYK 0.13 0.55 0 0.24
HSL 285.98º 0.47% 0.55% -
HSV(B) 285.98º 0.55% 0.76% -
XYZ 29.92 19.47 53.81 -
YUV 124.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 170 88 195 0.13 0.55 0 0.24 285.98 0.47 0.55
Hex AA 58 C3 D 37 0 18 11E 2F 37
Octal 252 130 303 15 67 0 30 436 57 67
Binary 10101010 1011000 11000011 1101 110111 0 11000 100011110 101111 110111

Color Harmonies of #AA58C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58C3

Black with #AA58C3

Text Example


Text Example

White with #AA58C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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