Shades of Biloba Flower #AD9ACB
Tints of Biloba Flower #AD9ACB
RGB
CMYK
RGB Variations
Color information
#AD9ACB (or 0xAD9ACB) is known color: Biloba Flower. HEX triplet: AD, 9A and CB. RGB value is (173,154,203). Sum of RGB (Red+Green+Blue) = 173+154+203=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ACB is #526534. Grayscale: #A5A5A5. Windows color (decimal): -5399861 or 13343405. OLE color: 13343405.
HSL color Cylindrical-coordinate representation of color #AD9ACB: hue angle of 263.27º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9ACB is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 154 | 203 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.20 |
| HSL | 263.27º | 0.32% | 0.7% | - |
| HSV(B) | 263.27º | 0.24% | 0.8% | - |
| XYZ | 39.57 | 36.31 | 61.42 | - |
| YUV | 165.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 203 | 0.15 | 0.24 | 0 | 0.20 | 263.27 | 0.32 | 0.7 |
| Hex | AD | 9A | CB | F | 18 | 0 | 14 | 107 | 20 | 46 |
| Octal | 255 | 232 | 313 | 17 | 30 | 0 | 24 | 407 | 40 | 106 |
| Binary | 10101101 | 10011010 | 11001011 | 1111 | 11000 | 0 | 10100 | 100000111 | 100000 | 1000110 |
Color Harmonies of #AD9ACB
Complementary color
Monochromatic Colors of #AD9ACB
Black with #AD9ACB
Text Example
Text Example
White with #AD9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9ACB; }
p { color: rgb(173,154,203); }
H1.HeaderClassName
{
color: #AD9ACB;
}
.AnyTagClassName
{
color: #AD9ACB;
}
</style>
background-color css
<style>
a { background-color: #AD9ACB; }
a { background-color: rgb(173,154,203); }
div.DivClassName
{
background-color: #AD9ACB;
}
.BgClassName
{
background-color: #AD9ACB;
}
</style>
border-color css
<style>
span { border-color: #AD9ACB; }
span { border-color: rgb(173,154,203); }
td.TdClassName
{
border-color: #AD9ACB;
}
.TagClassName
{
border-color: #AD9ACB;
}
</style>