Shades of Violet Blue #A273A1
Tints of Violet Blue #A273A1
RGB
CMYK
RGB Variations
Color information
#A273A1 (or 0xA273A1) is known color: Violet Blue. HEX triplet: A2, 73 and A1. RGB value is (162,115,161). Sum of RGB (Red+Green+Blue) = 162+115+161=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A273A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A273A1 is #5D8C5E. Grayscale: #868686. Windows color (decimal): -6130783 or 10580898. OLE color: 10580898.
HSL color Cylindrical-coordinate representation of color #A273A1: hue angle of 301.28º 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 #A273A1 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 161 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.36 |
| HSL | 301.28º | 0.2% | 0.54% | - |
| HSV(B) | 301.28º | 0.29% | 0.64% | - |
| XYZ | 27.46 | 22.52 | 36.62 | - |
| YUV | 134.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 161 | 0 | 0.29 | 0.01 | 0.36 | 301.28 | 0.2 | 0.54 |
| Hex | A2 | 73 | A1 | 0 | 1D | 1 | 24 | 12D | 14 | 36 |
| Octal | 242 | 163 | 241 | 0 | 35 | 1 | 44 | 455 | 24 | 66 |
| Binary | 10100010 | 1110011 | 10100001 | 0 | 11101 | 1 | 100100 | 100101101 | 10100 | 110110 |
Color Harmonies of #A273A1
Complementary color
Monochromatic Colors of #A273A1
Black with #A273A1
Text Example
Text Example
White with #A273A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A273A1; }
p { color: rgb(162,115,161); }
H1.HeaderClassName
{
color: #A273A1;
}
.AnyTagClassName
{
color: #A273A1;
}
</style>
background-color css
<style>
a { background-color: #A273A1; }
a { background-color: rgb(162,115,161); }
div.DivClassName
{
background-color: #A273A1;
}
.BgClassName
{
background-color: #A273A1;
}
</style>
border-color css
<style>
span { border-color: #A273A1; }
span { border-color: rgb(162,115,161); }
td.TdClassName
{
border-color: #A273A1;
}
.TagClassName
{
border-color: #A273A1;
}
</style>