Shades of Violet Blue #A070A7
Tints of Violet Blue #A070A7
RGB
CMYK
RGB Variations
Color information
#A070A7 (or 0xA070A7) is known color: Violet Blue. HEX triplet: A0, 70 and A7. RGB value is (160,112,167). Sum of RGB (Red+Green+Blue) = 160+112+167=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 167 - color contains mainly: blue. Hex color #A070A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A070A7 is #5F8F58. Grayscale: #848484. Windows color (decimal): -6262617 or 10973344. OLE color: 10973344.
HSL color Cylindrical-coordinate representation of color #A070A7: hue angle of 292.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A070A7 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 112 | 167 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.35 |
| HSL | 292.36º | 0.24% | 0.55% | - |
| HSV(B) | 292.36º | 0.33% | 0.65% | - |
| XYZ | 27.27 | 21.85 | 39.34 | - |
| YUV | 132.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 167 | 0.04 | 0.33 | 0 | 0.35 | 292.36 | 0.24 | 0.55 |
| Hex | A0 | 70 | A7 | 4 | 21 | 0 | 23 | 124 | 18 | 37 |
| Octal | 240 | 160 | 247 | 4 | 41 | 0 | 43 | 444 | 30 | 67 |
| Binary | 10100000 | 1110000 | 10100111 | 100 | 100001 | 0 | 100011 | 100100100 | 11000 | 110111 |
Color Harmonies of #A070A7
Complementary color
Monochromatic Colors of #A070A7
Black with #A070A7
Text Example
Text Example
White with #A070A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070A7; }
p { color: rgb(160,112,167); }
H1.HeaderClassName
{
color: #A070A7;
}
.AnyTagClassName
{
color: #A070A7;
}
</style>
background-color css
<style>
a { background-color: #A070A7; }
a { background-color: rgb(160,112,167); }
div.DivClassName
{
background-color: #A070A7;
}
.BgClassName
{
background-color: #A070A7;
}
</style>
border-color css
<style>
span { border-color: #A070A7; }
span { border-color: rgb(160,112,167); }
td.TdClassName
{
border-color: #A070A7;
}
.TagClassName
{
border-color: #A070A7;
}
</style>