Shades of Blue Violet #A120FD
Tints of Blue Violet #A120FD
RGB
CMYK
RGB Variations
Color information
#A120FD (or 0xA120FD) is known color: Blue Violet. HEX triplet: A1, 20 and FD. RGB value is (161,32,253). Sum of RGB (Red+Green+Blue) = 161+32+253=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #A120FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A120FD is #5EDF02. Grayscale: #5F5F5F. Windows color (decimal): -6217475 or 16588961. OLE color: 16588961.
HSL color Cylindrical-coordinate representation of color #A120FD: hue angle of 275.02º degrees, saturation: 0.98, 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 #A120FD is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 32 | 253 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.01 |
| HSL | 275.02º | 0.98% | 0.56% | - |
| HSV(B) | 275.02º | 0.87% | 0.99% | - |
| XYZ | 32.94 | 15.7 | 94.22 | - |
| YUV | 95.77 | 216.74 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 253 | 0.36 | 0.87 | 0 | 0.01 | 275.02 | 0.98 | 0.56 |
| Hex | A1 | 20 | FD | 24 | 57 | 0 | 1 | 113 | 62 | 38 |
| Octal | 241 | 40 | 375 | 44 | 127 | 0 | 1 | 423 | 142 | 70 |
| Binary | 10100001 | 100000 | 11111101 | 100100 | 1010111 | 0 | 1 | 100010011 | 1100010 | 111000 |
Color Harmonies of #A120FD
Complementary color
Monochromatic Colors of #A120FD
Black with #A120FD
Text Example
Text Example
White with #A120FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A120FD; }
p { color: rgb(161,32,253); }
H1.HeaderClassName
{
color: #A120FD;
}
.AnyTagClassName
{
color: #A120FD;
}
</style>
background-color css
<style>
a { background-color: #A120FD; }
a { background-color: rgb(161,32,253); }
div.DivClassName
{
background-color: #A120FD;
}
.BgClassName
{
background-color: #A120FD;
}
</style>
border-color css
<style>
span { border-color: #A120FD; }
span { border-color: rgb(161,32,253); }
td.TdClassName
{
border-color: #A120FD;
}
.TagClassName
{
border-color: #A120FD;
}
</style>