Shades of Violet Blue #A0709A
Tints of Violet Blue #A0709A
RGB
CMYK
RGB Variations
Color information
#A0709A (or 0xA0709A) is known color: Violet Blue. HEX triplet: A0, 70 and 9A. RGB value is (160,112,154). Sum of RGB (Red+Green+Blue) = 160+112+154=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A0709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0709A is #5F8F65. Grayscale: #838383. Windows color (decimal): -6262630 or 10121376. OLE color: 10121376.
HSL color Cylindrical-coordinate representation of color #A0709A: hue angle of 307.5º 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 #A0709A is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 154 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.37 |
| HSL | 307.5º | 0.2% | 0.53% | - |
| HSV(B) | 307.5º | 0.3% | 0.63% | - |
| XYZ | 26.12 | 21.4 | 33.32 | - |
| YUV | 131.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 154 | 0 | 0.30 | 0.04 | 0.37 | 307.5 | 0.2 | 0.53 |
| Hex | A0 | 70 | 9A | 0 | 1E | 4 | 25 | 134 | 14 | 35 |
| Octal | 240 | 160 | 232 | 0 | 36 | 4 | 45 | 464 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10011010 | 0 | 11110 | 100 | 100101 | 100110100 | 10100 | 110101 |
Color Harmonies of #A0709A
Complementary color
Monochromatic Colors of #A0709A
Black with #A0709A
Text Example
Text Example
White with #A0709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0709A; }
p { color: rgb(160,112,154); }
H1.HeaderClassName
{
color: #A0709A;
}
.AnyTagClassName
{
color: #A0709A;
}
</style>
background-color css
<style>
a { background-color: #A0709A; }
a { background-color: rgb(160,112,154); }
div.DivClassName
{
background-color: #A0709A;
}
.BgClassName
{
background-color: #A0709A;
}
</style>
border-color css
<style>
span { border-color: #A0709A; }
span { border-color: rgb(160,112,154); }
td.TdClassName
{
border-color: #A0709A;
}
.TagClassName
{
border-color: #A0709A;
}
</style>