#AD5EBE

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

Shades of Deep Lilac #AD5EBE

Tints of Deep Lilac #AD5EBE

Color information

#AD5EBE (or 0xAD5EBE) is unknown color: approx Deep Lilac. HEX triplet: AD, 5E and BE. RGB value is (173,94,190). Sum of RGB (Red+Green+Blue) = 173+94+190=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EBE is #52A141. Grayscale: #808080. Windows color (decimal): -5415234 or 12476077. OLE color: 12476077.

HSL color Cylindrical-coordinate representation of color #AD5EBE: hue angle of 289.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5EBE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17394190-
CMYK0.090.5100.25
HSL289.38º42.48%55.69%-
HSV(B)289.38º50.53%74.51%-
XYZ30.5320.6151.08-
YUV128.56162.67159.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=37.86%
G=20.57%
B=41.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173941900.090.5100.25289.3842.4855.69
HexAD5EBE9330191212a38
Octal25513627611630314415270
Binary101011011011110101111101001110011011001100100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5EBE; }

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

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

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

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

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

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

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

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