Shades of Violet Blue #A271A2
Tints of Violet Blue #A271A2
RGB
CMYK
RGB Variations
Color information
#A271A2 (or 0xA271A2) is known color: Violet Blue. HEX triplet: A2, 71 and A2. RGB value is (162,113,162). Sum of RGB (Red+Green+Blue) = 162+113+162=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A271A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271A2 is #5D8E5D. Grayscale: #858585. Windows color (decimal): -6131294 or 10645922. OLE color: 10645922.
HSL color Cylindrical-coordinate representation of color #A271A2: hue angle of 300º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A271A2 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 162 | - |
| CMYK | 0 | 0.30 | 0 | 0.36 |
| HSL | 300º | 0.21% | 0.54% | - |
| HSV(B) | 300º | 0.3% | 0.64% | - |
| XYZ | 27.33 | 22.1 | 37.01 | - |
| YUV | 133.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 162 | 0 | 0.30 | 0 | 0.36 | 300 | 0.21 | 0.54 |
| Hex | A2 | 71 | A2 | 0 | 1E | 0 | 24 | 12C | 15 | 36 |
| Octal | 242 | 161 | 242 | 0 | 36 | 0 | 44 | 454 | 25 | 66 |
| Binary | 10100010 | 1110001 | 10100010 | 0 | 11110 | 0 | 100100 | 100101100 | 10101 | 110110 |
Color Harmonies of #A271A2
Complementary color
Monochromatic Colors of #A271A2
Black with #A271A2
Text Example
Text Example
White with #A271A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271A2; }
p { color: rgb(162,113,162); }
H1.HeaderClassName
{
color: #A271A2;
}
.AnyTagClassName
{
color: #A271A2;
}
</style>
background-color css
<style>
a { background-color: #A271A2; }
a { background-color: rgb(162,113,162); }
div.DivClassName
{
background-color: #A271A2;
}
.BgClassName
{
background-color: #A271A2;
}
</style>
border-color css
<style>
span { border-color: #A271A2; }
span { border-color: rgb(162,113,162); }
td.TdClassName
{
border-color: #A271A2;
}
.TagClassName
{
border-color: #A271A2;
}
</style>