Shades of Biloba Flower #ADA3CE
Tints of Biloba Flower #ADA3CE
RGB
CMYK
RGB Variations
Color information
#ADA3CE (or 0xADA3CE) is known color: Biloba Flower. HEX triplet: AD, A3 and CE. RGB value is (173,163,206). Sum of RGB (Red+Green+Blue) = 173+163+206=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3CE is #525C31. Grayscale: #AAAAAA. Windows color (decimal): -5397554 or 13542317. OLE color: 13542317.
HSL color Cylindrical-coordinate representation of color #ADA3CE: hue angle of 253.95º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA3CE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 163 | 206 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.19 |
| HSL | 253.95º | 0.3% | 0.72% | - |
| HSV(B) | 253.95º | 0.21% | 0.81% | - |
| XYZ | 41.47 | 39.53 | 63.84 | - |
| YUV | 170.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 206 | 0.16 | 0.21 | 0 | 0.19 | 253.95 | 0.3 | 0.72 |
| Hex | AD | A3 | CE | 10 | 15 | 0 | 13 | FE | 1E | 48 |
| Octal | 255 | 243 | 316 | 20 | 25 | 0 | 23 | 376 | 36 | 110 |
| Binary | 10101101 | 10100011 | 11001110 | 10000 | 10101 | 0 | 10011 | 11111110 | 11110 | 1001000 |
Color Harmonies of #ADA3CE
Complementary color
Monochromatic Colors of #ADA3CE
Black with #ADA3CE
Text Example
Text Example
White with #ADA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3CE; }
p { color: rgb(173,163,206); }
H1.HeaderClassName
{
color: #ADA3CE;
}
.AnyTagClassName
{
color: #ADA3CE;
}
</style>
background-color css
<style>
a { background-color: #ADA3CE; }
a { background-color: rgb(173,163,206); }
div.DivClassName
{
background-color: #ADA3CE;
}
.BgClassName
{
background-color: #ADA3CE;
}
</style>
border-color css
<style>
span { border-color: #ADA3CE; }
span { border-color: rgb(173,163,206); }
td.TdClassName
{
border-color: #ADA3CE;
}
.TagClassName
{
border-color: #ADA3CE;
}
</style>