Shades of Biloba Flower #AD92CA
Tints of Biloba Flower #AD92CA
RGB
CMYK
RGB Variations
Color information
#AD92CA (or 0xAD92CA) is known color: Biloba Flower. HEX triplet: AD, 92 and CA. RGB value is (173,146,202). Sum of RGB (Red+Green+Blue) = 173+146+202=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92CA is #526D35. Grayscale: #A0A0A0. Windows color (decimal): -5401910 or 13275821. OLE color: 13275821.
HSL color Cylindrical-coordinate representation of color #AD92CA: hue angle of 268.93º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD92CA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 146 | 202 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.21 |
| HSL | 268.93º | 0.35% | 0.68% | - |
| HSV(B) | 268.93º | 0.28% | 0.79% | - |
| XYZ | 38.17 | 33.71 | 60.37 | - |
| YUV | 160.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 202 | 0.14 | 0.28 | 0 | 0.21 | 268.93 | 0.35 | 0.68 |
| Hex | AD | 92 | CA | E | 1C | 0 | 15 | 10D | 23 | 44 |
| Octal | 255 | 222 | 312 | 16 | 34 | 0 | 25 | 415 | 43 | 104 |
| Binary | 10101101 | 10010010 | 11001010 | 1110 | 11100 | 0 | 10101 | 100001101 | 100011 | 1000100 |
Color Harmonies of #AD92CA
Complementary color
Monochromatic Colors of #AD92CA
Black with #AD92CA
Text Example
Text Example
White with #AD92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92CA; }
p { color: rgb(173,146,202); }
H1.HeaderClassName
{
color: #AD92CA;
}
.AnyTagClassName
{
color: #AD92CA;
}
</style>
background-color css
<style>
a { background-color: #AD92CA; }
a { background-color: rgb(173,146,202); }
div.DivClassName
{
background-color: #AD92CA;
}
.BgClassName
{
background-color: #AD92CA;
}
</style>
border-color css
<style>
span { border-color: #AD92CA; }
span { border-color: rgb(173,146,202); }
td.TdClassName
{
border-color: #AD92CA;
}
.TagClassName
{
border-color: #AD92CA;
}
</style>