Shades of Blue Violet #A231EC
Tints of Blue Violet #A231EC
RGB
CMYK
RGB Variations
Color information
#A231EC (or 0xA231EC) is known color: Blue Violet. HEX triplet: A2, 31 and EC. RGB value is (162,49,236). Sum of RGB (Red+Green+Blue) = 162+49+236=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #A231EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231EC is #5DCE13. Grayscale: #676767. Windows color (decimal): -6147604 or 15479202. OLE color: 15479202.
HSL color Cylindrical-coordinate representation of color #A231EC: hue angle of 276.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A231EC is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 49 | 236 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.07 |
| HSL | 276.26º | 0.83% | 0.56% | - |
| HSV(B) | 276.26º | 0.79% | 0.93% | - |
| XYZ | 31.14 | 15.93 | 80.79 | - |
| YUV | 104.11 | 202.44 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 236 | 0.31 | 0.79 | 0 | 0.07 | 276.26 | 0.83 | 0.56 |
| Hex | A2 | 31 | EC | 1F | 4F | 0 | 7 | 114 | 53 | 38 |
| Octal | 242 | 61 | 354 | 37 | 117 | 0 | 7 | 424 | 123 | 70 |
| Binary | 10100010 | 110001 | 11101100 | 11111 | 1001111 | 0 | 111 | 100010100 | 1010011 | 111000 |
Color Harmonies of #A231EC
Complementary color
Monochromatic Colors of #A231EC
Black with #A231EC
Text Example
Text Example
White with #A231EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A231EC; }
p { color: rgb(162,49,236); }
H1.HeaderClassName
{
color: #A231EC;
}
.AnyTagClassName
{
color: #A231EC;
}
</style>
background-color css
<style>
a { background-color: #A231EC; }
a { background-color: rgb(162,49,236); }
div.DivClassName
{
background-color: #A231EC;
}
.BgClassName
{
background-color: #A231EC;
}
</style>
border-color css
<style>
span { border-color: #A231EC; }
span { border-color: rgb(162,49,236); }
td.TdClassName
{
border-color: #A231EC;
}
.TagClassName
{
border-color: #A231EC;
}
</style>