Shades of Biloba Flower #A996FF
Tints of Biloba Flower #A996FF
RGB
CMYK
RGB Variations
Color information
#A996FF (or 0xA996FF) is known color: Biloba Flower. HEX triplet: A9, 96 and FF. RGB value is (169,150,255). Sum of RGB (Red+Green+Blue) = 169+150+255=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #A996FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A996FF is #566900. Grayscale: #A7A7A7. Windows color (decimal): -5662977 or 16750249. OLE color: 16750249.
HSL color Cylindrical-coordinate representation of color #A996FF: hue angle of 250.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A996FF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 150 | 255 | - |
| CMYK | 0.34 | 0.41 | 0 | 0 |
| HSL | 250.86º | 1% | 0.79% | - |
| HSV(B) | 250.86º | 0.41% | 1% | - |
| XYZ | 45.32 | 37.47 | 99.45 | - |
| YUV | 167.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 255 | 0.34 | 0.41 | 0 | 0 | 250.86 | 1 | 0.79 |
| Hex | A9 | 96 | FF | 22 | 29 | 0 | 0 | FB | 64 | 4F |
| Octal | 251 | 226 | 377 | 42 | 51 | 0 | 0 | 373 | 144 | 117 |
| Binary | 10101001 | 10010110 | 11111111 | 100010 | 101001 | 0 | 0 | 11111011 | 1100100 | 1001111 |
Color Harmonies of #A996FF
Complementary color
Monochromatic Colors of #A996FF
Black with #A996FF
Text Example
Text Example
White with #A996FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A996FF; }
p { color: rgb(169,150,255); }
H1.HeaderClassName
{
color: #A996FF;
}
.AnyTagClassName
{
color: #A996FF;
}
</style>
background-color css
<style>
a { background-color: #A996FF; }
a { background-color: rgb(169,150,255); }
div.DivClassName
{
background-color: #A996FF;
}
.BgClassName
{
background-color: #A996FF;
}
</style>
border-color css
<style>
span { border-color: #A996FF; }
span { border-color: rgb(169,150,255); }
td.TdClassName
{
border-color: #A996FF;
}
.TagClassName
{
border-color: #A996FF;
}
</style>