Shades of Biloba Flower #AD92EC
Tints of Biloba Flower #AD92EC
RGB
CMYK
RGB Variations
Color information
#AD92EC (or 0xAD92EC) is known color: Biloba Flower. HEX triplet: AD, 92 and EC. RGB value is (173,146,236). Sum of RGB (Red+Green+Blue) = 173+146+236=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD92EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92EC is #526D13. Grayscale: #A4A4A4. Windows color (decimal): -5401876 or 15504045. OLE color: 15504045.
HSL color Cylindrical-coordinate representation of color #AD92EC: hue angle of 258º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD92EC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 146 | 236 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.07 |
| HSL | 258º | 0.7% | 0.75% | - |
| HSV(B) | 258º | 0.38% | 0.93% | - |
| XYZ | 42.65 | 35.5 | 83.96 | - |
| YUV | 164.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 236 | 0.27 | 0.38 | 0 | 0.07 | 258 | 0.7 | 0.75 |
| Hex | AD | 92 | EC | 1B | 26 | 0 | 7 | 102 | 46 | 4B |
| Octal | 255 | 222 | 354 | 33 | 46 | 0 | 7 | 402 | 106 | 113 |
| Binary | 10101101 | 10010010 | 11101100 | 11011 | 100110 | 0 | 111 | 100000010 | 1000110 | 1001011 |
Color Harmonies of #AD92EC
Complementary color
Monochromatic Colors of #AD92EC
Black with #AD92EC
Text Example
Text Example
White with #AD92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92EC; }
p { color: rgb(173,146,236); }
H1.HeaderClassName
{
color: #AD92EC;
}
.AnyTagClassName
{
color: #AD92EC;
}
</style>
background-color css
<style>
a { background-color: #AD92EC; }
a { background-color: rgb(173,146,236); }
div.DivClassName
{
background-color: #AD92EC;
}
.BgClassName
{
background-color: #AD92EC;
}
</style>
border-color css
<style>
span { border-color: #AD92EC; }
span { border-color: rgb(173,146,236); }
td.TdClassName
{
border-color: #AD92EC;
}
.TagClassName
{
border-color: #AD92EC;
}
</style>