Shades of Biloba Flower #A996D5
Tints of Biloba Flower #A996D5
RGB
CMYK
RGB Variations
Color information
#A996D5 (or 0xA996D5) is known color: Biloba Flower. HEX triplet: A9, 96 and D5. RGB value is (169,150,213). Sum of RGB (Red+Green+Blue) = 169+150+213=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #A996D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996D5 is #56692A. Grayscale: #A2A2A2. Windows color (decimal): -5663019 or 13997737. OLE color: 13997737.
HSL color Cylindrical-coordinate representation of color #A996D5: hue angle of 258.1º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A996D5 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 150 | 213 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.16 |
| HSL | 258.1º | 0.43% | 0.71% | - |
| HSV(B) | 258.1º | 0.3% | 0.84% | - |
| XYZ | 39.28 | 35.05 | 67.65 | - |
| YUV | 162.86 | 156.29 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 213 | 0.21 | 0.30 | 0 | 0.16 | 258.1 | 0.43 | 0.71 |
| Hex | A9 | 96 | D5 | 15 | 1E | 0 | 10 | 102 | 2B | 47 |
| Octal | 251 | 226 | 325 | 25 | 36 | 0 | 20 | 402 | 53 | 107 |
| Binary | 10101001 | 10010110 | 11010101 | 10101 | 11110 | 0 | 10000 | 100000010 | 101011 | 1000111 |
Color Harmonies of #A996D5
Complementary color
Monochromatic Colors of #A996D5
Black with #A996D5
Text Example
Text Example
White with #A996D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A996D5; }
p { color: rgb(169,150,213); }
H1.HeaderClassName
{
color: #A996D5;
}
.AnyTagClassName
{
color: #A996D5;
}
</style>
background-color css
<style>
a { background-color: #A996D5; }
a { background-color: rgb(169,150,213); }
div.DivClassName
{
background-color: #A996D5;
}
.BgClassName
{
background-color: #A996D5;
}
</style>
border-color css
<style>
span { border-color: #A996D5; }
span { border-color: rgb(169,150,213); }
td.TdClassName
{
border-color: #A996D5;
}
.TagClassName
{
border-color: #A996D5;
}
</style>