Shades of Blue Violet #A42DEC
Tints of Blue Violet #A42DEC
RGB
CMYK
RGB Variations
Color information
#A42DEC (or 0xA42DEC) is known color: Blue Violet. HEX triplet: A4, 2D and EC. RGB value is (164,45,236). Sum of RGB (Red+Green+Blue) = 164+45+236=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #A42DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42DEC is #5BD213. Grayscale: #656565. Windows color (decimal): -6017556 or 15478180. OLE color: 15478180.
HSL color Cylindrical-coordinate representation of color #A42DEC: hue angle of 277.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42DEC is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 45 | 236 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.07 |
| HSL | 277.38º | 0.83% | 0.55% | - |
| HSV(B) | 277.38º | 0.81% | 0.93% | - |
| XYZ | 31.39 | 15.83 | 80.76 | - |
| YUV | 102.36 | 203.42 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 236 | 0.31 | 0.81 | 0 | 0.07 | 277.38 | 0.83 | 0.55 |
| Hex | A4 | 2D | EC | 1F | 51 | 0 | 7 | 115 | 53 | 37 |
| Octal | 244 | 55 | 354 | 37 | 121 | 0 | 7 | 425 | 123 | 67 |
| Binary | 10100100 | 101101 | 11101100 | 11111 | 1010001 | 0 | 111 | 100010101 | 1010011 | 110111 |
Color Harmonies of #A42DEC
Complementary color
Monochromatic Colors of #A42DEC
Black with #A42DEC
Text Example
Text Example
White with #A42DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DEC; }
p { color: rgb(164,45,236); }
H1.HeaderClassName
{
color: #A42DEC;
}
.AnyTagClassName
{
color: #A42DEC;
}
</style>
background-color css
<style>
a { background-color: #A42DEC; }
a { background-color: rgb(164,45,236); }
div.DivClassName
{
background-color: #A42DEC;
}
.BgClassName
{
background-color: #A42DEC;
}
</style>
border-color css
<style>
span { border-color: #A42DEC; }
span { border-color: rgb(164,45,236); }
td.TdClassName
{
border-color: #A42DEC;
}
.TagClassName
{
border-color: #A42DEC;
}
</style>