Shades of Violet Blue #A271A6
Tints of Violet Blue #A271A6
RGB
CMYK
RGB Variations
Color information
#A271A6 (or 0xA271A6) is known color: Violet Blue. HEX triplet: A2, 71 and A6. RGB value is (162,113,166). Sum of RGB (Red+Green+Blue) = 162+113+166=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 166 - color contains mainly: blue. Hex color #A271A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271A6 is #5D8E59. Grayscale: #858585. Windows color (decimal): -6131290 or 10908066. OLE color: 10908066.
HSL color Cylindrical-coordinate representation of color #A271A6: hue angle of 295.47º degrees, saturation: 0.23, 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 #A271A6 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 113 | 166 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.35 |
| HSL | 295.47º | 0.23% | 0.55% | - |
| HSV(B) | 295.47º | 0.32% | 0.65% | - |
| XYZ | 27.69 | 22.24 | 38.91 | - |
| YUV | 133.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 166 | 0.02 | 0.32 | 0 | 0.35 | 295.47 | 0.23 | 0.55 |
| Hex | A2 | 71 | A6 | 2 | 20 | 0 | 23 | 127 | 17 | 37 |
| Octal | 242 | 161 | 246 | 2 | 40 | 0 | 43 | 447 | 27 | 67 |
| Binary | 10100010 | 1110001 | 10100110 | 10 | 100000 | 0 | 100011 | 100100111 | 10111 | 110111 |
Color Harmonies of #A271A6
Complementary color
Monochromatic Colors of #A271A6
Black with #A271A6
Text Example
Text Example
White with #A271A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271A6; }
p { color: rgb(162,113,166); }
H1.HeaderClassName
{
color: #A271A6;
}
.AnyTagClassName
{
color: #A271A6;
}
</style>
background-color css
<style>
a { background-color: #A271A6; }
a { background-color: rgb(162,113,166); }
div.DivClassName
{
background-color: #A271A6;
}
.BgClassName
{
background-color: #A271A6;
}
</style>
border-color css
<style>
span { border-color: #A271A6; }
span { border-color: rgb(162,113,166); }
td.TdClassName
{
border-color: #A271A6;
}
.TagClassName
{
border-color: #A271A6;
}
</style>