Shades of Blue Violet #A232EA
Tints of Blue Violet #A232EA
RGB
CMYK
RGB Variations
Color information
#A232EA (or 0xA232EA) is known color: Blue Violet. HEX triplet: A2, 32 and EA. RGB value is (162,50,234). Sum of RGB (Red+Green+Blue) = 162+50+234=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #A232EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A232EA is #5DCD15. Grayscale: #676767. Windows color (decimal): -6147350 or 15348386. OLE color: 15348386.
HSL color Cylindrical-coordinate representation of color #A232EA: hue angle of 276.52º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A232EA is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 50 | 234 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.08 |
| HSL | 276.52º | 0.81% | 0.56% | - |
| HSV(B) | 276.52º | 0.79% | 0.92% | - |
| XYZ | 30.89 | 15.9 | 79.28 | - |
| YUV | 104.46 | 201.11 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 234 | 0.31 | 0.79 | 0 | 0.08 | 276.52 | 0.81 | 0.56 |
| Hex | A2 | 32 | EA | 1F | 4F | 0 | 8 | 115 | 51 | 38 |
| Octal | 242 | 62 | 352 | 37 | 117 | 0 | 10 | 425 | 121 | 70 |
| Binary | 10100010 | 110010 | 11101010 | 11111 | 1001111 | 0 | 1000 | 100010101 | 1010001 | 111000 |
Color Harmonies of #A232EA
Complementary color
Monochromatic Colors of #A232EA
Black with #A232EA
Text Example
Text Example
White with #A232EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232EA; }
p { color: rgb(162,50,234); }
H1.HeaderClassName
{
color: #A232EA;
}
.AnyTagClassName
{
color: #A232EA;
}
</style>
background-color css
<style>
a { background-color: #A232EA; }
a { background-color: rgb(162,50,234); }
div.DivClassName
{
background-color: #A232EA;
}
.BgClassName
{
background-color: #A232EA;
}
</style>
border-color css
<style>
span { border-color: #A232EA; }
span { border-color: rgb(162,50,234); }
td.TdClassName
{
border-color: #A232EA;
}
.TagClassName
{
border-color: #A232EA;
}
</style>