Shades of Biloba Flower #AD92D2
Tints of Biloba Flower #AD92D2
RGB
CMYK
RGB Variations
Color information
#AD92D2 (or 0xAD92D2) is known color: Biloba Flower. HEX triplet: AD, 92 and D2. RGB value is (173,146,210). Sum of RGB (Red+Green+Blue) = 173+146+210=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD92D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92D2 is #526D2D. Grayscale: #A1A1A1. Windows color (decimal): -5401902 or 13800109. OLE color: 13800109.
HSL color Cylindrical-coordinate representation of color #AD92D2: hue angle of 265.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD92D2 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 146 | 210 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.18 |
| HSL | 265.31º | 0.42% | 0.7% | - |
| HSV(B) | 265.31º | 0.3% | 0.82% | - |
| XYZ | 39.15 | 34.1 | 65.49 | - |
| YUV | 161.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 210 | 0.18 | 0.30 | 0 | 0.18 | 265.31 | 0.42 | 0.7 |
| Hex | AD | 92 | D2 | 12 | 1E | 0 | 12 | 109 | 2A | 46 |
| Octal | 255 | 222 | 322 | 22 | 36 | 0 | 22 | 411 | 52 | 106 |
| Binary | 10101101 | 10010010 | 11010010 | 10010 | 11110 | 0 | 10010 | 100001001 | 101010 | 1000110 |
Color Harmonies of #AD92D2
Complementary color
Monochromatic Colors of #AD92D2
Black with #AD92D2
Text Example
Text Example
White with #AD92D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92D2; }
p { color: rgb(173,146,210); }
H1.HeaderClassName
{
color: #AD92D2;
}
.AnyTagClassName
{
color: #AD92D2;
}
</style>
background-color css
<style>
a { background-color: #AD92D2; }
a { background-color: rgb(173,146,210); }
div.DivClassName
{
background-color: #AD92D2;
}
.BgClassName
{
background-color: #AD92D2;
}
</style>
border-color css
<style>
span { border-color: #AD92D2; }
span { border-color: rgb(173,146,210); }
td.TdClassName
{
border-color: #AD92D2;
}
.TagClassName
{
border-color: #AD92D2;
}
</style>