Shades of Violet Blue #A452A1
Tints of Violet Blue #A452A1
RGB
CMYK
RGB Variations
Color information
#A452A1 (or 0xA452A1) is known color: Violet Blue. HEX triplet: A4, 52 and A1. RGB value is (164,82,161). Sum of RGB (Red+Green+Blue) = 164+82+161=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A452A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A452A1 is #5BAD5E. Grayscale: #737373. Windows color (decimal): -6008159 or 10572452. OLE color: 10572452.
HSL color Cylindrical-coordinate representation of color #A452A1: hue angle of 302.2º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A452A1 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 161 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.36 |
| HSL | 302.2º | 0.33% | 0.48% | - |
| HSV(B) | 302.2º | 0.5% | 0.64% | - |
| XYZ | 24.76 | 16.5 | 35.6 | - |
| YUV | 115.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 161 | 0 | 0.5 | 0.02 | 0.36 | 302.2 | 0.33 | 0.48 |
| Hex | A4 | 52 | A1 | 0 | 32 | 2 | 24 | 12E | 21 | 30 |
| Octal | 244 | 122 | 241 | 0 | 62 | 2 | 44 | 456 | 41 | 60 |
| Binary | 10100100 | 1010010 | 10100001 | 0 | 110010 | 10 | 100100 | 100101110 | 100001 | 110000 |
Color Harmonies of #A452A1
Complementary color
Monochromatic Colors of #A452A1
Black with #A452A1
Text Example
Text Example
White with #A452A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452A1; }
p { color: rgb(164,82,161); }
H1.HeaderClassName
{
color: #A452A1;
}
.AnyTagClassName
{
color: #A452A1;
}
</style>
background-color css
<style>
a { background-color: #A452A1; }
a { background-color: rgb(164,82,161); }
div.DivClassName
{
background-color: #A452A1;
}
.BgClassName
{
background-color: #A452A1;
}
</style>
border-color css
<style>
span { border-color: #A452A1; }
span { border-color: rgb(164,82,161); }
td.TdClassName
{
border-color: #A452A1;
}
.TagClassName
{
border-color: #A452A1;
}
</style>