Shades of Biloba Flower #AD9AF1
Tints of Biloba Flower #AD9AF1
RGB
CMYK
RGB Variations
Color information
#AD9AF1 (or 0xAD9AF1) is known color: Biloba Flower. HEX triplet: AD, 9A and F1. RGB value is (173,154,241). Sum of RGB (Red+Green+Blue) = 173+154+241=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD9AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9AF1 is #52650E. Grayscale: #A9A9A9. Windows color (decimal): -5399823 or 15833773. OLE color: 15833773.
HSL color Cylindrical-coordinate representation of color #AD9AF1: hue angle of 253.1º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD9AF1 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 154 | 241 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.05 |
| HSL | 253.1º | 0.76% | 0.77% | - |
| HSV(B) | 253.1º | 0.36% | 0.95% | - |
| XYZ | 44.67 | 38.35 | 88.27 | - |
| YUV | 169.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 241 | 0.28 | 0.36 | 0 | 0.05 | 253.1 | 0.76 | 0.77 |
| Hex | AD | 9A | F1 | 1C | 24 | 0 | 5 | FD | 4C | 4D |
| Octal | 255 | 232 | 361 | 34 | 44 | 0 | 5 | 375 | 114 | 115 |
| Binary | 10101101 | 10011010 | 11110001 | 11100 | 100100 | 0 | 101 | 11111101 | 1001100 | 1001101 |
Color Harmonies of #AD9AF1
Complementary color
Monochromatic Colors of #AD9AF1
Black with #AD9AF1
Text Example
Text Example
White with #AD9AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9AF1; }
p { color: rgb(173,154,241); }
H1.HeaderClassName
{
color: #AD9AF1;
}
.AnyTagClassName
{
color: #AD9AF1;
}
</style>
background-color css
<style>
a { background-color: #AD9AF1; }
a { background-color: rgb(173,154,241); }
div.DivClassName
{
background-color: #AD9AF1;
}
.BgClassName
{
background-color: #AD9AF1;
}
</style>
border-color css
<style>
span { border-color: #AD9AF1; }
span { border-color: rgb(173,154,241); }
td.TdClassName
{
border-color: #AD9AF1;
}
.TagClassName
{
border-color: #AD9AF1;
}
</style>