#AD9FE9

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

Shades of Biloba Flower #AD9FE9

Tints of Biloba Flower #AD9FE9

Color information

#AD9FE9 (or 0xAD9FE9) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and E9. RGB value is (173,159,233). Sum of RGB (Red+Green+Blue) = 173+159+233=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD9FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FE9 is #526016. Grayscale: #ABABAB. Windows color (decimal): -5398551 or 15310765. OLE color: 15310765.

HSL color Cylindrical-coordinate representation of color #AD9FE9: hue angle of 251.35º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9FE9 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173159233-
CMYK0.260.3200.09
HSL251.35º62.71%76.86%-
HSV(B)251.35º31.76%91.37%-
XYZ44.3439.5682.39-
YUV171.62162.64128.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=30.62%
G=28.14%
B=41.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731592330.260.3200.09251.3562.7176.86
HexAD9FE91A2009fb3f4d
Octal255237351324001137377115
Binary1010110110011111111010011101010000001001111110111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FE9; }

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

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

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

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

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

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

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

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