Shades of Biloba Flower #ADA0CB
Tints of Biloba Flower #ADA0CB
RGB
CMYK
RGB Variations
Color information
#ADA0CB (or 0xADA0CB) is known color: Biloba Flower. HEX triplet: AD, A0 and CB. RGB value is (173,160,203). Sum of RGB (Red+Green+Blue) = 173+160+203=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0CB is #525F34. Grayscale: #A8A8A8. Windows color (decimal): -5398325 or 13344941. OLE color: 13344941.
HSL color Cylindrical-coordinate representation of color #ADA0CB: hue angle of 258.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA0CB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 160 | 203 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.20 |
| HSL | 258.14º | 0.29% | 0.71% | - |
| HSV(B) | 258.14º | 0.21% | 0.8% | - |
| XYZ | 40.58 | 38.34 | 61.76 | - |
| YUV | 168.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 203 | 0.15 | 0.21 | 0 | 0.20 | 258.14 | 0.29 | 0.71 |
| Hex | AD | A0 | CB | F | 15 | 0 | 14 | 102 | 1D | 47 |
| Octal | 255 | 240 | 313 | 17 | 25 | 0 | 24 | 402 | 35 | 107 |
| Binary | 10101101 | 10100000 | 11001011 | 1111 | 10101 | 0 | 10100 | 100000010 | 11101 | 1000111 |
Color Harmonies of #ADA0CB
Complementary color
Monochromatic Colors of #ADA0CB
Black with #ADA0CB
Text Example
Text Example
White with #ADA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0CB; }
p { color: rgb(173,160,203); }
H1.HeaderClassName
{
color: #ADA0CB;
}
.AnyTagClassName
{
color: #ADA0CB;
}
</style>
background-color css
<style>
a { background-color: #ADA0CB; }
a { background-color: rgb(173,160,203); }
div.DivClassName
{
background-color: #ADA0CB;
}
.BgClassName
{
background-color: #ADA0CB;
}
</style>
border-color css
<style>
span { border-color: #ADA0CB; }
span { border-color: rgb(173,160,203); }
td.TdClassName
{
border-color: #ADA0CB;
}
.TagClassName
{
border-color: #ADA0CB;
}
</style>