Shades of Violet Blue #A07098
Tints of Violet Blue #A07098
RGB
CMYK
RGB Variations
Color information
#A07098 (or 0xA07098) is known color: Violet Blue. HEX triplet: A0, 70 and 98. RGB value is (160,112,152). Sum of RGB (Red+Green+Blue) = 160+112+152=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A07098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07098 is #5F8F67. Grayscale: #828282. Windows color (decimal): -6262632 or 9990304. OLE color: 9990304.
HSL color Cylindrical-coordinate representation of color #A07098: hue angle of 310º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07098 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 152 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.37 |
| HSL | 310º | 0.2% | 0.53% | - |
| HSV(B) | 310º | 0.3% | 0.63% | - |
| XYZ | 25.96 | 21.33 | 32.45 | - |
| YUV | 130.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 152 | 0 | 0.30 | 0.05 | 0.37 | 310 | 0.2 | 0.53 |
| Hex | A0 | 70 | 98 | 0 | 1E | 5 | 25 | 136 | 14 | 35 |
| Octal | 240 | 160 | 230 | 0 | 36 | 5 | 45 | 466 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10011000 | 0 | 11110 | 101 | 100101 | 100110110 | 10100 | 110101 |
Color Harmonies of #A07098
Complementary color
Monochromatic Colors of #A07098
Black with #A07098
Text Example
Text Example
White with #A07098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07098; }
p { color: rgb(160,112,152); }
H1.HeaderClassName
{
color: #A07098;
}
.AnyTagClassName
{
color: #A07098;
}
</style>
background-color css
<style>
a { background-color: #A07098; }
a { background-color: rgb(160,112,152); }
div.DivClassName
{
background-color: #A07098;
}
.BgClassName
{
background-color: #A07098;
}
</style>
border-color css
<style>
span { border-color: #A07098; }
span { border-color: rgb(160,112,152); }
td.TdClassName
{
border-color: #A07098;
}
.TagClassName
{
border-color: #A07098;
}
</style>