Shades of Violet Blue #A371AA
Tints of Violet Blue #A371AA
RGB
CMYK
RGB Variations
Color information
#A371AA (or 0xA371AA) is known color: Violet Blue. HEX triplet: A3, 71 and AA. RGB value is (163,113,170). Sum of RGB (Red+Green+Blue) = 163+113+170=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #A371AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A371AA is #5C8E55. Grayscale: #868686. Windows color (decimal): -6065750 or 11170211. OLE color: 11170211.
HSL color Cylindrical-coordinate representation of color #A371AA: hue angle of 292.63º 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 #A371AA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 113 | 170 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.33 |
| HSL | 292.63º | 0.25% | 0.55% | - |
| HSV(B) | 292.63º | 0.34% | 0.67% | - |
| XYZ | 28.27 | 22.5 | 40.88 | - |
| YUV | 134.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 170 | 0.04 | 0.34 | 0 | 0.33 | 292.63 | 0.25 | 0.55 |
| Hex | A3 | 71 | AA | 4 | 22 | 0 | 21 | 125 | 19 | 37 |
| Octal | 243 | 161 | 252 | 4 | 42 | 0 | 41 | 445 | 31 | 67 |
| Binary | 10100011 | 1110001 | 10101010 | 100 | 100010 | 0 | 100001 | 100100101 | 11001 | 110111 |
Color Harmonies of #A371AA
Complementary color
Monochromatic Colors of #A371AA
Black with #A371AA
Text Example
Text Example
White with #A371AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A371AA; }
p { color: rgb(163,113,170); }
H1.HeaderClassName
{
color: #A371AA;
}
.AnyTagClassName
{
color: #A371AA;
}
</style>
background-color css
<style>
a { background-color: #A371AA; }
a { background-color: rgb(163,113,170); }
div.DivClassName
{
background-color: #A371AA;
}
.BgClassName
{
background-color: #A371AA;
}
</style>
border-color css
<style>
span { border-color: #A371AA; }
span { border-color: rgb(163,113,170); }
td.TdClassName
{
border-color: #A371AA;
}
.TagClassName
{
border-color: #A371AA;
}
</style>