Shades of Blue Violet #A12FED
Tints of Blue Violet #A12FED
RGB
CMYK
RGB Variations
Color information
#A12FED (or 0xA12FED) is known color: Blue Violet. HEX triplet: A1, 2F and ED. RGB value is (161,47,237). Sum of RGB (Red+Green+Blue) = 161+47+237=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #A12FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12FED is #5ED012. Grayscale: #666666. Windows color (decimal): -6213651 or 15544225. OLE color: 15544225.
HSL color Cylindrical-coordinate representation of color #A12FED: hue angle of 276º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12FED is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 47 | 237 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.07 |
| HSL | 276º | 0.84% | 0.56% | - |
| HSV(B) | 276º | 0.8% | 0.93% | - |
| XYZ | 31 | 15.72 | 81.52 | - |
| YUV | 102.75 | 203.77 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 237 | 0.32 | 0.80 | 0 | 0.07 | 276 | 0.84 | 0.56 |
| Hex | A1 | 2F | ED | 20 | 50 | 0 | 7 | 114 | 54 | 38 |
| Octal | 241 | 57 | 355 | 40 | 120 | 0 | 7 | 424 | 124 | 70 |
| Binary | 10100001 | 101111 | 11101101 | 100000 | 1010000 | 0 | 111 | 100010100 | 1010100 | 111000 |
Color Harmonies of #A12FED
Complementary color
Monochromatic Colors of #A12FED
Black with #A12FED
Text Example
Text Example
White with #A12FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FED; }
p { color: rgb(161,47,237); }
H1.HeaderClassName
{
color: #A12FED;
}
.AnyTagClassName
{
color: #A12FED;
}
</style>
background-color css
<style>
a { background-color: #A12FED; }
a { background-color: rgb(161,47,237); }
div.DivClassName
{
background-color: #A12FED;
}
.BgClassName
{
background-color: #A12FED;
}
</style>
border-color css
<style>
span { border-color: #A12FED; }
span { border-color: rgb(161,47,237); }
td.TdClassName
{
border-color: #A12FED;
}
.TagClassName
{
border-color: #A12FED;
}
</style>