Shades of Blue Violet #A231E9
Tints of Blue Violet #A231E9
RGB
CMYK
RGB Variations
Color information
#A231E9 (or 0xA231E9) is known color: Blue Violet. HEX triplet: A2, 31 and E9. RGB value is (162,49,233). Sum of RGB (Red+Green+Blue) = 162+49+233=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #A231E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231E9 is #5DCE16. Grayscale: #676767. Windows color (decimal): -6147607 or 15282594. OLE color: 15282594.
HSL color Cylindrical-coordinate representation of color #A231E9: hue angle of 276.85º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A231E9 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 49 | 233 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.09 |
| HSL | 276.85º | 0.81% | 0.55% | - |
| HSV(B) | 276.85º | 0.79% | 0.91% | - |
| XYZ | 30.71 | 15.76 | 78.51 | - |
| YUV | 103.76 | 200.94 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 233 | 0.30 | 0.79 | 0 | 0.09 | 276.85 | 0.81 | 0.55 |
| Hex | A2 | 31 | E9 | 1E | 4F | 0 | 9 | 115 | 51 | 37 |
| Octal | 242 | 61 | 351 | 36 | 117 | 0 | 11 | 425 | 121 | 67 |
| Binary | 10100010 | 110001 | 11101001 | 11110 | 1001111 | 0 | 1001 | 100010101 | 1010001 | 110111 |
Color Harmonies of #A231E9
Complementary color
Monochromatic Colors of #A231E9
Black with #A231E9
Text Example
Text Example
White with #A231E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A231E9; }
p { color: rgb(162,49,233); }
H1.HeaderClassName
{
color: #A231E9;
}
.AnyTagClassName
{
color: #A231E9;
}
</style>
background-color css
<style>
a { background-color: #A231E9; }
a { background-color: rgb(162,49,233); }
div.DivClassName
{
background-color: #A231E9;
}
.BgClassName
{
background-color: #A231E9;
}
</style>
border-color css
<style>
span { border-color: #A231E9; }
span { border-color: rgb(162,49,233); }
td.TdClassName
{
border-color: #A231E9;
}
.TagClassName
{
border-color: #A231E9;
}
</style>