Shades of Blue Violet #A12EEA
Tints of Blue Violet #A12EEA
RGB
CMYK
RGB Variations
Color information
#A12EEA (or 0xA12EEA) is known color: Blue Violet. HEX triplet: A1, 2E and EA. RGB value is (161,46,234). Sum of RGB (Red+Green+Blue) = 161+46+234=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #A12EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12EEA is #5ED115. Grayscale: #656565. Windows color (decimal): -6213910 or 15347361. OLE color: 15347361.
HSL color Cylindrical-coordinate representation of color #A12EEA: hue angle of 276.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12EEA is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 46 | 234 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.08 |
| HSL | 276.7º | 0.82% | 0.55% | - |
| HSV(B) | 276.7º | 0.8% | 0.92% | - |
| XYZ | 30.53 | 15.47 | 79.22 | - |
| YUV | 101.82 | 202.6 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 234 | 0.31 | 0.80 | 0 | 0.08 | 276.7 | 0.82 | 0.55 |
| Hex | A1 | 2E | EA | 1F | 50 | 0 | 8 | 115 | 52 | 37 |
| Octal | 241 | 56 | 352 | 37 | 120 | 0 | 10 | 425 | 122 | 67 |
| Binary | 10100001 | 101110 | 11101010 | 11111 | 1010000 | 0 | 1000 | 100010101 | 1010010 | 110111 |
Color Harmonies of #A12EEA
Complementary color
Monochromatic Colors of #A12EEA
Black with #A12EEA
Text Example
Text Example
White with #A12EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12EEA; }
p { color: rgb(161,46,234); }
H1.HeaderClassName
{
color: #A12EEA;
}
.AnyTagClassName
{
color: #A12EEA;
}
</style>
background-color css
<style>
a { background-color: #A12EEA; }
a { background-color: rgb(161,46,234); }
div.DivClassName
{
background-color: #A12EEA;
}
.BgClassName
{
background-color: #A12EEA;
}
</style>
border-color css
<style>
span { border-color: #A12EEA; }
span { border-color: rgb(161,46,234); }
td.TdClassName
{
border-color: #A12EEA;
}
.TagClassName
{
border-color: #A12EEA;
}
</style>