Shades of Biloba Flower #ADA3C7
Tints of Biloba Flower #ADA3C7
RGB
CMYK
RGB Variations
Color information
#ADA3C7 (or 0xADA3C7) is known color: Biloba Flower. HEX triplet: AD, A3 and C7. RGB value is (173,163,199). Sum of RGB (Red+Green+Blue) = 173+163+199=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADA3C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3C7 is #525C38. Grayscale: #A9A9A9. Windows color (decimal): -5397561 or 13083565. OLE color: 13083565.
HSL color Cylindrical-coordinate representation of color #ADA3C7: hue angle of 256.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA3C7 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 163 | 199 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.22 |
| HSL | 256.67º | 0.24% | 0.71% | - |
| HSV(B) | 256.67º | 0.18% | 0.78% | - |
| XYZ | 40.64 | 39.2 | 59.46 | - |
| YUV | 170.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 199 | 0.13 | 0.18 | 0 | 0.22 | 256.67 | 0.24 | 0.71 |
| Hex | AD | A3 | C7 | D | 12 | 0 | 16 | 101 | 18 | 47 |
| Octal | 255 | 243 | 307 | 15 | 22 | 0 | 26 | 401 | 30 | 107 |
| Binary | 10101101 | 10100011 | 11000111 | 1101 | 10010 | 0 | 10110 | 100000001 | 11000 | 1000111 |
Color Harmonies of #ADA3C7
Complementary color
Monochromatic Colors of #ADA3C7
Black with #ADA3C7
Text Example
Text Example
White with #ADA3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3C7; }
p { color: rgb(173,163,199); }
H1.HeaderClassName
{
color: #ADA3C7;
}
.AnyTagClassName
{
color: #ADA3C7;
}
</style>
background-color css
<style>
a { background-color: #ADA3C7; }
a { background-color: rgb(173,163,199); }
div.DivClassName
{
background-color: #ADA3C7;
}
.BgClassName
{
background-color: #ADA3C7;
}
</style>
border-color css
<style>
span { border-color: #ADA3C7; }
span { border-color: rgb(173,163,199); }
td.TdClassName
{
border-color: #ADA3C7;
}
.TagClassName
{
border-color: #ADA3C7;
}
</style>