Shades of Violet Blue #A252A0
Tints of Violet Blue #A252A0
RGB
CMYK
RGB Variations
Color information
#A252A0 (or 0xA252A0) is known color: Violet Blue. HEX triplet: A2, 52 and A0. RGB value is (162,82,160). Sum of RGB (Red+Green+Blue) = 162+82+160=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A252A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A252A0 is #5DAD5F. Grayscale: #727272. Windows color (decimal): -6139232 or 10506914. OLE color: 10506914.
HSL color Cylindrical-coordinate representation of color #A252A0: hue angle of 301.5º 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 #A252A0 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 160 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.36 |
| HSL | 301.5º | 0.33% | 0.48% | - |
| HSV(B) | 301.5º | 0.49% | 0.64% | - |
| XYZ | 24.26 | 16.25 | 35.12 | - |
| YUV | 114.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 160 | 0 | 0.49 | 0.01 | 0.36 | 301.5 | 0.33 | 0.48 |
| Hex | A2 | 52 | A0 | 0 | 31 | 1 | 24 | 12E | 21 | 30 |
| Octal | 242 | 122 | 240 | 0 | 61 | 1 | 44 | 456 | 41 | 60 |
| Binary | 10100010 | 1010010 | 10100000 | 0 | 110001 | 1 | 100100 | 100101110 | 100001 | 110000 |
Color Harmonies of #A252A0
Complementary color
Monochromatic Colors of #A252A0
Black with #A252A0
Text Example
Text Example
White with #A252A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252A0; }
p { color: rgb(162,82,160); }
H1.HeaderClassName
{
color: #A252A0;
}
.AnyTagClassName
{
color: #A252A0;
}
</style>
background-color css
<style>
a { background-color: #A252A0; }
a { background-color: rgb(162,82,160); }
div.DivClassName
{
background-color: #A252A0;
}
.BgClassName
{
background-color: #A252A0;
}
</style>
border-color css
<style>
span { border-color: #A252A0; }
span { border-color: rgb(162,82,160); }
td.TdClassName
{
border-color: #A252A0;
}
.TagClassName
{
border-color: #A252A0;
}
</style>