Shades of Biloba Flower #AD91FF
Tints of Biloba Flower #AD91FF
RGB
CMYK
RGB Variations
Color information
#AD91FF (or 0xAD91FF) is known color: Biloba Flower. HEX triplet: AD, 91 and FF. RGB value is (173,145,255). Sum of RGB (Red+Green+Blue) = 173+145+255=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91FF is #526E00. Grayscale: #A5A5A5. Windows color (decimal): -5402113 or 16748973. OLE color: 16748973.
HSL color Cylindrical-coordinate representation of color #AD91FF: hue angle of 255.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD91FF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 145 | 255 | - |
| CMYK | 0.32 | 0.43 | 0 | 0 |
| HSL | 255.27º | 1% | 0.78% | - |
| HSV(B) | 255.27º | 0.43% | 1% | - |
| XYZ | 45.41 | 36.36 | 99.23 | - |
| YUV | 165.91 | 178.28 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 255 | 0.32 | 0.43 | 0 | 0 | 255.27 | 1 | 0.78 |
| Hex | AD | 91 | FF | 20 | 2B | 0 | 0 | FF | 64 | 4E |
| Octal | 255 | 221 | 377 | 40 | 53 | 0 | 0 | 377 | 144 | 116 |
| Binary | 10101101 | 10010001 | 11111111 | 100000 | 101011 | 0 | 0 | 11111111 | 1100100 | 1001110 |
Color Harmonies of #AD91FF
Complementary color
Monochromatic Colors of #AD91FF
Black with #AD91FF
Text Example
Text Example
White with #AD91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91FF; }
p { color: rgb(173,145,255); }
H1.HeaderClassName
{
color: #AD91FF;
}
.AnyTagClassName
{
color: #AD91FF;
}
</style>
background-color css
<style>
a { background-color: #AD91FF; }
a { background-color: rgb(173,145,255); }
div.DivClassName
{
background-color: #AD91FF;
}
.BgClassName
{
background-color: #AD91FF;
}
</style>
border-color css
<style>
span { border-color: #AD91FF; }
span { border-color: rgb(173,145,255); }
td.TdClassName
{
border-color: #AD91FF;
}
.TagClassName
{
border-color: #AD91FF;
}
</style>