Shades of Biloba Flower #AD9FF2
Tints of Biloba Flower #AD9FF2
RGB
CMYK
RGB Variations
Color information
#AD9FF2 (or 0xAD9FF2) is known color: Biloba Flower. HEX triplet: AD, 9F and F2. RGB value is (173,159,242). Sum of RGB (Red+Green+Blue) = 173+159+242=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD9FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FF2 is #52600D. Grayscale: #ACACAC. Windows color (decimal): -5398542 or 15900589. OLE color: 15900589.
HSL color Cylindrical-coordinate representation of color #AD9FF2: hue angle of 250.12º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD9FF2 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 159 | 242 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.05 |
| HSL | 250.12º | 0.76% | 0.79% | - |
| HSV(B) | 250.12º | 0.34% | 0.95% | - |
| XYZ | 45.66 | 40.09 | 89.34 | - |
| YUV | 172.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 242 | 0.29 | 0.34 | 0 | 0.05 | 250.12 | 0.76 | 0.79 |
| Hex | AD | 9F | F2 | 1D | 22 | 0 | 5 | FA | 4C | 4F |
| Octal | 255 | 237 | 362 | 35 | 42 | 0 | 5 | 372 | 114 | 117 |
| Binary | 10101101 | 10011111 | 11110010 | 11101 | 100010 | 0 | 101 | 11111010 | 1001100 | 1001111 |
Color Harmonies of #AD9FF2
Complementary color
Monochromatic Colors of #AD9FF2
Black with #AD9FF2
Text Example
Text Example
White with #AD9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FF2; }
p { color: rgb(173,159,242); }
H1.HeaderClassName
{
color: #AD9FF2;
}
.AnyTagClassName
{
color: #AD9FF2;
}
</style>
background-color css
<style>
a { background-color: #AD9FF2; }
a { background-color: rgb(173,159,242); }
div.DivClassName
{
background-color: #AD9FF2;
}
.BgClassName
{
background-color: #AD9FF2;
}
</style>
border-color css
<style>
span { border-color: #AD9FF2; }
span { border-color: rgb(173,159,242); }
td.TdClassName
{
border-color: #AD9FF2;
}
.TagClassName
{
border-color: #AD9FF2;
}
</style>