Shades of Violet Blue #A06F98
Tints of Violet Blue #A06F98
RGB
CMYK
RGB Variations
Color information
#A06F98 (or 0xA06F98) is known color: Violet Blue. HEX triplet: A0, 6F and 98. RGB value is (160,111,152). Sum of RGB (Red+Green+Blue) = 160+111+152=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06F98 is #5F9067. Grayscale: #828282. Windows color (decimal): -6262888 or 9990048. OLE color: 9990048.
HSL color Cylindrical-coordinate representation of color #A06F98: hue angle of 309.8º 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 #A06F98 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 152 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.37 |
| HSL | 309.8º | 0.21% | 0.53% | - |
| HSV(B) | 309.8º | 0.31% | 0.63% | - |
| XYZ | 25.85 | 21.11 | 32.42 | - |
| YUV | 130.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 152 | 0 | 0.31 | 0.05 | 0.37 | 309.8 | 0.21 | 0.53 |
| Hex | A0 | 6F | 98 | 0 | 1F | 5 | 25 | 136 | 15 | 35 |
| Octal | 240 | 157 | 230 | 0 | 37 | 5 | 45 | 466 | 25 | 65 |
| Binary | 10100000 | 1101111 | 10011000 | 0 | 11111 | 101 | 100101 | 100110110 | 10101 | 110101 |
Color Harmonies of #A06F98
Complementary color
Monochromatic Colors of #A06F98
Black with #A06F98
Text Example
Text Example
White with #A06F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F98; }
p { color: rgb(160,111,152); }
H1.HeaderClassName
{
color: #A06F98;
}
.AnyTagClassName
{
color: #A06F98;
}
</style>
background-color css
<style>
a { background-color: #A06F98; }
a { background-color: rgb(160,111,152); }
div.DivClassName
{
background-color: #A06F98;
}
.BgClassName
{
background-color: #A06F98;
}
</style>
border-color css
<style>
span { border-color: #A06F98; }
span { border-color: rgb(160,111,152); }
td.TdClassName
{
border-color: #A06F98;
}
.TagClassName
{
border-color: #A06F98;
}
</style>