Shades of Biloba Flower #AD92EF
Tints of Biloba Flower #AD92EF
RGB
CMYK
RGB Variations
Color information
#AD92EF (or 0xAD92EF) is known color: Biloba Flower. HEX triplet: AD, 92 and EF. RGB value is (173,146,239). Sum of RGB (Red+Green+Blue) = 173+146+239=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD92EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92EF is #526D10. Grayscale: #A4A4A4. Windows color (decimal): -5401873 or 15700653. OLE color: 15700653.
HSL color Cylindrical-coordinate representation of color #AD92EF: hue angle of 257.42º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD92EF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 146 | 239 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.06 |
| HSL | 257.42º | 0.74% | 0.75% | - |
| HSV(B) | 257.42º | 0.39% | 0.94% | - |
| XYZ | 43.09 | 35.67 | 86.28 | - |
| YUV | 164.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 239 | 0.28 | 0.39 | 0 | 0.06 | 257.42 | 0.74 | 0.75 |
| Hex | AD | 92 | EF | 1C | 27 | 0 | 6 | 101 | 4A | 4B |
| Octal | 255 | 222 | 357 | 34 | 47 | 0 | 6 | 401 | 112 | 113 |
| Binary | 10101101 | 10010010 | 11101111 | 11100 | 100111 | 0 | 110 | 100000001 | 1001010 | 1001011 |
Color Harmonies of #AD92EF
Complementary color
Monochromatic Colors of #AD92EF
Black with #AD92EF
Text Example
Text Example
White with #AD92EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92EF; }
p { color: rgb(173,146,239); }
H1.HeaderClassName
{
color: #AD92EF;
}
.AnyTagClassName
{
color: #AD92EF;
}
</style>
background-color css
<style>
a { background-color: #AD92EF; }
a { background-color: rgb(173,146,239); }
div.DivClassName
{
background-color: #AD92EF;
}
.BgClassName
{
background-color: #AD92EF;
}
</style>
border-color css
<style>
span { border-color: #AD92EF; }
span { border-color: rgb(173,146,239); }
td.TdClassName
{
border-color: #AD92EF;
}
.TagClassName
{
border-color: #AD92EF;
}
</style>