#AD9EDF

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

Shades of Biloba Flower #AD9EDF

Tints of Biloba Flower #AD9EDF

Color information

#AD9EDF (or 0xAD9EDF) is unknown color: approx Biloba Flower. HEX triplet: AD, 9E and DF. RGB value is (173,158,223). Sum of RGB (Red+Green+Blue) = 173+158+223=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EDF is #526120. Grayscale: #A9A9A9. Windows color (decimal): -5398817 or 14655149. OLE color: 14655149.

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

Color convert

RGB173158223-
CMYK0.220.2900.13
HSL253.85º50.39%74.71%-
HSV(B)253.85º29.15%87.45%-
XYZ42.7838.6775.02-
YUV169.9157.97130.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 158 (62.11% from 255) = 28.52%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=31.23%
G=28.52%
B=40.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731582230.220.2900.13253.8550.3974.71
HexAD9EDF161D0Dfe324b
Octal255236337263501537662113
Binary101011011001111011011111101101110101101111111101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EDF; }

 p { color: rgb(173,158,223); }

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

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

 a { background-color: rgb(173,158,223); }

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

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

 span { border-color: rgb(173,158,223); }

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