Shades of Biloba Flower #ADA3CB
Tints of Biloba Flower #ADA3CB
RGB
CMYK
RGB Variations
Color information
#ADA3CB (or 0xADA3CB) is known color: Biloba Flower. HEX triplet: AD, A3 and CB. RGB value is (173,163,203). Sum of RGB (Red+Green+Blue) = 173+163+203=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3CB is #525C34. Grayscale: #AAAAAA. Windows color (decimal): -5397557 or 13345709. OLE color: 13345709.
HSL color Cylindrical-coordinate representation of color #ADA3CB: hue angle of 255º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA3CB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 163 | 203 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.20 |
| HSL | 255º | 0.28% | 0.72% | - |
| HSV(B) | 255º | 0.2% | 0.8% | - |
| XYZ | 41.11 | 39.39 | 61.94 | - |
| YUV | 170.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 203 | 0.15 | 0.20 | 0 | 0.20 | 255 | 0.28 | 0.72 |
| Hex | AD | A3 | CB | F | 14 | 0 | 14 | FF | 1C | 48 |
| Octal | 255 | 243 | 313 | 17 | 24 | 0 | 24 | 377 | 34 | 110 |
| Binary | 10101101 | 10100011 | 11001011 | 1111 | 10100 | 0 | 10100 | 11111111 | 11100 | 1001000 |
Color Harmonies of #ADA3CB
Complementary color
Monochromatic Colors of #ADA3CB
Black with #ADA3CB
Text Example
Text Example
White with #ADA3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3CB; }
p { color: rgb(173,163,203); }
H1.HeaderClassName
{
color: #ADA3CB;
}
.AnyTagClassName
{
color: #ADA3CB;
}
</style>
background-color css
<style>
a { background-color: #ADA3CB; }
a { background-color: rgb(173,163,203); }
div.DivClassName
{
background-color: #ADA3CB;
}
.BgClassName
{
background-color: #ADA3CB;
}
</style>
border-color css
<style>
span { border-color: #ADA3CB; }
span { border-color: rgb(173,163,203); }
td.TdClassName
{
border-color: #ADA3CB;
}
.TagClassName
{
border-color: #ADA3CB;
}
</style>