Shades of Biloba Flower #A996C9
Tints of Biloba Flower #A996C9
RGB
CMYK
RGB Variations
Color information
#A996C9 (or 0xA996C9) is known color: Biloba Flower. HEX triplet: A9, 96 and C9. RGB value is (169,150,201). Sum of RGB (Red+Green+Blue) = 169+150+201=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #A996C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996C9 is #566936. Grayscale: #A1A1A1. Windows color (decimal): -5663031 or 13211305. OLE color: 13211305.
HSL color Cylindrical-coordinate representation of color #A996C9: hue angle of 262.35º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A996C9 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 150 | 201 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.21 |
| HSL | 262.35º | 0.32% | 0.69% | - |
| HSV(B) | 262.35º | 0.25% | 0.79% | - |
| XYZ | 37.81 | 34.46 | 59.92 | - |
| YUV | 161.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 201 | 0.16 | 0.25 | 0 | 0.21 | 262.35 | 0.32 | 0.69 |
| Hex | A9 | 96 | C9 | 10 | 19 | 0 | 15 | 106 | 20 | 45 |
| Octal | 251 | 226 | 311 | 20 | 31 | 0 | 25 | 406 | 40 | 105 |
| Binary | 10101001 | 10010110 | 11001001 | 10000 | 11001 | 0 | 10101 | 100000110 | 100000 | 1000101 |
Color Harmonies of #A996C9
Complementary color
Monochromatic Colors of #A996C9
Black with #A996C9
Text Example
Text Example
White with #A996C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A996C9; }
p { color: rgb(169,150,201); }
H1.HeaderClassName
{
color: #A996C9;
}
.AnyTagClassName
{
color: #A996C9;
}
</style>
background-color css
<style>
a { background-color: #A996C9; }
a { background-color: rgb(169,150,201); }
div.DivClassName
{
background-color: #A996C9;
}
.BgClassName
{
background-color: #A996C9;
}
</style>
border-color css
<style>
span { border-color: #A996C9; }
span { border-color: rgb(169,150,201); }
td.TdClassName
{
border-color: #A996C9;
}
.TagClassName
{
border-color: #A996C9;
}
</style>