Shades of Biloba Flower #ADA0D4
Tints of Biloba Flower #ADA0D4
RGB
CMYK
RGB Variations
Color information
#ADA0D4 (or 0xADA0D4) is known color: Biloba Flower. HEX triplet: AD, A0 and D4. RGB value is (173,160,212). Sum of RGB (Red+Green+Blue) = 173+160+212=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADA0D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0D4 is #525F2B. Grayscale: #A9A9A9. Windows color (decimal): -5398316 or 13934765. OLE color: 13934765.
HSL color Cylindrical-coordinate representation of color #ADA0D4: hue angle of 255º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA0D4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 160 | 212 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.17 |
| HSL | 255º | 0.38% | 0.73% | - |
| HSV(B) | 255º | 0.25% | 0.83% | - |
| XYZ | 41.69 | 38.78 | 67.58 | - |
| YUV | 169.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 212 | 0.18 | 0.25 | 0 | 0.17 | 255 | 0.38 | 0.73 |
| Hex | AD | A0 | D4 | 12 | 19 | 0 | 11 | FF | 26 | 49 |
| Octal | 255 | 240 | 324 | 22 | 31 | 0 | 21 | 377 | 46 | 111 |
| Binary | 10101101 | 10100000 | 11010100 | 10010 | 11001 | 0 | 10001 | 11111111 | 100110 | 1001001 |
Color Harmonies of #ADA0D4
Complementary color
Monochromatic Colors of #ADA0D4
Black with #ADA0D4
Text Example
Text Example
White with #ADA0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0D4; }
p { color: rgb(173,160,212); }
H1.HeaderClassName
{
color: #ADA0D4;
}
.AnyTagClassName
{
color: #ADA0D4;
}
</style>
background-color css
<style>
a { background-color: #ADA0D4; }
a { background-color: rgb(173,160,212); }
div.DivClassName
{
background-color: #ADA0D4;
}
.BgClassName
{
background-color: #ADA0D4;
}
</style>
border-color css
<style>
span { border-color: #ADA0D4; }
span { border-color: rgb(173,160,212); }
td.TdClassName
{
border-color: #ADA0D4;
}
.TagClassName
{
border-color: #ADA0D4;
}
</style>