Shades of Blue Violet #A431ED
Tints of Blue Violet #A431ED
RGB
CMYK
RGB Variations
Color information
#A431ED (or 0xA431ED) is known color: Blue Violet. HEX triplet: A4, 31 and ED. RGB value is (164,49,237). Sum of RGB (Red+Green+Blue) = 164+49+237=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #A431ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431ED is #5BCE12. Grayscale: #686868. Windows color (decimal): -6016531 or 15544740. OLE color: 15544740.
HSL color Cylindrical-coordinate representation of color #A431ED: hue angle of 276.7º 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 #A431ED is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 49 | 237 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.07 |
| HSL | 276.7º | 0.84% | 0.56% | - |
| HSV(B) | 276.7º | 0.79% | 0.93% | - |
| XYZ | 31.69 | 16.2 | 81.58 | - |
| YUV | 104.82 | 202.6 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 237 | 0.31 | 0.79 | 0 | 0.07 | 276.7 | 0.84 | 0.56 |
| Hex | A4 | 31 | ED | 1F | 4F | 0 | 7 | 115 | 54 | 38 |
| Octal | 244 | 61 | 355 | 37 | 117 | 0 | 7 | 425 | 124 | 70 |
| Binary | 10100100 | 110001 | 11101101 | 11111 | 1001111 | 0 | 111 | 100010101 | 1010100 | 111000 |
Color Harmonies of #A431ED
Complementary color
Monochromatic Colors of #A431ED
Black with #A431ED
Text Example
Text Example
White with #A431ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431ED; }
p { color: rgb(164,49,237); }
H1.HeaderClassName
{
color: #A431ED;
}
.AnyTagClassName
{
color: #A431ED;
}
</style>
background-color css
<style>
a { background-color: #A431ED; }
a { background-color: rgb(164,49,237); }
div.DivClassName
{
background-color: #A431ED;
}
.BgClassName
{
background-color: #A431ED;
}
</style>
border-color css
<style>
span { border-color: #A431ED; }
span { border-color: rgb(164,49,237); }
td.TdClassName
{
border-color: #A431ED;
}
.TagClassName
{
border-color: #A431ED;
}
</style>