Shades of Biloba Flower #AD99F2
Tints of Biloba Flower #AD99F2
RGB
CMYK
RGB Variations
Color information
#AD99F2 (or 0xAD99F2) is known color: Biloba Flower. HEX triplet: AD, 99 and F2. RGB value is (173,153,242). Sum of RGB (Red+Green+Blue) = 173+153+242=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD99F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99F2 is #52660D. Grayscale: #A8A8A8. Windows color (decimal): -5400078 or 15899053. OLE color: 15899053.
HSL color Cylindrical-coordinate representation of color #AD99F2: hue angle of 253.48º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD99F2 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 153 | 242 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.05 |
| HSL | 253.48º | 0.77% | 0.77% | - |
| HSV(B) | 253.48º | 0.37% | 0.95% | - |
| XYZ | 44.65 | 38.08 | 89 | - |
| YUV | 169.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 242 | 0.29 | 0.37 | 0 | 0.05 | 253.48 | 0.77 | 0.77 |
| Hex | AD | 99 | F2 | 1D | 25 | 0 | 5 | FD | 4D | 4D |
| Octal | 255 | 231 | 362 | 35 | 45 | 0 | 5 | 375 | 115 | 115 |
| Binary | 10101101 | 10011001 | 11110010 | 11101 | 100101 | 0 | 101 | 11111101 | 1001101 | 1001101 |
Color Harmonies of #AD99F2
Complementary color
Monochromatic Colors of #AD99F2
Black with #AD99F2
Text Example
Text Example
White with #AD99F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99F2; }
p { color: rgb(173,153,242); }
H1.HeaderClassName
{
color: #AD99F2;
}
.AnyTagClassName
{
color: #AD99F2;
}
</style>
background-color css
<style>
a { background-color: #AD99F2; }
a { background-color: rgb(173,153,242); }
div.DivClassName
{
background-color: #AD99F2;
}
.BgClassName
{
background-color: #AD99F2;
}
</style>
border-color css
<style>
span { border-color: #AD99F2; }
span { border-color: rgb(173,153,242); }
td.TdClassName
{
border-color: #AD99F2;
}
.TagClassName
{
border-color: #AD99F2;
}
</style>