Shades of Blue Violet #A120F2
Tints of Blue Violet #A120F2
RGB
CMYK
RGB Variations
Color information
#A120F2 (or 0xA120F2) is known color: Blue Violet. HEX triplet: A1, 20 and F2. RGB value is (161,32,242). Sum of RGB (Red+Green+Blue) = 161+32+242=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #A120F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A120F2 is #5EDF0D. Grayscale: #5D5D5D. Windows color (decimal): -6217486 or 15868065. OLE color: 15868065.
HSL color Cylindrical-coordinate representation of color #A120F2: hue angle of 276.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A120F2 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 32 | 242 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.05 |
| HSL | 276.86º | 0.89% | 0.54% | - |
| HSV(B) | 276.86º | 0.87% | 0.95% | - |
| XYZ | 31.24 | 15.02 | 85.26 | - |
| YUV | 94.51 | 211.24 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 242 | 0.33 | 0.87 | 0 | 0.05 | 276.86 | 0.89 | 0.54 |
| Hex | A1 | 20 | F2 | 21 | 57 | 0 | 5 | 115 | 59 | 36 |
| Octal | 241 | 40 | 362 | 41 | 127 | 0 | 5 | 425 | 131 | 66 |
| Binary | 10100001 | 100000 | 11110010 | 100001 | 1010111 | 0 | 101 | 100010101 | 1011001 | 110110 |
Color Harmonies of #A120F2
Complementary color
Monochromatic Colors of #A120F2
Black with #A120F2
Text Example
Text Example
White with #A120F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A120F2; }
p { color: rgb(161,32,242); }
H1.HeaderClassName
{
color: #A120F2;
}
.AnyTagClassName
{
color: #A120F2;
}
</style>
background-color css
<style>
a { background-color: #A120F2; }
a { background-color: rgb(161,32,242); }
div.DivClassName
{
background-color: #A120F2;
}
.BgClassName
{
background-color: #A120F2;
}
</style>
border-color css
<style>
span { border-color: #A120F2; }
span { border-color: rgb(161,32,242); }
td.TdClassName
{
border-color: #A120F2;
}
.TagClassName
{
border-color: #A120F2;
}
</style>