Shades of Blue Violet #A122E5
Tints of Blue Violet #A122E5
RGB
CMYK
RGB Variations
Color information
#A122E5 (or 0xA122E5) is known color: Blue Violet. HEX triplet: A1, 22 and E5. RGB value is (161,34,229). Sum of RGB (Red+Green+Blue) = 161+34+229=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #A122E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122E5 is #5EDD1A. Grayscale: #5D5D5D. Windows color (decimal): -6216987 or 15016609. OLE color: 15016609.
HSL color Cylindrical-coordinate representation of color #A122E5: hue angle of 279.08º 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 #A122E5 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 34 | 229 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.10 |
| HSL | 279.08º | 0.79% | 0.52% | - |
| HSV(B) | 279.08º | 0.85% | 0.9% | - |
| XYZ | 29.41 | 14.38 | 75.35 | - |
| YUV | 94.2 | 204.08 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 229 | 0.30 | 0.85 | 0 | 0.10 | 279.08 | 0.79 | 0.52 |
| Hex | A1 | 22 | E5 | 1E | 55 | 0 | A | 117 | 4F | 34 |
| Octal | 241 | 42 | 345 | 36 | 125 | 0 | 12 | 427 | 117 | 64 |
| Binary | 10100001 | 100010 | 11100101 | 11110 | 1010101 | 0 | 1010 | 100010111 | 1001111 | 110100 |
Color Harmonies of #A122E5
Complementary color
Monochromatic Colors of #A122E5
Black with #A122E5
Text Example
Text Example
White with #A122E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A122E5; }
p { color: rgb(161,34,229); }
H1.HeaderClassName
{
color: #A122E5;
}
.AnyTagClassName
{
color: #A122E5;
}
</style>
background-color css
<style>
a { background-color: #A122E5; }
a { background-color: rgb(161,34,229); }
div.DivClassName
{
background-color: #A122E5;
}
.BgClassName
{
background-color: #A122E5;
}
</style>
border-color css
<style>
span { border-color: #A122E5; }
span { border-color: rgb(161,34,229); }
td.TdClassName
{
border-color: #A122E5;
}
.TagClassName
{
border-color: #A122E5;
}
</style>