Shades of Violet Blue #A570A3
Tints of Violet Blue #A570A3
RGB
CMYK
RGB Variations
Color information
#A570A3 (or 0xA570A3) is known color: Violet Blue. HEX triplet: A5, 70 and A3. RGB value is (165,112,163). Sum of RGB (Red+Green+Blue) = 165+112+163=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A570A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A570A3 is #5A8F5C. Grayscale: #858585. Windows color (decimal): -5934941 or 10711205. OLE color: 10711205.
HSL color Cylindrical-coordinate representation of color #A570A3: hue angle of 302.26º 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 #A570A3 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 163 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.35 |
| HSL | 302.26º | 0.23% | 0.54% | - |
| HSV(B) | 302.26º | 0.32% | 0.65% | - |
| XYZ | 27.92 | 22.23 | 37.47 | - |
| YUV | 133.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 163 | 0 | 0.32 | 0.01 | 0.35 | 302.26 | 0.23 | 0.54 |
| Hex | A5 | 70 | A3 | 0 | 20 | 1 | 23 | 12E | 17 | 36 |
| Octal | 245 | 160 | 243 | 0 | 40 | 1 | 43 | 456 | 27 | 66 |
| Binary | 10100101 | 1110000 | 10100011 | 0 | 100000 | 1 | 100011 | 100101110 | 10111 | 110110 |
Color Harmonies of #A570A3
Complementary color
Monochromatic Colors of #A570A3
Black with #A570A3
Text Example
Text Example
White with #A570A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570A3; }
p { color: rgb(165,112,163); }
H1.HeaderClassName
{
color: #A570A3;
}
.AnyTagClassName
{
color: #A570A3;
}
</style>
background-color css
<style>
a { background-color: #A570A3; }
a { background-color: rgb(165,112,163); }
div.DivClassName
{
background-color: #A570A3;
}
.BgClassName
{
background-color: #A570A3;
}
</style>
border-color css
<style>
span { border-color: #A570A3; }
span { border-color: rgb(165,112,163); }
td.TdClassName
{
border-color: #A570A3;
}
.TagClassName
{
border-color: #A570A3;
}
</style>