Shades of Blue Violet #A642EC
Tints of Blue Violet #A642EC
RGB
CMYK
RGB Variations
Color information
#A642EC (or 0xA642EC) is known color: Blue Violet. HEX triplet: A6, 42 and EC. RGB value is (166,66,236). Sum of RGB (Red+Green+Blue) = 166+66+236=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #A642EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642EC is #59BD13. Grayscale: #727272. Windows color (decimal): -5881108 or 15483558. OLE color: 15483558.
HSL color Cylindrical-coordinate representation of color #A642EC: hue angle of 275.29º 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 #A642EC is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 66 | 236 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.07 |
| HSL | 275.29º | 0.82% | 0.59% | - |
| HSV(B) | 275.29º | 0.72% | 0.93% | - |
| XYZ | 32.81 | 18.06 | 81.11 | - |
| YUV | 115.28 | 196.13 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 236 | 0.30 | 0.72 | 0 | 0.07 | 275.29 | 0.82 | 0.59 |
| Hex | A6 | 42 | EC | 1E | 48 | 0 | 7 | 113 | 52 | 3B |
| Octal | 246 | 102 | 354 | 36 | 110 | 0 | 7 | 423 | 122 | 73 |
| Binary | 10100110 | 1000010 | 11101100 | 11110 | 1001000 | 0 | 111 | 100010011 | 1010010 | 111011 |
Color Harmonies of #A642EC
Complementary color
Monochromatic Colors of #A642EC
Black with #A642EC
Text Example
Text Example
White with #A642EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A642EC; }
p { color: rgb(166,66,236); }
H1.HeaderClassName
{
color: #A642EC;
}
.AnyTagClassName
{
color: #A642EC;
}
</style>
background-color css
<style>
a { background-color: #A642EC; }
a { background-color: rgb(166,66,236); }
div.DivClassName
{
background-color: #A642EC;
}
.BgClassName
{
background-color: #A642EC;
}
</style>
border-color css
<style>
span { border-color: #A642EC; }
span { border-color: rgb(166,66,236); }
td.TdClassName
{
border-color: #A642EC;
}
.TagClassName
{
border-color: #A642EC;
}
</style>