#AD5FBD

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

Shades of Deep Lilac #AD5FBD

Tints of Deep Lilac #AD5FBD

Color information

#AD5FBD (or 0xAD5FBD) is unknown color: approx Deep Lilac. HEX triplet: AD, 5F and BD. RGB value is (173,95,189). Sum of RGB (Red+Green+Blue) = 173+95+189=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD5FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FBD is #52A042. Grayscale: #808080. Windows color (decimal): -5414979 or 12410797. OLE color: 12410797.

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

Color convert

RGB17395189-
CMYK0.080.5000.26
HSL289.79º41.59%55.69%-
HSV(B)289.79º49.74%74.12%-
XYZ30.5120.7450.54-
YUV129.04161.84159.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=37.86%
G=20.79%
B=41.36%

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
Decimal173951890.080.5000.26289.7941.5955.69
HexAD5FBD83201A1222a38
Octal25513727510620324425270
Binary101011011011111101111011000110010011010100100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5FBD; }

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

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

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

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

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

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

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

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