Shades of Biloba Flower #AD9FD2
Tints of Biloba Flower #AD9FD2
RGB
CMYK
RGB Variations
Color information
#AD9FD2 (or 0xAD9FD2) is known color: Biloba Flower. HEX triplet: AD, 9F and D2. RGB value is (173,159,210). Sum of RGB (Red+Green+Blue) = 173+159+210=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD9FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FD2 is #52602D. Grayscale: #A8A8A8. Windows color (decimal): -5398574 or 13803437. OLE color: 13803437.
HSL color Cylindrical-coordinate representation of color #AD9FD2: hue angle of 256.47º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9FD2 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 159 | 210 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.18 |
| HSL | 256.47º | 0.36% | 0.72% | - |
| HSV(B) | 256.47º | 0.24% | 0.82% | - |
| XYZ | 41.26 | 38.33 | 66.2 | - |
| YUV | 169 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 210 | 0.18 | 0.24 | 0 | 0.18 | 256.47 | 0.36 | 0.72 |
| Hex | AD | 9F | D2 | 12 | 18 | 0 | 12 | 100 | 24 | 48 |
| Octal | 255 | 237 | 322 | 22 | 30 | 0 | 22 | 400 | 44 | 110 |
| Binary | 10101101 | 10011111 | 11010010 | 10010 | 11000 | 0 | 10010 | 100000000 | 100100 | 1001000 |
Color Harmonies of #AD9FD2
Complementary color
Monochromatic Colors of #AD9FD2
Black with #AD9FD2
Text Example
Text Example
White with #AD9FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FD2; }
p { color: rgb(173,159,210); }
H1.HeaderClassName
{
color: #AD9FD2;
}
.AnyTagClassName
{
color: #AD9FD2;
}
</style>
background-color css
<style>
a { background-color: #AD9FD2; }
a { background-color: rgb(173,159,210); }
div.DivClassName
{
background-color: #AD9FD2;
}
.BgClassName
{
background-color: #AD9FD2;
}
</style>
border-color css
<style>
span { border-color: #AD9FD2; }
span { border-color: rgb(173,159,210); }
td.TdClassName
{
border-color: #AD9FD2;
}
.TagClassName
{
border-color: #AD9FD2;
}
</style>