Shades of Blue Violet #A231EE
Tints of Blue Violet #A231EE
RGB
CMYK
RGB Variations
Color information
#A231EE (or 0xA231EE) is known color: Blue Violet. HEX triplet: A2, 31 and EE. RGB value is (162,49,238). Sum of RGB (Red+Green+Blue) = 162+49+238=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #A231EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231EE is #5DCE11. Grayscale: #676767. Windows color (decimal): -6147602 or 15610274. OLE color: 15610274.
HSL color Cylindrical-coordinate representation of color #A231EE: hue angle of 275.87º degrees, saturation: 0.85, 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 #A231EE is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 49 | 238 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.07 |
| HSL | 275.87º | 0.85% | 0.56% | - |
| HSV(B) | 275.87º | 0.79% | 0.93% | - |
| XYZ | 31.43 | 16.05 | 82.33 | - |
| YUV | 104.33 | 203.44 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 238 | 0.32 | 0.79 | 0 | 0.07 | 275.87 | 0.85 | 0.56 |
| Hex | A2 | 31 | EE | 20 | 4F | 0 | 7 | 114 | 55 | 38 |
| Octal | 242 | 61 | 356 | 40 | 117 | 0 | 7 | 424 | 125 | 70 |
| Binary | 10100010 | 110001 | 11101110 | 100000 | 1001111 | 0 | 111 | 100010100 | 1010101 | 111000 |
Color Harmonies of #A231EE
Complementary color
Monochromatic Colors of #A231EE
Black with #A231EE
Text Example
Text Example
White with #A231EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A231EE; }
p { color: rgb(162,49,238); }
H1.HeaderClassName
{
color: #A231EE;
}
.AnyTagClassName
{
color: #A231EE;
}
</style>
background-color css
<style>
a { background-color: #A231EE; }
a { background-color: rgb(162,49,238); }
div.DivClassName
{
background-color: #A231EE;
}
.BgClassName
{
background-color: #A231EE;
}
</style>
border-color css
<style>
span { border-color: #A231EE; }
span { border-color: rgb(162,49,238); }
td.TdClassName
{
border-color: #A231EE;
}
.TagClassName
{
border-color: #A231EE;
}
</style>