Shades of Biloba Flower #A899FF
Tints of Biloba Flower #A899FF
RGB
CMYK
RGB Variations
Color information
#A899FF (or 0xA899FF) is known color: Biloba Flower. HEX triplet: A8, 99 and FF. RGB value is (168,153,255). Sum of RGB (Red+Green+Blue) = 168+153+255=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #A899FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899FF is #576600. Grayscale: #A8A8A8. Windows color (decimal): -5727745 or 16751016. OLE color: 16751016.
HSL color Cylindrical-coordinate representation of color #A899FF: hue angle of 248.82º 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 #A899FF is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 153 | 255 | - |
| CMYK | 0.34 | 0.4 | 0 | 0 |
| HSL | 248.82º | 1% | 0.8% | - |
| HSV(B) | 248.82º | 0.4% | 1% | - |
| XYZ | 45.59 | 38.33 | 99.6 | - |
| YUV | 169.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 255 | 0.34 | 0.4 | 0 | 0 | 248.82 | 1 | 0.8 |
| Hex | A8 | 99 | FF | 22 | 28 | 0 | 0 | F9 | 64 | 50 |
| Octal | 250 | 231 | 377 | 42 | 50 | 0 | 0 | 371 | 144 | 120 |
| Binary | 10101000 | 10011001 | 11111111 | 100010 | 101000 | 0 | 0 | 11111001 | 1100100 | 1010000 |
Color Harmonies of #A899FF
Complementary color
Monochromatic Colors of #A899FF
Black with #A899FF
Text Example
Text Example
White with #A899FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899FF; }
p { color: rgb(168,153,255); }
H1.HeaderClassName
{
color: #A899FF;
}
.AnyTagClassName
{
color: #A899FF;
}
</style>
background-color css
<style>
a { background-color: #A899FF; }
a { background-color: rgb(168,153,255); }
div.DivClassName
{
background-color: #A899FF;
}
.BgClassName
{
background-color: #A899FF;
}
</style>
border-color css
<style>
span { border-color: #A899FF; }
span { border-color: rgb(168,153,255); }
td.TdClassName
{
border-color: #A899FF;
}
.TagClassName
{
border-color: #A899FF;
}
</style>