Shades of Blue Violet #A12AFE
Tints of Blue Violet #A12AFE
RGB
CMYK
RGB Variations
Color information
#A12AFE (or 0xA12AFE) is known color: Blue Violet. HEX triplet: A1, 2A and FE. RGB value is (161,42,254). Sum of RGB (Red+Green+Blue) = 161+42+254=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #A12AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A12AFE is #5ED501. Grayscale: #656565. Windows color (decimal): -6214914 or 16657057. OLE color: 16657057.
HSL color Cylindrical-coordinate representation of color #A12AFE: hue angle of 273.68º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A12AFE is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 42 | 254 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.00 |
| HSL | 273.68º | 0.99% | 0.58% | - |
| HSV(B) | 273.68º | 0.83% | 1% | - |
| XYZ | 33.42 | 16.39 | 95.17 | - |
| YUV | 101.75 | 213.92 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 254 | 0.37 | 0.83 | 0 | 0.00 | 273.68 | 0.99 | 0.58 |
| Hex | A1 | 2A | FE | 25 | 53 | 0 | 0 | 112 | 63 | 3A |
| Octal | 241 | 52 | 376 | 45 | 123 | 0 | 0 | 422 | 143 | 72 |
| Binary | 10100001 | 101010 | 11111110 | 100101 | 1010011 | 0 | 0 | 100010010 | 1100011 | 111010 |
Color Harmonies of #A12AFE
Complementary color
Monochromatic Colors of #A12AFE
Black with #A12AFE
Text Example
Text Example
White with #A12AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12AFE; }
p { color: rgb(161,42,254); }
H1.HeaderClassName
{
color: #A12AFE;
}
.AnyTagClassName
{
color: #A12AFE;
}
</style>
background-color css
<style>
a { background-color: #A12AFE; }
a { background-color: rgb(161,42,254); }
div.DivClassName
{
background-color: #A12AFE;
}
.BgClassName
{
background-color: #A12AFE;
}
</style>
border-color css
<style>
span { border-color: #A12AFE; }
span { border-color: rgb(161,42,254); }
td.TdClassName
{
border-color: #A12AFE;
}
.TagClassName
{
border-color: #A12AFE;
}
</style>