Shades of Violet Blue #A371AC
Tints of Violet Blue #A371AC
RGB
CMYK
RGB Variations
Color information
#A371AC (or 0xA371AC) is known color: Violet Blue. HEX triplet: A3, 71 and AC. RGB value is (163,113,172). Sum of RGB (Red+Green+Blue) = 163+113+172=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #A371AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A371AC is #5C8E53. Grayscale: #868686. Windows color (decimal): -6065748 or 11301283. OLE color: 11301283.
HSL color Cylindrical-coordinate representation of color #A371AC: hue angle of 290.85º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A371AC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 113 | 172 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.33 |
| HSL | 290.85º | 0.26% | 0.56% | - |
| HSV(B) | 290.85º | 0.34% | 0.67% | - |
| XYZ | 28.46 | 22.58 | 41.89 | - |
| YUV | 134.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 172 | 0.05 | 0.34 | 0 | 0.33 | 290.85 | 0.26 | 0.56 |
| Hex | A3 | 71 | AC | 5 | 22 | 0 | 21 | 123 | 1A | 38 |
| Octal | 243 | 161 | 254 | 5 | 42 | 0 | 41 | 443 | 32 | 70 |
| Binary | 10100011 | 1110001 | 10101100 | 101 | 100010 | 0 | 100001 | 100100011 | 11010 | 111000 |
Color Harmonies of #A371AC
Complementary color
Monochromatic Colors of #A371AC
Black with #A371AC
Text Example
Text Example
White with #A371AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A371AC; }
p { color: rgb(163,113,172); }
H1.HeaderClassName
{
color: #A371AC;
}
.AnyTagClassName
{
color: #A371AC;
}
</style>
background-color css
<style>
a { background-color: #A371AC; }
a { background-color: rgb(163,113,172); }
div.DivClassName
{
background-color: #A371AC;
}
.BgClassName
{
background-color: #A371AC;
}
</style>
border-color css
<style>
span { border-color: #A371AC; }
span { border-color: rgb(163,113,172); }
td.TdClassName
{
border-color: #A371AC;
}
.TagClassName
{
border-color: #A371AC;
}
</style>