Shades of Blue Violet #A122FC
Tints of Blue Violet #A122FC
RGB
CMYK
RGB Variations
Color information
#A122FC (or 0xA122FC) is known color: Blue Violet. HEX triplet: A1, 22 and FC. RGB value is (161,34,252). Sum of RGB (Red+Green+Blue) = 161+34+252=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #A122FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A122FC is #5EDD03. Grayscale: #606060. Windows color (decimal): -6216964 or 16523937. OLE color: 16523937.
HSL color Cylindrical-coordinate representation of color #A122FC: hue angle of 274.95º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A122FC is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 34 | 252 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.01 |
| HSL | 274.95º | 0.97% | 0.56% | - |
| HSV(B) | 274.95º | 0.87% | 0.99% | - |
| XYZ | 32.84 | 15.75 | 93.4 | - |
| YUV | 96.83 | 215.58 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 252 | 0.36 | 0.87 | 0 | 0.01 | 274.95 | 0.97 | 0.56 |
| Hex | A1 | 22 | FC | 24 | 57 | 0 | 1 | 113 | 61 | 38 |
| Octal | 241 | 42 | 374 | 44 | 127 | 0 | 1 | 423 | 141 | 70 |
| Binary | 10100001 | 100010 | 11111100 | 100100 | 1010111 | 0 | 1 | 100010011 | 1100001 | 111000 |
Color Harmonies of #A122FC
Complementary color
Monochromatic Colors of #A122FC
Black with #A122FC
Text Example
Text Example
White with #A122FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A122FC; }
p { color: rgb(161,34,252); }
H1.HeaderClassName
{
color: #A122FC;
}
.AnyTagClassName
{
color: #A122FC;
}
</style>
background-color css
<style>
a { background-color: #A122FC; }
a { background-color: rgb(161,34,252); }
div.DivClassName
{
background-color: #A122FC;
}
.BgClassName
{
background-color: #A122FC;
}
</style>
border-color css
<style>
span { border-color: #A122FC; }
span { border-color: rgb(161,34,252); }
td.TdClassName
{
border-color: #A122FC;
}
.TagClassName
{
border-color: #A122FC;
}
</style>