Shades of Violet Blue #A570A0
Tints of Violet Blue #A570A0
RGB
CMYK
RGB Variations
Color information
#A570A0 (or 0xA570A0) is known color: Violet Blue. HEX triplet: A5, 70 and A0. RGB value is (165,112,160). Sum of RGB (Red+Green+Blue) = 165+112+160=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A570A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A570A0 is #5A8F5F. Grayscale: #858585. Windows color (decimal): -5934944 or 10514597. OLE color: 10514597.
HSL color Cylindrical-coordinate representation of color #A570A0: hue angle of 305.66º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A570A0 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 160 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.35 |
| HSL | 305.66º | 0.23% | 0.54% | - |
| HSV(B) | 305.66º | 0.32% | 0.65% | - |
| XYZ | 27.66 | 22.13 | 36.07 | - |
| YUV | 133.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 160 | 0 | 0.32 | 0.03 | 0.35 | 305.66 | 0.23 | 0.54 |
| Hex | A5 | 70 | A0 | 0 | 20 | 3 | 23 | 132 | 17 | 36 |
| Octal | 245 | 160 | 240 | 0 | 40 | 3 | 43 | 462 | 27 | 66 |
| Binary | 10100101 | 1110000 | 10100000 | 0 | 100000 | 11 | 100011 | 100110010 | 10111 | 110110 |
Color Harmonies of #A570A0
Complementary color
Monochromatic Colors of #A570A0
Black with #A570A0
Text Example
Text Example
White with #A570A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570A0; }
p { color: rgb(165,112,160); }
H1.HeaderClassName
{
color: #A570A0;
}
.AnyTagClassName
{
color: #A570A0;
}
</style>
background-color css
<style>
a { background-color: #A570A0; }
a { background-color: rgb(165,112,160); }
div.DivClassName
{
background-color: #A570A0;
}
.BgClassName
{
background-color: #A570A0;
}
</style>
border-color css
<style>
span { border-color: #A570A0; }
span { border-color: rgb(165,112,160); }
td.TdClassName
{
border-color: #A570A0;
}
.TagClassName
{
border-color: #A570A0;
}
</style>