Shades of Biloba Flower #AD99FF
Tints of Biloba Flower #AD99FF
RGB
CMYK
RGB Variations
Color information
#AD99FF (or 0xAD99FF) is known color: Biloba Flower. HEX triplet: AD, 99 and FF. RGB value is (173,153,255). Sum of RGB (Red+Green+Blue) = 173+153+255=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99FF is #526600. Grayscale: #AAAAAA. Windows color (decimal): -5400065 or 16751021. OLE color: 16751021.
HSL color Cylindrical-coordinate representation of color #AD99FF: hue angle of 251.76º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD99FF is Cyan = 0.32, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 153 | 255 | - |
| CMYK | 0.32 | 0.4 | 0 | 0 |
| HSL | 251.76º | 1% | 0.8% | - |
| HSV(B) | 251.76º | 0.4% | 1% | - |
| XYZ | 46.67 | 38.89 | 99.65 | - |
| YUV | 170.61 | 175.63 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 255 | 0.32 | 0.4 | 0 | 0 | 251.76 | 1 | 0.8 |
| Hex | AD | 99 | FF | 20 | 28 | 0 | 0 | FC | 64 | 50 |
| Octal | 255 | 231 | 377 | 40 | 50 | 0 | 0 | 374 | 144 | 120 |
| Binary | 10101101 | 10011001 | 11111111 | 100000 | 101000 | 0 | 0 | 11111100 | 1100100 | 1010000 |
Color Harmonies of #AD99FF
Complementary color
Monochromatic Colors of #AD99FF
Black with #AD99FF
Text Example
Text Example
White with #AD99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99FF; }
p { color: rgb(173,153,255); }
H1.HeaderClassName
{
color: #AD99FF;
}
.AnyTagClassName
{
color: #AD99FF;
}
</style>
background-color css
<style>
a { background-color: #AD99FF; }
a { background-color: rgb(173,153,255); }
div.DivClassName
{
background-color: #AD99FF;
}
.BgClassName
{
background-color: #AD99FF;
}
</style>
border-color css
<style>
span { border-color: #AD99FF; }
span { border-color: rgb(173,153,255); }
td.TdClassName
{
border-color: #AD99FF;
}
.TagClassName
{
border-color: #AD99FF;
}
</style>