Shades of Blue Violet #A122FE
Tints of Blue Violet #A122FE
RGB
CMYK
RGB Variations
Color information
#A122FE (or 0xA122FE) is known color: Blue Violet. HEX triplet: A1, 22 and FE. RGB value is (161,34,254). Sum of RGB (Red+Green+Blue) = 161+34+254=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #A122FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A122FE is #5EDD01. Grayscale: #606060. Windows color (decimal): -6216962 or 16655009. OLE color: 16655009.
HSL color Cylindrical-coordinate representation of color #A122FE: hue angle of 274.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A122FE is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 34 | 254 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.00 |
| HSL | 274.64º | 0.99% | 0.56% | - |
| HSV(B) | 274.64º | 0.87% | 1% | - |
| XYZ | 33.16 | 15.88 | 95.08 | - |
| YUV | 97.05 | 216.58 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 254 | 0.37 | 0.87 | 0 | 0.00 | 274.64 | 0.99 | 0.56 |
| Hex | A1 | 22 | FE | 25 | 57 | 0 | 0 | 113 | 63 | 38 |
| Octal | 241 | 42 | 376 | 45 | 127 | 0 | 0 | 423 | 143 | 70 |
| Binary | 10100001 | 100010 | 11111110 | 100101 | 1010111 | 0 | 0 | 100010011 | 1100011 | 111000 |
Color Harmonies of #A122FE
Complementary color
Monochromatic Colors of #A122FE
Black with #A122FE
Text Example
Text Example
White with #A122FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A122FE; }
p { color: rgb(161,34,254); }
H1.HeaderClassName
{
color: #A122FE;
}
.AnyTagClassName
{
color: #A122FE;
}
</style>
background-color css
<style>
a { background-color: #A122FE; }
a { background-color: rgb(161,34,254); }
div.DivClassName
{
background-color: #A122FE;
}
.BgClassName
{
background-color: #A122FE;
}
</style>
border-color css
<style>
span { border-color: #A122FE; }
span { border-color: rgb(161,34,254); }
td.TdClassName
{
border-color: #A122FE;
}
.TagClassName
{
border-color: #A122FE;
}
</style>