Shades of Violet Blue #A271AA
Tints of Violet Blue #A271AA
RGB
CMYK
RGB Variations
Color information
#A271AA (or 0xA271AA) is known color: Violet Blue. HEX triplet: A2, 71 and AA. RGB value is (162,113,170). Sum of RGB (Red+Green+Blue) = 162+113+170=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #A271AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271AA is #5D8E55. Grayscale: #858585. Windows color (decimal): -6131286 or 11170210. OLE color: 11170210.
HSL color Cylindrical-coordinate representation of color #A271AA: hue angle of 291.58º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A271AA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 113 | 170 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.33 |
| HSL | 291.58º | 0.25% | 0.55% | - |
| HSV(B) | 291.58º | 0.34% | 0.67% | - |
| XYZ | 28.06 | 22.39 | 40.87 | - |
| YUV | 134.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 170 | 0.05 | 0.34 | 0 | 0.33 | 291.58 | 0.25 | 0.55 |
| Hex | A2 | 71 | AA | 5 | 22 | 0 | 21 | 124 | 19 | 37 |
| Octal | 242 | 161 | 252 | 5 | 42 | 0 | 41 | 444 | 31 | 67 |
| Binary | 10100010 | 1110001 | 10101010 | 101 | 100010 | 0 | 100001 | 100100100 | 11001 | 110111 |
Color Harmonies of #A271AA
Complementary color
Monochromatic Colors of #A271AA
Black with #A271AA
Text Example
Text Example
White with #A271AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271AA; }
p { color: rgb(162,113,170); }
H1.HeaderClassName
{
color: #A271AA;
}
.AnyTagClassName
{
color: #A271AA;
}
</style>
background-color css
<style>
a { background-color: #A271AA; }
a { background-color: rgb(162,113,170); }
div.DivClassName
{
background-color: #A271AA;
}
.BgClassName
{
background-color: #A271AA;
}
</style>
border-color css
<style>
span { border-color: #A271AA; }
span { border-color: rgb(162,113,170); }
td.TdClassName
{
border-color: #A271AA;
}
.TagClassName
{
border-color: #A271AA;
}
</style>