Shades of Biloba Flower #AD90E6
Tints of Biloba Flower #AD90E6
RGB
CMYK
RGB Variations
Color information
#AD90E6 (or 0xAD90E6) is known color: Biloba Flower. HEX triplet: AD, 90 and E6. RGB value is (173,144,230). Sum of RGB (Red+Green+Blue) = 173+144+230=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD90E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90E6 is #526F19. Grayscale: #A2A2A2. Windows color (decimal): -5402394 or 15110317. OLE color: 15110317.
HSL color Cylindrical-coordinate representation of color #AD90E6: hue angle of 260.23º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD90E6 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 144 | 230 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.10 |
| HSL | 260.23º | 0.63% | 0.73% | - |
| HSV(B) | 260.23º | 0.37% | 0.9% | - |
| XYZ | 41.49 | 34.54 | 79.34 | - |
| YUV | 162.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 230 | 0.25 | 0.37 | 0 | 0.10 | 260.23 | 0.63 | 0.73 |
| Hex | AD | 90 | E6 | 19 | 25 | 0 | A | 104 | 3F | 49 |
| Octal | 255 | 220 | 346 | 31 | 45 | 0 | 12 | 404 | 77 | 111 |
| Binary | 10101101 | 10010000 | 11100110 | 11001 | 100101 | 0 | 1010 | 100000100 | 111111 | 1001001 |
Color Harmonies of #AD90E6
Complementary color
Monochromatic Colors of #AD90E6
Black with #AD90E6
Text Example
Text Example
White with #AD90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90E6; }
p { color: rgb(173,144,230); }
H1.HeaderClassName
{
color: #AD90E6;
}
.AnyTagClassName
{
color: #AD90E6;
}
</style>
background-color css
<style>
a { background-color: #AD90E6; }
a { background-color: rgb(173,144,230); }
div.DivClassName
{
background-color: #AD90E6;
}
.BgClassName
{
background-color: #AD90E6;
}
</style>
border-color css
<style>
span { border-color: #AD90E6; }
span { border-color: rgb(173,144,230); }
td.TdClassName
{
border-color: #AD90E6;
}
.TagClassName
{
border-color: #AD90E6;
}
</style>