Shades of Biloba Flower #AD91DD
Tints of Biloba Flower #AD91DD
RGB
CMYK
RGB Variations
Color information
#AD91DD (or 0xAD91DD) is known color: Biloba Flower. HEX triplet: AD, 91 and DD. RGB value is (173,145,221). Sum of RGB (Red+Green+Blue) = 173+145+221=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91DD is #526E22. Grayscale: #A1A1A1. Windows color (decimal): -5402147 or 14520749. OLE color: 14520749.
HSL color Cylindrical-coordinate representation of color #AD91DD: hue angle of 262.11º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD91DD is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 145 | 221 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.13 |
| HSL | 262.11º | 0.53% | 0.72% | - |
| HSV(B) | 262.11º | 0.34% | 0.87% | - |
| XYZ | 40.41 | 34.36 | 72.91 | - |
| YUV | 162.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 221 | 0.22 | 0.34 | 0 | 0.13 | 262.11 | 0.53 | 0.72 |
| Hex | AD | 91 | DD | 16 | 22 | 0 | D | 106 | 35 | 48 |
| Octal | 255 | 221 | 335 | 26 | 42 | 0 | 15 | 406 | 65 | 110 |
| Binary | 10101101 | 10010001 | 11011101 | 10110 | 100010 | 0 | 1101 | 100000110 | 110101 | 1001000 |
Color Harmonies of #AD91DD
Complementary color
Monochromatic Colors of #AD91DD
Black with #AD91DD
Text Example
Text Example
White with #AD91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91DD; }
p { color: rgb(173,145,221); }
H1.HeaderClassName
{
color: #AD91DD;
}
.AnyTagClassName
{
color: #AD91DD;
}
</style>
background-color css
<style>
a { background-color: #AD91DD; }
a { background-color: rgb(173,145,221); }
div.DivClassName
{
background-color: #AD91DD;
}
.BgClassName
{
background-color: #AD91DD;
}
</style>
border-color css
<style>
span { border-color: #AD91DD; }
span { border-color: rgb(173,145,221); }
td.TdClassName
{
border-color: #AD91DD;
}
.TagClassName
{
border-color: #AD91DD;
}
</style>