Shades of Biloba Flower #AD91E1
Tints of Biloba Flower #AD91E1
RGB
CMYK
RGB Variations
Color information
#AD91E1 (or 0xAD91E1) is known color: Biloba Flower. HEX triplet: AD, 91 and E1. RGB value is (173,145,225). Sum of RGB (Red+Green+Blue) = 173+145+225=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD91E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91E1 is #526E1E. Grayscale: #A2A2A2. Windows color (decimal): -5402143 or 14782893. OLE color: 14782893.
HSL color Cylindrical-coordinate representation of color #AD91E1: hue angle of 261º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD91E1 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 145 | 225 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.12 |
| HSL | 261º | 0.57% | 0.73% | - |
| HSV(B) | 261º | 0.36% | 0.88% | - |
| XYZ | 40.95 | 34.57 | 75.75 | - |
| YUV | 162.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 225 | 0.23 | 0.36 | 0 | 0.12 | 261 | 0.57 | 0.73 |
| Hex | AD | 91 | E1 | 17 | 24 | 0 | C | 105 | 39 | 49 |
| Octal | 255 | 221 | 341 | 27 | 44 | 0 | 14 | 405 | 71 | 111 |
| Binary | 10101101 | 10010001 | 11100001 | 10111 | 100100 | 0 | 1100 | 100000101 | 111001 | 1001001 |
Color Harmonies of #AD91E1
Complementary color
Monochromatic Colors of #AD91E1
Black with #AD91E1
Text Example
Text Example
White with #AD91E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91E1; }
p { color: rgb(173,145,225); }
H1.HeaderClassName
{
color: #AD91E1;
}
.AnyTagClassName
{
color: #AD91E1;
}
</style>
background-color css
<style>
a { background-color: #AD91E1; }
a { background-color: rgb(173,145,225); }
div.DivClassName
{
background-color: #AD91E1;
}
.BgClassName
{
background-color: #AD91E1;
}
</style>
border-color css
<style>
span { border-color: #AD91E1; }
span { border-color: rgb(173,145,225); }
td.TdClassName
{
border-color: #AD91E1;
}
.TagClassName
{
border-color: #AD91E1;
}
</style>