Shades of Biloba Flower #AD91E2
Tints of Biloba Flower #AD91E2
RGB
CMYK
RGB Variations
Color information
#AD91E2 (or 0xAD91E2) is known color: Biloba Flower. HEX triplet: AD, 91 and E2. RGB value is (173,145,226). Sum of RGB (Red+Green+Blue) = 173+145+226=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD91E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91E2 is #526E1D. Grayscale: #A2A2A2. Windows color (decimal): -5402142 or 14848429. OLE color: 14848429.
HSL color Cylindrical-coordinate representation of color #AD91E2: hue angle of 260.74º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD91E2 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 145 | 226 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.11 |
| HSL | 260.74º | 0.58% | 0.73% | - |
| HSV(B) | 260.74º | 0.36% | 0.89% | - |
| XYZ | 41.09 | 34.63 | 76.47 | - |
| YUV | 162.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 226 | 0.23 | 0.36 | 0 | 0.11 | 260.74 | 0.58 | 0.73 |
| Hex | AD | 91 | E2 | 17 | 24 | 0 | B | 105 | 3A | 49 |
| Octal | 255 | 221 | 342 | 27 | 44 | 0 | 13 | 405 | 72 | 111 |
| Binary | 10101101 | 10010001 | 11100010 | 10111 | 100100 | 0 | 1011 | 100000101 | 111010 | 1001001 |
Color Harmonies of #AD91E2
Complementary color
Monochromatic Colors of #AD91E2
Black with #AD91E2
Text Example
Text Example
White with #AD91E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91E2; }
p { color: rgb(173,145,226); }
H1.HeaderClassName
{
color: #AD91E2;
}
.AnyTagClassName
{
color: #AD91E2;
}
</style>
background-color css
<style>
a { background-color: #AD91E2; }
a { background-color: rgb(173,145,226); }
div.DivClassName
{
background-color: #AD91E2;
}
.BgClassName
{
background-color: #AD91E2;
}
</style>
border-color css
<style>
span { border-color: #AD91E2; }
span { border-color: rgb(173,145,226); }
td.TdClassName
{
border-color: #AD91E2;
}
.TagClassName
{
border-color: #AD91E2;
}
</style>