Shades of Violet Blue #A571A3
Tints of Violet Blue #A571A3
RGB
CMYK
RGB Variations
Color information
#A571A3 (or 0xA571A3) is known color: Violet Blue. HEX triplet: A5, 71 and A3. RGB value is (165,113,163). Sum of RGB (Red+Green+Blue) = 165+113+163=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A571A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A571A3 is #5A8E5C. Grayscale: #868686. Windows color (decimal): -5934685 or 10711461. OLE color: 10711461.
HSL color Cylindrical-coordinate representation of color #A571A3: hue angle of 302.31º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A571A3 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 113 | 163 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.35 |
| HSL | 302.31º | 0.22% | 0.55% | - |
| HSV(B) | 302.31º | 0.32% | 0.65% | - |
| XYZ | 28.03 | 22.45 | 37.51 | - |
| YUV | 134.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 163 | 0 | 0.32 | 0.01 | 0.35 | 302.31 | 0.22 | 0.55 |
| Hex | A5 | 71 | A3 | 0 | 20 | 1 | 23 | 12E | 16 | 37 |
| Octal | 245 | 161 | 243 | 0 | 40 | 1 | 43 | 456 | 26 | 67 |
| Binary | 10100101 | 1110001 | 10100011 | 0 | 100000 | 1 | 100011 | 100101110 | 10110 | 110111 |
Color Harmonies of #A571A3
Complementary color
Monochromatic Colors of #A571A3
Black with #A571A3
Text Example
Text Example
White with #A571A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571A3; }
p { color: rgb(165,113,163); }
H1.HeaderClassName
{
color: #A571A3;
}
.AnyTagClassName
{
color: #A571A3;
}
</style>
background-color css
<style>
a { background-color: #A571A3; }
a { background-color: rgb(165,113,163); }
div.DivClassName
{
background-color: #A571A3;
}
.BgClassName
{
background-color: #A571A3;
}
</style>
border-color css
<style>
span { border-color: #A571A3; }
span { border-color: rgb(165,113,163); }
td.TdClassName
{
border-color: #A571A3;
}
.TagClassName
{
border-color: #A571A3;
}
</style>