Html Css Color HEX #AA5CC5 Deep Lilac

📋 copy color: '#AA5CC5'

red 170 ◦ green 92 ◦ blue 197

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

Shades of Deep Lilac #AA5CC5

Tints of Deep Lilac #AA5CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.04%

 BLUE value IS 197 (77.34% from 255) = 42.92%

R = 37.04%
G = 20.04%
B = 42.92%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA5CC5 (or 0xAA5CC5) is known color: Deep Lilac. HEX triplet: AA, 5C and C5. RGB value is (170,92,197). Sum of RGB (Red+Green+Blue) = 170+92+197=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA5CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CC5 is #55A33A. Grayscale: #7E7E7E. Windows color (decimal): -5612347 or 12934314. OLE color: 12934314.

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

Color convert

RGB 170 92 197 -
CMYK 0.14 0.53 0 0.23
HSL 284.57º 0.48% 0.57% -
HSV(B) 284.57º 0.53% 0.77% -
XYZ 30.48 20.23 55.12 -
YUV 127.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 170 92 197 0.14 0.53 0 0.23 284.57 0.48 0.57
Hex AA 5C C5 E 35 0 17 11D 30 39
Octal 252 134 305 16 65 0 27 435 60 71
Binary 10101010 1011100 11000101 1110 110101 0 10111 100011101 110000 111001

Color Harmonies of #AA5CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CC5

Black with #AA5CC5

Text Example


Text Example

White with #AA5CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CC5; }

 p { color: rgb(170,92,197); }

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

background-color css

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

 a { background-color: rgb(170,92,197); }

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

border-color css

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

 span { border-color: rgb(170,92,197); }

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