Shades of Violet Blue #A252A1
Tints of Violet Blue #A252A1
RGB
CMYK
RGB Variations
Color information
#A252A1 (or 0xA252A1) is known color: Violet Blue. HEX triplet: A2, 52 and A1. RGB value is (162,82,161). Sum of RGB (Red+Green+Blue) = 162+82+161=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A252A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A252A1 is #5DAD5E. Grayscale: #727272. Windows color (decimal): -6139231 or 10572450. OLE color: 10572450.
HSL color Cylindrical-coordinate representation of color #A252A1: hue angle of 300.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A252A1 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 161 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.36 |
| HSL | 300.75º | 0.33% | 0.48% | - |
| HSV(B) | 300.75º | 0.49% | 0.64% | - |
| XYZ | 24.35 | 16.29 | 35.58 | - |
| YUV | 114.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 161 | 0 | 0.49 | 0.01 | 0.36 | 300.75 | 0.33 | 0.48 |
| Hex | A2 | 52 | A1 | 0 | 31 | 1 | 24 | 12D | 21 | 30 |
| Octal | 242 | 122 | 241 | 0 | 61 | 1 | 44 | 455 | 41 | 60 |
| Binary | 10100010 | 1010010 | 10100001 | 0 | 110001 | 1 | 100100 | 100101101 | 100001 | 110000 |
Color Harmonies of #A252A1
Complementary color
Monochromatic Colors of #A252A1
Black with #A252A1
Text Example
Text Example
White with #A252A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252A1; }
p { color: rgb(162,82,161); }
H1.HeaderClassName
{
color: #A252A1;
}
.AnyTagClassName
{
color: #A252A1;
}
</style>
background-color css
<style>
a { background-color: #A252A1; }
a { background-color: rgb(162,82,161); }
div.DivClassName
{
background-color: #A252A1;
}
.BgClassName
{
background-color: #A252A1;
}
</style>
border-color css
<style>
span { border-color: #A252A1; }
span { border-color: rgb(162,82,161); }
td.TdClassName
{
border-color: #A252A1;
}
.TagClassName
{
border-color: #A252A1;
}
</style>