Shades of Blue Violet #A422E5
Tints of Blue Violet #A422E5
RGB
CMYK
RGB Variations
Color information
#A422E5 (or 0xA422E5) is known color: Blue Violet. HEX triplet: A4, 22 and E5. RGB value is (164,34,229). Sum of RGB (Red+Green+Blue) = 164+34+229=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #A422E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422E5 is #5BDD1A. Grayscale: #5E5E5E. Windows color (decimal): -6020379 or 15016612. OLE color: 15016612.
HSL color Cylindrical-coordinate representation of color #A422E5: hue angle of 280º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A422E5 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 34 | 229 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.10 |
| HSL | 280º | 0.79% | 0.52% | - |
| HSV(B) | 280º | 0.85% | 0.9% | - |
| XYZ | 30.02 | 14.69 | 75.38 | - |
| YUV | 95.1 | 203.57 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 229 | 0.28 | 0.85 | 0 | 0.10 | 280 | 0.79 | 0.52 |
| Hex | A4 | 22 | E5 | 1C | 55 | 0 | A | 118 | 4F | 34 |
| Octal | 244 | 42 | 345 | 34 | 125 | 0 | 12 | 430 | 117 | 64 |
| Binary | 10100100 | 100010 | 11100101 | 11100 | 1010101 | 0 | 1010 | 100011000 | 1001111 | 110100 |
Color Harmonies of #A422E5
Complementary color
Monochromatic Colors of #A422E5
Black with #A422E5
Text Example
Text Example
White with #A422E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A422E5; }
p { color: rgb(164,34,229); }
H1.HeaderClassName
{
color: #A422E5;
}
.AnyTagClassName
{
color: #A422E5;
}
</style>
background-color css
<style>
a { background-color: #A422E5; }
a { background-color: rgb(164,34,229); }
div.DivClassName
{
background-color: #A422E5;
}
.BgClassName
{
background-color: #A422E5;
}
</style>
border-color css
<style>
span { border-color: #A422E5; }
span { border-color: rgb(164,34,229); }
td.TdClassName
{
border-color: #A422E5;
}
.TagClassName
{
border-color: #A422E5;
}
</style>