Shades of Blue Violet #A831ED
Tints of Blue Violet #A831ED
RGB
CMYK
RGB Variations
Color information
#A831ED (or 0xA831ED) is known color: Blue Violet. HEX triplet: A8, 31 and ED. RGB value is (168,49,237). Sum of RGB (Red+Green+Blue) = 168+49+237=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #A831ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831ED is #57CE12. Grayscale: #696969. Windows color (decimal): -5754387 or 15544744. OLE color: 15544744.
HSL color Cylindrical-coordinate representation of color #A831ED: hue angle of 277.98º degrees, saturation: 0.84, 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 #A831ED is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 49 | 237 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.07 |
| HSL | 277.98º | 0.84% | 0.56% | - |
| HSV(B) | 277.98º | 0.79% | 0.93% | - |
| XYZ | 32.53 | 16.64 | 81.62 | - |
| YUV | 106.01 | 201.92 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 237 | 0.29 | 0.79 | 0 | 0.07 | 277.98 | 0.84 | 0.56 |
| Hex | A8 | 31 | ED | 1D | 4F | 0 | 7 | 116 | 54 | 38 |
| Octal | 250 | 61 | 355 | 35 | 117 | 0 | 7 | 426 | 124 | 70 |
| Binary | 10101000 | 110001 | 11101101 | 11101 | 1001111 | 0 | 111 | 100010110 | 1010100 | 111000 |
Color Harmonies of #A831ED
Complementary color
Monochromatic Colors of #A831ED
Black with #A831ED
Text Example
Text Example
White with #A831ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831ED; }
p { color: rgb(168,49,237); }
H1.HeaderClassName
{
color: #A831ED;
}
.AnyTagClassName
{
color: #A831ED;
}
</style>
background-color css
<style>
a { background-color: #A831ED; }
a { background-color: rgb(168,49,237); }
div.DivClassName
{
background-color: #A831ED;
}
.BgClassName
{
background-color: #A831ED;
}
</style>
border-color css
<style>
span { border-color: #A831ED; }
span { border-color: rgb(168,49,237); }
td.TdClassName
{
border-color: #A831ED;
}
.TagClassName
{
border-color: #A831ED;
}
</style>