Shades of Violet Blue #A571A4
Tints of Violet Blue #A571A4
RGB
CMYK
RGB Variations
Color information
#A571A4 (or 0xA571A4) is known color: Violet Blue. HEX triplet: A5, 71 and A4. RGB value is (165,113,164). Sum of RGB (Red+Green+Blue) = 165+113+164=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A571A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A571A4 is #5A8E5B. Grayscale: #868686. Windows color (decimal): -5934684 or 10776997. OLE color: 10776997.
HSL color Cylindrical-coordinate representation of color #A571A4: hue angle of 301.15º 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 #A571A4 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 113 | 164 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.35 |
| HSL | 301.15º | 0.22% | 0.55% | - |
| HSV(B) | 301.15º | 0.32% | 0.65% | - |
| XYZ | 28.12 | 22.49 | 37.98 | - |
| YUV | 134.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 164 | 0 | 0.32 | 0.01 | 0.35 | 301.15 | 0.22 | 0.55 |
| Hex | A5 | 71 | A4 | 0 | 20 | 1 | 23 | 12D | 16 | 37 |
| Octal | 245 | 161 | 244 | 0 | 40 | 1 | 43 | 455 | 26 | 67 |
| Binary | 10100101 | 1110001 | 10100100 | 0 | 100000 | 1 | 100011 | 100101101 | 10110 | 110111 |
Color Harmonies of #A571A4
Complementary color
Monochromatic Colors of #A571A4
Black with #A571A4
Text Example
Text Example
White with #A571A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571A4; }
p { color: rgb(165,113,164); }
H1.HeaderClassName
{
color: #A571A4;
}
.AnyTagClassName
{
color: #A571A4;
}
</style>
background-color css
<style>
a { background-color: #A571A4; }
a { background-color: rgb(165,113,164); }
div.DivClassName
{
background-color: #A571A4;
}
.BgClassName
{
background-color: #A571A4;
}
</style>
border-color css
<style>
span { border-color: #A571A4; }
span { border-color: rgb(165,113,164); }
td.TdClassName
{
border-color: #A571A4;
}
.TagClassName
{
border-color: #A571A4;
}
</style>