Shades of Biloba Flower #A696C9
Tints of Biloba Flower #A696C9
RGB
CMYK
RGB Variations
Color information
#A696C9 (or 0xA696C9) is known color: Biloba Flower. HEX triplet: A6, 96 and C9. RGB value is (166,150,201). Sum of RGB (Red+Green+Blue) = 166+150+201=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #A696C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696C9 is #596936. Grayscale: #A0A0A0. Windows color (decimal): -5859639 or 13211302. OLE color: 13211302.
HSL color Cylindrical-coordinate representation of color #A696C9: hue angle of 258.82º 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 #A696C9 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 150 | 201 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.21 |
| HSL | 258.82º | 0.32% | 0.69% | - |
| HSV(B) | 258.82º | 0.25% | 0.79% | - |
| XYZ | 37.17 | 34.14 | 59.89 | - |
| YUV | 160.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 201 | 0.17 | 0.25 | 0 | 0.21 | 258.82 | 0.32 | 0.69 |
| Hex | A6 | 96 | C9 | 11 | 19 | 0 | 15 | 103 | 20 | 45 |
| Octal | 246 | 226 | 311 | 21 | 31 | 0 | 25 | 403 | 40 | 105 |
| Binary | 10100110 | 10010110 | 11001001 | 10001 | 11001 | 0 | 10101 | 100000011 | 100000 | 1000101 |
Color Harmonies of #A696C9
Complementary color
Monochromatic Colors of #A696C9
Black with #A696C9
Text Example
Text Example
White with #A696C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696C9; }
p { color: rgb(166,150,201); }
H1.HeaderClassName
{
color: #A696C9;
}
.AnyTagClassName
{
color: #A696C9;
}
</style>
background-color css
<style>
a { background-color: #A696C9; }
a { background-color: rgb(166,150,201); }
div.DivClassName
{
background-color: #A696C9;
}
.BgClassName
{
background-color: #A696C9;
}
</style>
border-color css
<style>
span { border-color: #A696C9; }
span { border-color: rgb(166,150,201); }
td.TdClassName
{
border-color: #A696C9;
}
.TagClassName
{
border-color: #A696C9;
}
</style>