Shades of Violet Blue #A06E98
Tints of Violet Blue #A06E98
RGB
CMYK
RGB Variations
Color information
#A06E98 (or 0xA06E98) is known color: Violet Blue. HEX triplet: A0, 6E and 98. RGB value is (160,110,152). Sum of RGB (Red+Green+Blue) = 160+110+152=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06E98 is #5F9167. Grayscale: #818181. Windows color (decimal): -6263144 or 9989792. OLE color: 9989792.
HSL color Cylindrical-coordinate representation of color #A06E98: hue angle of 309.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06E98 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 152 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.37 |
| HSL | 309.6º | 0.21% | 0.53% | - |
| HSV(B) | 309.6º | 0.31% | 0.63% | - |
| XYZ | 25.74 | 20.89 | 32.38 | - |
| YUV | 129.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 152 | 0 | 0.31 | 0.05 | 0.37 | 309.6 | 0.21 | 0.53 |
| Hex | A0 | 6E | 98 | 0 | 1F | 5 | 25 | 136 | 15 | 35 |
| Octal | 240 | 156 | 230 | 0 | 37 | 5 | 45 | 466 | 25 | 65 |
| Binary | 10100000 | 1101110 | 10011000 | 0 | 11111 | 101 | 100101 | 100110110 | 10101 | 110101 |
Color Harmonies of #A06E98
Complementary color
Monochromatic Colors of #A06E98
Black with #A06E98
Text Example
Text Example
White with #A06E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E98; }
p { color: rgb(160,110,152); }
H1.HeaderClassName
{
color: #A06E98;
}
.AnyTagClassName
{
color: #A06E98;
}
</style>
background-color css
<style>
a { background-color: #A06E98; }
a { background-color: rgb(160,110,152); }
div.DivClassName
{
background-color: #A06E98;
}
.BgClassName
{
background-color: #A06E98;
}
</style>
border-color css
<style>
span { border-color: #A06E98; }
span { border-color: rgb(160,110,152); }
td.TdClassName
{
border-color: #A06E98;
}
.TagClassName
{
border-color: #A06E98;
}
</style>