Shades of Biloba Flower #AD92C9
Tints of Biloba Flower #AD92C9
RGB
CMYK
RGB Variations
Color information
#AD92C9 (or 0xAD92C9) is known color: Biloba Flower. HEX triplet: AD, 92 and C9. RGB value is (173,146,201). Sum of RGB (Red+Green+Blue) = 173+146+201=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD92C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92C9 is #526D36. Grayscale: #A0A0A0. Windows color (decimal): -5401911 or 13210285. OLE color: 13210285.
HSL color Cylindrical-coordinate representation of color #AD92C9: hue angle of 269.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD92C9 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 146 | 201 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.21 |
| HSL | 269.45º | 0.34% | 0.68% | - |
| HSV(B) | 269.45º | 0.27% | 0.79% | - |
| XYZ | 38.06 | 33.66 | 59.75 | - |
| YUV | 160.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 201 | 0.14 | 0.27 | 0 | 0.21 | 269.45 | 0.34 | 0.68 |
| Hex | AD | 92 | C9 | E | 1B | 0 | 15 | 10D | 22 | 44 |
| Octal | 255 | 222 | 311 | 16 | 33 | 0 | 25 | 415 | 42 | 104 |
| Binary | 10101101 | 10010010 | 11001001 | 1110 | 11011 | 0 | 10101 | 100001101 | 100010 | 1000100 |
Color Harmonies of #AD92C9
Complementary color
Monochromatic Colors of #AD92C9
Black with #AD92C9
Text Example
Text Example
White with #AD92C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92C9; }
p { color: rgb(173,146,201); }
H1.HeaderClassName
{
color: #AD92C9;
}
.AnyTagClassName
{
color: #AD92C9;
}
</style>
background-color css
<style>
a { background-color: #AD92C9; }
a { background-color: rgb(173,146,201); }
div.DivClassName
{
background-color: #AD92C9;
}
.BgClassName
{
background-color: #AD92C9;
}
</style>
border-color css
<style>
span { border-color: #AD92C9; }
span { border-color: rgb(173,146,201); }
td.TdClassName
{
border-color: #AD92C9;
}
.TagClassName
{
border-color: #AD92C9;
}
</style>