Shades of Biloba Flower #AD90E1
Tints of Biloba Flower #AD90E1
RGB
CMYK
RGB Variations
Color information
#AD90E1 (or 0xAD90E1) is known color: Biloba Flower. HEX triplet: AD, 90 and E1. RGB value is (173,144,225). Sum of RGB (Red+Green+Blue) = 173+144+225=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD90E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90E1 is #526F1E. Grayscale: #A1A1A1. Windows color (decimal): -5402399 or 14782637. OLE color: 14782637.
HSL color Cylindrical-coordinate representation of color #AD90E1: hue angle of 261.48º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD90E1 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 144 | 225 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.12 |
| HSL | 261.48º | 0.57% | 0.72% | - |
| HSV(B) | 261.48º | 0.36% | 0.88% | - |
| XYZ | 40.8 | 34.27 | 75.7 | - |
| YUV | 161.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 225 | 0.23 | 0.36 | 0 | 0.12 | 261.48 | 0.57 | 0.72 |
| Hex | AD | 90 | E1 | 17 | 24 | 0 | C | 105 | 39 | 48 |
| Octal | 255 | 220 | 341 | 27 | 44 | 0 | 14 | 405 | 71 | 110 |
| Binary | 10101101 | 10010000 | 11100001 | 10111 | 100100 | 0 | 1100 | 100000101 | 111001 | 1001000 |
Color Harmonies of #AD90E1
Complementary color
Monochromatic Colors of #AD90E1
Black with #AD90E1
Text Example
Text Example
White with #AD90E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90E1; }
p { color: rgb(173,144,225); }
H1.HeaderClassName
{
color: #AD90E1;
}
.AnyTagClassName
{
color: #AD90E1;
}
</style>
background-color css
<style>
a { background-color: #AD90E1; }
a { background-color: rgb(173,144,225); }
div.DivClassName
{
background-color: #AD90E1;
}
.BgClassName
{
background-color: #AD90E1;
}
</style>
border-color css
<style>
span { border-color: #AD90E1; }
span { border-color: rgb(173,144,225); }
td.TdClassName
{
border-color: #AD90E1;
}
.TagClassName
{
border-color: #AD90E1;
}
</style>