Shades of Biloba Flower #A696C6
Tints of Biloba Flower #A696C6
RGB
CMYK
RGB Variations
Color information
#A696C6 (or 0xA696C6) is known color: Biloba Flower. HEX triplet: A6, 96 and C6. RGB value is (166,150,198). Sum of RGB (Red+Green+Blue) = 166+150+198=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 198 - color contains mainly: blue. Hex color #A696C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696C6 is #596939. Grayscale: #A0A0A0. Windows color (decimal): -5859642 or 13014694. OLE color: 13014694.
HSL color Cylindrical-coordinate representation of color #A696C6: hue angle of 260º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A696C6 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 150 | 198 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.22 |
| HSL | 260º | 0.3% | 0.68% | - |
| HSV(B) | 260º | 0.24% | 0.78% | - |
| XYZ | 36.83 | 34 | 58.05 | - |
| YUV | 160.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 198 | 0.16 | 0.24 | 0 | 0.22 | 260 | 0.3 | 0.68 |
| Hex | A6 | 96 | C6 | 10 | 18 | 0 | 16 | 104 | 1E | 44 |
| Octal | 246 | 226 | 306 | 20 | 30 | 0 | 26 | 404 | 36 | 104 |
| Binary | 10100110 | 10010110 | 11000110 | 10000 | 11000 | 0 | 10110 | 100000100 | 11110 | 1000100 |
Color Harmonies of #A696C6
Complementary color
Monochromatic Colors of #A696C6
Black with #A696C6
Text Example
Text Example
White with #A696C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696C6; }
p { color: rgb(166,150,198); }
H1.HeaderClassName
{
color: #A696C6;
}
.AnyTagClassName
{
color: #A696C6;
}
</style>
background-color css
<style>
a { background-color: #A696C6; }
a { background-color: rgb(166,150,198); }
div.DivClassName
{
background-color: #A696C6;
}
.BgClassName
{
background-color: #A696C6;
}
</style>
border-color css
<style>
span { border-color: #A696C6; }
span { border-color: rgb(166,150,198); }
td.TdClassName
{
border-color: #A696C6;
}
.TagClassName
{
border-color: #A696C6;
}
</style>