Shades of Blue Violet #A431EE
Tints of Blue Violet #A431EE
RGB
CMYK
RGB Variations
Color information
#A431EE (or 0xA431EE) is known color: Blue Violet. HEX triplet: A4, 31 and EE. RGB value is (164,49,238). Sum of RGB (Red+Green+Blue) = 164+49+238=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #A431EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431EE is #5BCE11. Grayscale: #686868. Windows color (decimal): -6016530 or 15610276. OLE color: 15610276.
HSL color Cylindrical-coordinate representation of color #A431EE: hue angle of 276.51º 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 #A431EE is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 49 | 238 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.07 |
| HSL | 276.51º | 0.85% | 0.56% | - |
| HSV(B) | 276.51º | 0.79% | 0.93% | - |
| XYZ | 31.84 | 16.26 | 82.35 | - |
| YUV | 104.93 | 203.1 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 238 | 0.31 | 0.79 | 0 | 0.07 | 276.51 | 0.85 | 0.56 |
| Hex | A4 | 31 | EE | 1F | 4F | 0 | 7 | 115 | 55 | 38 |
| Octal | 244 | 61 | 356 | 37 | 117 | 0 | 7 | 425 | 125 | 70 |
| Binary | 10100100 | 110001 | 11101110 | 11111 | 1001111 | 0 | 111 | 100010101 | 1010101 | 111000 |
Color Harmonies of #A431EE
Complementary color
Monochromatic Colors of #A431EE
Black with #A431EE
Text Example
Text Example
White with #A431EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431EE; }
p { color: rgb(164,49,238); }
H1.HeaderClassName
{
color: #A431EE;
}
.AnyTagClassName
{
color: #A431EE;
}
</style>
background-color css
<style>
a { background-color: #A431EE; }
a { background-color: rgb(164,49,238); }
div.DivClassName
{
background-color: #A431EE;
}
.BgClassName
{
background-color: #A431EE;
}
</style>
border-color css
<style>
span { border-color: #A431EE; }
span { border-color: rgb(164,49,238); }
td.TdClassName
{
border-color: #A431EE;
}
.TagClassName
{
border-color: #A431EE;
}
</style>