Shades of Violet Blue #A571A1
Tints of Violet Blue #A571A1
RGB
CMYK
RGB Variations
Color information
#A571A1 (or 0xA571A1) is known color: Violet Blue. HEX triplet: A5, 71 and A1. RGB value is (165,113,161). Sum of RGB (Red+Green+Blue) = 165+113+161=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A571A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A571A1 is #5A8E5E. Grayscale: #858585. Windows color (decimal): -5934687 or 10580389. OLE color: 10580389.
HSL color Cylindrical-coordinate representation of color #A571A1: hue angle of 304.62º 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 #A571A1 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 113 | 161 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.35 |
| HSL | 304.62º | 0.22% | 0.55% | - |
| HSV(B) | 304.62º | 0.32% | 0.65% | - |
| XYZ | 27.86 | 22.38 | 36.57 | - |
| YUV | 134.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 161 | 0 | 0.32 | 0.02 | 0.35 | 304.62 | 0.22 | 0.55 |
| Hex | A5 | 71 | A1 | 0 | 20 | 2 | 23 | 131 | 16 | 37 |
| Octal | 245 | 161 | 241 | 0 | 40 | 2 | 43 | 461 | 26 | 67 |
| Binary | 10100101 | 1110001 | 10100001 | 0 | 100000 | 10 | 100011 | 100110001 | 10110 | 110111 |
Color Harmonies of #A571A1
Complementary color
Monochromatic Colors of #A571A1
Black with #A571A1
Text Example
Text Example
White with #A571A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571A1; }
p { color: rgb(165,113,161); }
H1.HeaderClassName
{
color: #A571A1;
}
.AnyTagClassName
{
color: #A571A1;
}
</style>
background-color css
<style>
a { background-color: #A571A1; }
a { background-color: rgb(165,113,161); }
div.DivClassName
{
background-color: #A571A1;
}
.BgClassName
{
background-color: #A571A1;
}
</style>
border-color css
<style>
span { border-color: #A571A1; }
span { border-color: rgb(165,113,161); }
td.TdClassName
{
border-color: #A571A1;
}
.TagClassName
{
border-color: #A571A1;
}
</style>