Shades of Biloba Flower #AD9FE8
Tints of Biloba Flower #AD9FE8
RGB
CMYK
RGB Variations
Color information
#AD9FE8 (or 0xAD9FE8) is known color: Biloba Flower. HEX triplet: AD, 9F and E8. RGB value is (173,159,232). Sum of RGB (Red+Green+Blue) = 173+159+232=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD9FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FE8 is #526017. Grayscale: #ABABAB. Windows color (decimal): -5398552 or 15245229. OLE color: 15245229.
HSL color Cylindrical-coordinate representation of color #AD9FE8: hue angle of 251.51º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9FE8 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 159 | 232 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.09 |
| HSL | 251.51º | 0.61% | 0.77% | - |
| HSV(B) | 251.51º | 0.31% | 0.91% | - |
| XYZ | 44.2 | 39.51 | 81.64 | - |
| YUV | 171.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 232 | 0.25 | 0.31 | 0 | 0.09 | 251.51 | 0.61 | 0.77 |
| Hex | AD | 9F | E8 | 19 | 1F | 0 | 9 | FC | 3D | 4D |
| Octal | 255 | 237 | 350 | 31 | 37 | 0 | 11 | 374 | 75 | 115 |
| Binary | 10101101 | 10011111 | 11101000 | 11001 | 11111 | 0 | 1001 | 11111100 | 111101 | 1001101 |
Color Harmonies of #AD9FE8
Complementary color
Monochromatic Colors of #AD9FE8
Black with #AD9FE8
Text Example
Text Example
White with #AD9FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FE8; }
p { color: rgb(173,159,232); }
H1.HeaderClassName
{
color: #AD9FE8;
}
.AnyTagClassName
{
color: #AD9FE8;
}
</style>
background-color css
<style>
a { background-color: #AD9FE8; }
a { background-color: rgb(173,159,232); }
div.DivClassName
{
background-color: #AD9FE8;
}
.BgClassName
{
background-color: #AD9FE8;
}
</style>
border-color css
<style>
span { border-color: #AD9FE8; }
span { border-color: rgb(173,159,232); }
td.TdClassName
{
border-color: #AD9FE8;
}
.TagClassName
{
border-color: #AD9FE8;
}
</style>