Shades of Biloba Flower #AD91E8
Tints of Biloba Flower #AD91E8
RGB
CMYK
RGB Variations
Color information
#AD91E8 (or 0xAD91E8) is known color: Biloba Flower. HEX triplet: AD, 91 and E8. RGB value is (173,145,232). Sum of RGB (Red+Green+Blue) = 173+145+232=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD91E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91E8 is #526E17. Grayscale: #A2A2A2. Windows color (decimal): -5402136 or 15241645. OLE color: 15241645.
HSL color Cylindrical-coordinate representation of color #AD91E8: hue angle of 259.31º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD91E8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 145 | 232 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.09 |
| HSL | 259.31º | 0.65% | 0.74% | - |
| HSV(B) | 259.31º | 0.38% | 0.91% | - |
| XYZ | 41.92 | 34.96 | 80.88 | - |
| YUV | 163.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 232 | 0.25 | 0.38 | 0 | 0.09 | 259.31 | 0.65 | 0.74 |
| Hex | AD | 91 | E8 | 19 | 26 | 0 | 9 | 103 | 41 | 4A |
| Octal | 255 | 221 | 350 | 31 | 46 | 0 | 11 | 403 | 101 | 112 |
| Binary | 10101101 | 10010001 | 11101000 | 11001 | 100110 | 0 | 1001 | 100000011 | 1000001 | 1001010 |
Color Harmonies of #AD91E8
Complementary color
Monochromatic Colors of #AD91E8
Black with #AD91E8
Text Example
Text Example
White with #AD91E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91E8; }
p { color: rgb(173,145,232); }
H1.HeaderClassName
{
color: #AD91E8;
}
.AnyTagClassName
{
color: #AD91E8;
}
</style>
background-color css
<style>
a { background-color: #AD91E8; }
a { background-color: rgb(173,145,232); }
div.DivClassName
{
background-color: #AD91E8;
}
.BgClassName
{
background-color: #AD91E8;
}
</style>
border-color css
<style>
span { border-color: #AD91E8; }
span { border-color: rgb(173,145,232); }
td.TdClassName
{
border-color: #AD91E8;
}
.TagClassName
{
border-color: #AD91E8;
}
</style>