Shades of Biloba Flower #AD91E6
Tints of Biloba Flower #AD91E6
RGB
CMYK
RGB Variations
Color information
#AD91E6 (or 0xAD91E6) is known color: Biloba Flower. HEX triplet: AD, 91 and E6. RGB value is (173,145,230). Sum of RGB (Red+Green+Blue) = 173+145+230=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD91E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91E6 is #526E19. Grayscale: #A2A2A2. Windows color (decimal): -5402138 or 15110573. OLE color: 15110573.
HSL color Cylindrical-coordinate representation of color #AD91E6: hue angle of 259.76º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD91E6 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 145 | 230 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.10 |
| HSL | 259.76º | 0.63% | 0.74% | - |
| HSV(B) | 259.76º | 0.37% | 0.9% | - |
| XYZ | 41.64 | 34.85 | 79.39 | - |
| YUV | 163.06 | 165.78 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 230 | 0.25 | 0.37 | 0 | 0.10 | 259.76 | 0.63 | 0.74 |
| Hex | AD | 91 | E6 | 19 | 25 | 0 | A | 104 | 3F | 4A |
| Octal | 255 | 221 | 346 | 31 | 45 | 0 | 12 | 404 | 77 | 112 |
| Binary | 10101101 | 10010001 | 11100110 | 11001 | 100101 | 0 | 1010 | 100000100 | 111111 | 1001010 |
Color Harmonies of #AD91E6
Complementary color
Monochromatic Colors of #AD91E6
Black with #AD91E6
Text Example
Text Example
White with #AD91E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91E6; }
p { color: rgb(173,145,230); }
H1.HeaderClassName
{
color: #AD91E6;
}
.AnyTagClassName
{
color: #AD91E6;
}
</style>
background-color css
<style>
a { background-color: #AD91E6; }
a { background-color: rgb(173,145,230); }
div.DivClassName
{
background-color: #AD91E6;
}
.BgClassName
{
background-color: #AD91E6;
}
</style>
border-color css
<style>
span { border-color: #AD91E6; }
span { border-color: rgb(173,145,230); }
td.TdClassName
{
border-color: #AD91E6;
}
.TagClassName
{
border-color: #AD91E6;
}
</style>