#AD5ABE

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

Shades of Deep Lilac #AD5ABE

Tints of Deep Lilac #AD5ABE

Color information

#AD5ABE (or 0xAD5ABE) is unknown color: approx Deep Lilac. HEX triplet: AD, 5A and BE. RGB value is (173,90,190). Sum of RGB (Red+Green+Blue) = 173+90+190=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ABE is #52A541. Grayscale: #7D7D7D. Windows color (decimal): -5416258 or 12475053. OLE color: 12475053.

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

Color convert

RGB17390190-
CMYK0.090.5300.25
HSL289.8º43.48%54.9%-
HSV(B)289.8º52.63%74.51%-
XYZ30.1819.9150.97-
YUV126.22164161.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=38.19%
G=19.87%
B=41.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173901900.090.5300.25289.843.4854.9
HexAD5ABE9350191222b37
Octal25513227611650314425367
Binary101011011011010101111101001110101011001100100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5ABE; }

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

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

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

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

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

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

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

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