Shades of Violet Blue #A06198
Tints of Violet Blue #A06198
RGB
CMYK
RGB Variations
Color information
#A06198 (or 0xA06198) is known color: Violet Blue. HEX triplet: A0, 61 and 98. RGB value is (160,97,152). Sum of RGB (Red+Green+Blue) = 160+97+152=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A06198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06198 is #5F9E67. Grayscale: #797979. Windows color (decimal): -6266472 or 9986464. OLE color: 9986464.
HSL color Cylindrical-coordinate representation of color #A06198: hue angle of 307.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06198 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 152 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.37 |
| HSL | 307.62º | 0.25% | 0.5% | - |
| HSV(B) | 307.62º | 0.39% | 0.63% | - |
| XYZ | 24.44 | 18.29 | 31.95 | - |
| YUV | 122.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 152 | 0 | 0.39 | 0.05 | 0.37 | 307.62 | 0.25 | 0.5 |
| Hex | A0 | 61 | 98 | 0 | 27 | 5 | 25 | 134 | 19 | 32 |
| Octal | 240 | 141 | 230 | 0 | 47 | 5 | 45 | 464 | 31 | 62 |
| Binary | 10100000 | 1100001 | 10011000 | 0 | 100111 | 101 | 100101 | 100110100 | 11001 | 110010 |
Color Harmonies of #A06198
Complementary color
Monochromatic Colors of #A06198
Black with #A06198
Text Example
Text Example
White with #A06198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06198; }
p { color: rgb(160,97,152); }
H1.HeaderClassName
{
color: #A06198;
}
.AnyTagClassName
{
color: #A06198;
}
</style>
background-color css
<style>
a { background-color: #A06198; }
a { background-color: rgb(160,97,152); }
div.DivClassName
{
background-color: #A06198;
}
.BgClassName
{
background-color: #A06198;
}
</style>
border-color css
<style>
span { border-color: #A06198; }
span { border-color: rgb(160,97,152); }
td.TdClassName
{
border-color: #A06198;
}
.TagClassName
{
border-color: #A06198;
}
</style>