#AD5EBD

Color #AD5EBD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AD5EBD

Tints of Deep Lilac #AD5EBD

Color information

#AD5EBD (or 0xAD5EBD) is unknown color: approx Deep Lilac. HEX triplet: AD, 5E and BD. RGB value is (173,94,189). Sum of RGB (Red+Green+Blue) = 173+94+189=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD5EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EBD is #52A142. Grayscale: #808080. Windows color (decimal): -5415235 or 12410541. OLE color: 12410541.

HSL color Cylindrical-coordinate representation of color #AD5EBD: hue angle of 289.89º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5EBD is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17394189-
CMYK0.080.5000.26
HSL289.89º41.85%55.49%-
HSV(B)289.89º50.26%74.12%-
XYZ30.4220.5650.51-
YUV128.45162.17159.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=37.94%
G=20.61%
B=41.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal173941890.080.5000.26289.8941.8555.49
HexAD5EBD83201A1222a37
Octal25513627510620324425267
Binary101011011011110101111011000110010011010100100010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5EBD; }

 p { color: rgb(173,94,189); }

 H1.HeaderClassName
 {
   color: #AD5EBD;
 }
 .AnyTagClassName
 {
   color: #AD5EBD;
 }
</style>
background-color css

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

 a { background-color: rgb(173,94,189); }

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

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

 span { border-color: rgb(173,94,189); }

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