Shades of Violet Blue #A071A5
Tints of Violet Blue #A071A5
RGB
CMYK
RGB Variations
Color information
#A071A5 (or 0xA071A5) is known color: Violet Blue. HEX triplet: A0, 71 and A5. RGB value is (160,113,165). Sum of RGB (Red+Green+Blue) = 160+113+165=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 165 - color contains mainly: blue. Hex color #A071A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A071A5 is #5F8E5A. Grayscale: #848484. Windows color (decimal): -6262363 or 10842528. OLE color: 10842528.
HSL color Cylindrical-coordinate representation of color #A071A5: hue angle of 294.23º 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 #A071A5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 113 | 165 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.35 |
| HSL | 294.23º | 0.22% | 0.55% | - |
| HSV(B) | 294.23º | 0.32% | 0.65% | - |
| XYZ | 27.19 | 22 | 38.41 | - |
| YUV | 132.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 165 | 0.03 | 0.32 | 0 | 0.35 | 294.23 | 0.22 | 0.55 |
| Hex | A0 | 71 | A5 | 3 | 20 | 0 | 23 | 126 | 16 | 37 |
| Octal | 240 | 161 | 245 | 3 | 40 | 0 | 43 | 446 | 26 | 67 |
| Binary | 10100000 | 1110001 | 10100101 | 11 | 100000 | 0 | 100011 | 100100110 | 10110 | 110111 |
Color Harmonies of #A071A5
Complementary color
Monochromatic Colors of #A071A5
Black with #A071A5
Text Example
Text Example
White with #A071A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071A5; }
p { color: rgb(160,113,165); }
H1.HeaderClassName
{
color: #A071A5;
}
.AnyTagClassName
{
color: #A071A5;
}
</style>
background-color css
<style>
a { background-color: #A071A5; }
a { background-color: rgb(160,113,165); }
div.DivClassName
{
background-color: #A071A5;
}
.BgClassName
{
background-color: #A071A5;
}
</style>
border-color css
<style>
span { border-color: #A071A5; }
span { border-color: rgb(160,113,165); }
td.TdClassName
{
border-color: #A071A5;
}
.TagClassName
{
border-color: #A071A5;
}
</style>