Shades of Biloba Flower #ADA0C6
Tints of Biloba Flower #ADA0C6
RGB
CMYK
RGB Variations
Color information
#ADA0C6 (or 0xADA0C6) is known color: Biloba Flower. HEX triplet: AD, A0 and C6. RGB value is (173,160,198). Sum of RGB (Red+Green+Blue) = 173+160+198=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADA0C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0C6 is #525F39. Grayscale: #A8A8A8. Windows color (decimal): -5398330 or 13017261. OLE color: 13017261.
HSL color Cylindrical-coordinate representation of color #ADA0C6: hue angle of 260.53º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA0C6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 160 | 198 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.22 |
| HSL | 260.53º | 0.25% | 0.7% | - |
| HSV(B) | 260.53º | 0.19% | 0.78% | - |
| XYZ | 40 | 38.1 | 58.67 | - |
| YUV | 168.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 198 | 0.13 | 0.19 | 0 | 0.22 | 260.53 | 0.25 | 0.7 |
| Hex | AD | A0 | C6 | D | 13 | 0 | 16 | 105 | 19 | 46 |
| Octal | 255 | 240 | 306 | 15 | 23 | 0 | 26 | 405 | 31 | 106 |
| Binary | 10101101 | 10100000 | 11000110 | 1101 | 10011 | 0 | 10110 | 100000101 | 11001 | 1000110 |
Color Harmonies of #ADA0C6
Complementary color
Monochromatic Colors of #ADA0C6
Black with #ADA0C6
Text Example
Text Example
White with #ADA0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0C6; }
p { color: rgb(173,160,198); }
H1.HeaderClassName
{
color: #ADA0C6;
}
.AnyTagClassName
{
color: #ADA0C6;
}
</style>
background-color css
<style>
a { background-color: #ADA0C6; }
a { background-color: rgb(173,160,198); }
div.DivClassName
{
background-color: #ADA0C6;
}
.BgClassName
{
background-color: #ADA0C6;
}
</style>
border-color css
<style>
span { border-color: #ADA0C6; }
span { border-color: rgb(173,160,198); }
td.TdClassName
{
border-color: #ADA0C6;
}
.TagClassName
{
border-color: #ADA0C6;
}
</style>