Shades of Violet Blue #A173A2
Tints of Violet Blue #A173A2
RGB
CMYK
RGB Variations
Color information
#A173A2 (or 0xA173A2) is known color: Violet Blue. HEX triplet: A1, 73 and A2. RGB value is (161,115,162). Sum of RGB (Red+Green+Blue) = 161+115+162=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 162 - color contains mainly: blue. Hex color #A173A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A173A2 is #5E8C5D. Grayscale: #858585. Windows color (decimal): -6196318 or 10646433. OLE color: 10646433.
HSL color Cylindrical-coordinate representation of color #A173A2: hue angle of 298.72º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A173A2 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 115 | 162 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.36 |
| HSL | 298.72º | 0.2% | 0.54% | - |
| HSV(B) | 298.72º | 0.29% | 0.64% | - |
| XYZ | 27.35 | 22.45 | 37.07 | - |
| YUV | 134.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 162 | 0.01 | 0.29 | 0 | 0.36 | 298.72 | 0.2 | 0.54 |
| Hex | A1 | 73 | A2 | 1 | 1D | 0 | 24 | 12B | 14 | 36 |
| Octal | 241 | 163 | 242 | 1 | 35 | 0 | 44 | 453 | 24 | 66 |
| Binary | 10100001 | 1110011 | 10100010 | 1 | 11101 | 0 | 100100 | 100101011 | 10100 | 110110 |
Color Harmonies of #A173A2
Complementary color
Monochromatic Colors of #A173A2
Black with #A173A2
Text Example
Text Example
White with #A173A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173A2; }
p { color: rgb(161,115,162); }
H1.HeaderClassName
{
color: #A173A2;
}
.AnyTagClassName
{
color: #A173A2;
}
</style>
background-color css
<style>
a { background-color: #A173A2; }
a { background-color: rgb(161,115,162); }
div.DivClassName
{
background-color: #A173A2;
}
.BgClassName
{
background-color: #A173A2;
}
</style>
border-color css
<style>
span { border-color: #A173A2; }
span { border-color: rgb(161,115,162); }
td.TdClassName
{
border-color: #A173A2;
}
.TagClassName
{
border-color: #A173A2;
}
</style>