Html Css Color HEX #AA5DC5 Deep Lilac

📋 copy color: '#AA5DC5'

red 170 ◦ green 93 ◦ blue 197

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

Shades of Deep Lilac #AA5DC5

Tints of Deep Lilac #AA5DC5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.22%

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

R = 36.96%
G = 20.22%
B = 42.83%

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

#AA5DC5 (or 0xAA5DC5) is known color: Deep Lilac. HEX triplet: AA, 5D and C5. RGB value is (170,93,197). Sum of RGB (Red+Green+Blue) = 170+93+197=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA5DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DC5 is #55A23A. Grayscale: #7F7F7F. Windows color (decimal): -5612091 or 12934570. OLE color: 12934570.

HSL color Cylindrical-coordinate representation of color #AA5DC5: hue angle of 284.42º degrees, saturation: 0.47, 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 #AA5DC5 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 93 197 -
CMYK 0.14 0.53 0 0.23
HSL 284.42º 0.47% 0.57% -
HSV(B) 284.42º 0.53% 0.77% -
XYZ 30.57 20.41 55.15 -
YUV 127.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 170 93 197 0.14 0.53 0 0.23 284.42 0.47 0.57
Hex AA 5D C5 E 35 0 17 11C 2F 39
Octal 252 135 305 16 65 0 27 434 57 71
Binary 10101010 1011101 11000101 1110 110101 0 10111 100011100 101111 111001

Color Harmonies of #AA5DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DC5

Black with #AA5DC5

Text Example


Text Example

White with #AA5DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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