Shades of Biloba Flower #AD92F2
Tints of Biloba Flower #AD92F2
RGB
CMYK
RGB Variations
Color information
#AD92F2 (or 0xAD92F2) is known color: Biloba Flower. HEX triplet: AD, 92 and F2. RGB value is (173,146,242). Sum of RGB (Red+Green+Blue) = 173+146+242=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD92F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92F2 is #526D0D. Grayscale: #A4A4A4. Windows color (decimal): -5401870 or 15897261. OLE color: 15897261.
HSL color Cylindrical-coordinate representation of color #AD92F2: hue angle of 256.88º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD92F2 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 146 | 242 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.05 |
| HSL | 256.88º | 0.79% | 0.76% | - |
| HSV(B) | 256.88º | 0.4% | 0.95% | - |
| XYZ | 43.54 | 35.85 | 88.63 | - |
| YUV | 165.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 242 | 0.29 | 0.40 | 0 | 0.05 | 256.88 | 0.79 | 0.76 |
| Hex | AD | 92 | F2 | 1D | 28 | 0 | 5 | 101 | 4F | 4C |
| Octal | 255 | 222 | 362 | 35 | 50 | 0 | 5 | 401 | 117 | 114 |
| Binary | 10101101 | 10010010 | 11110010 | 11101 | 101000 | 0 | 101 | 100000001 | 1001111 | 1001100 |
Color Harmonies of #AD92F2
Complementary color
Monochromatic Colors of #AD92F2
Black with #AD92F2
Text Example
Text Example
White with #AD92F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92F2; }
p { color: rgb(173,146,242); }
H1.HeaderClassName
{
color: #AD92F2;
}
.AnyTagClassName
{
color: #AD92F2;
}
</style>
background-color css
<style>
a { background-color: #AD92F2; }
a { background-color: rgb(173,146,242); }
div.DivClassName
{
background-color: #AD92F2;
}
.BgClassName
{
background-color: #AD92F2;
}
</style>
border-color css
<style>
span { border-color: #AD92F2; }
span { border-color: rgb(173,146,242); }
td.TdClassName
{
border-color: #AD92F2;
}
.TagClassName
{
border-color: #AD92F2;
}
</style>