Shades of Blue Violet #A442EC
Tints of Blue Violet #A442EC
RGB
CMYK
RGB Variations
Color information
#A442EC (or 0xA442EC) is known color: Blue Violet. HEX triplet: A4, 42 and EC. RGB value is (164,66,236). Sum of RGB (Red+Green+Blue) = 164+66+236=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #A442EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A442EC is #5BBD13. Grayscale: #727272. Windows color (decimal): -6012180 or 15483556. OLE color: 15483556.
HSL color Cylindrical-coordinate representation of color #A442EC: hue angle of 274.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A442EC is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 66 | 236 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.07 |
| HSL | 274.59º | 0.82% | 0.59% | - |
| HSV(B) | 274.59º | 0.72% | 0.93% | - |
| XYZ | 32.4 | 17.85 | 81.09 | - |
| YUV | 114.68 | 196.47 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 236 | 0.31 | 0.72 | 0 | 0.07 | 274.59 | 0.82 | 0.59 |
| Hex | A4 | 42 | EC | 1F | 48 | 0 | 7 | 113 | 52 | 3B |
| Octal | 244 | 102 | 354 | 37 | 110 | 0 | 7 | 423 | 122 | 73 |
| Binary | 10100100 | 1000010 | 11101100 | 11111 | 1001000 | 0 | 111 | 100010011 | 1010010 | 111011 |
Color Harmonies of #A442EC
Complementary color
Monochromatic Colors of #A442EC
Black with #A442EC
Text Example
Text Example
White with #A442EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442EC; }
p { color: rgb(164,66,236); }
H1.HeaderClassName
{
color: #A442EC;
}
.AnyTagClassName
{
color: #A442EC;
}
</style>
background-color css
<style>
a { background-color: #A442EC; }
a { background-color: rgb(164,66,236); }
div.DivClassName
{
background-color: #A442EC;
}
.BgClassName
{
background-color: #A442EC;
}
</style>
border-color css
<style>
span { border-color: #A442EC; }
span { border-color: rgb(164,66,236); }
td.TdClassName
{
border-color: #A442EC;
}
.TagClassName
{
border-color: #A442EC;
}
</style>