#AD9FDE

Color #AD9FDE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD9FDE

Tints of Biloba Flower #AD9FDE

Color information

#AD9FDE (or 0xAD9FDE) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and DE. RGB value is (173,159,222). Sum of RGB (Red+Green+Blue) = 173+159+222=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FDE is #526021. Grayscale: #AAAAAA. Windows color (decimal): -5398562 or 14589869. OLE color: 14589869.

HSL color Cylindrical-coordinate representation of color #AD9FDE: hue angle of 253.33º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9FDE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173159222-
CMYK0.220.2800.13
HSL253.33º48.84%74.71%-
HSV(B)253.33º28.38%87.06%-
XYZ42.8238.9574.37-
YUV170.37157.14129.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=31.23%
G=28.70%
B=40.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731592220.220.2800.13253.3348.8474.71
HexAD9FDE161C0Dfd314b
Octal255237336263401537561113
Binary101011011001111111011110101101110001101111111011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FDE; }

 p { color: rgb(173,159,222); }

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

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

 a { background-color: rgb(173,159,222); }

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

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

 span { border-color: rgb(173,159,222); }

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