Shades of Blue Violet #A831EE
Tints of Blue Violet #A831EE
RGB
CMYK
RGB Variations
Color information
#A831EE (or 0xA831EE) is known color: Blue Violet. HEX triplet: A8, 31 and EE. RGB value is (168,49,238). Sum of RGB (Red+Green+Blue) = 168+49+238=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #A831EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831EE is #57CE11. Grayscale: #696969. Windows color (decimal): -5754386 or 15610280. OLE color: 15610280.
HSL color Cylindrical-coordinate representation of color #A831EE: hue angle of 277.78º 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 #A831EE is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 49 | 238 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.07 |
| HSL | 277.78º | 0.85% | 0.56% | - |
| HSV(B) | 277.78º | 0.79% | 0.93% | - |
| XYZ | 32.68 | 16.69 | 82.39 | - |
| YUV | 106.13 | 202.42 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 238 | 0.29 | 0.79 | 0 | 0.07 | 277.78 | 0.85 | 0.56 |
| Hex | A8 | 31 | EE | 1D | 4F | 0 | 7 | 116 | 55 | 38 |
| Octal | 250 | 61 | 356 | 35 | 117 | 0 | 7 | 426 | 125 | 70 |
| Binary | 10101000 | 110001 | 11101110 | 11101 | 1001111 | 0 | 111 | 100010110 | 1010101 | 111000 |
Color Harmonies of #A831EE
Complementary color
Monochromatic Colors of #A831EE
Black with #A831EE
Text Example
Text Example
White with #A831EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831EE; }
p { color: rgb(168,49,238); }
H1.HeaderClassName
{
color: #A831EE;
}
.AnyTagClassName
{
color: #A831EE;
}
</style>
background-color css
<style>
a { background-color: #A831EE; }
a { background-color: rgb(168,49,238); }
div.DivClassName
{
background-color: #A831EE;
}
.BgClassName
{
background-color: #A831EE;
}
</style>
border-color css
<style>
span { border-color: #A831EE; }
span { border-color: rgb(168,49,238); }
td.TdClassName
{
border-color: #A831EE;
}
.TagClassName
{
border-color: #A831EE;
}
</style>