Shades of Blue Violet #A121FA
Tints of Blue Violet #A121FA
RGB
CMYK
RGB Variations
Color information
#A121FA (or 0xA121FA) is known color: Blue Violet. HEX triplet: A1, 21 and FA. RGB value is (161,33,250). Sum of RGB (Red+Green+Blue) = 161+33+250=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #A121FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A121FA is #5EDE05. Grayscale: #5F5F5F. Windows color (decimal): -6217222 or 16392609. OLE color: 16392609.
HSL color Cylindrical-coordinate representation of color #A121FA: hue angle of 275.39º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A121FA is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 33 | 250 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.02 |
| HSL | 275.39º | 0.96% | 0.55% | - |
| HSV(B) | 275.39º | 0.87% | 0.98% | - |
| XYZ | 32.5 | 15.57 | 91.73 | - |
| YUV | 96.01 | 214.91 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 250 | 0.36 | 0.87 | 0 | 0.02 | 275.39 | 0.96 | 0.55 |
| Hex | A1 | 21 | FA | 24 | 57 | 0 | 2 | 113 | 60 | 37 |
| Octal | 241 | 41 | 372 | 44 | 127 | 0 | 2 | 423 | 140 | 67 |
| Binary | 10100001 | 100001 | 11111010 | 100100 | 1010111 | 0 | 10 | 100010011 | 1100000 | 110111 |
Color Harmonies of #A121FA
Complementary color
Monochromatic Colors of #A121FA
Black with #A121FA
Text Example
Text Example
White with #A121FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A121FA; }
p { color: rgb(161,33,250); }
H1.HeaderClassName
{
color: #A121FA;
}
.AnyTagClassName
{
color: #A121FA;
}
</style>
background-color css
<style>
a { background-color: #A121FA; }
a { background-color: rgb(161,33,250); }
div.DivClassName
{
background-color: #A121FA;
}
.BgClassName
{
background-color: #A121FA;
}
</style>
border-color css
<style>
span { border-color: #A121FA; }
span { border-color: rgb(161,33,250); }
td.TdClassName
{
border-color: #A121FA;
}
.TagClassName
{
border-color: #A121FA;
}
</style>