Shades of Blue Violet #A622EC
Tints of Blue Violet #A622EC
RGB
CMYK
RGB Variations
Color information
#A622EC (or 0xA622EC) is known color: Blue Violet. HEX triplet: A6, 22 and EC. RGB value is (166,34,236). Sum of RGB (Red+Green+Blue) = 166+34+236=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #A622EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A622EC is #59DD13. Grayscale: #5F5F5F. Windows color (decimal): -5889300 or 15475366. OLE color: 15475366.
HSL color Cylindrical-coordinate representation of color #A622EC: hue angle of 279.21º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A622EC is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 34 | 236 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.07 |
| HSL | 279.21º | 0.84% | 0.53% | - |
| HSV(B) | 279.21º | 0.86% | 0.93% | - |
| XYZ | 31.44 | 15.31 | 80.65 | - |
| YUV | 96.5 | 206.73 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 236 | 0.30 | 0.86 | 0 | 0.07 | 279.21 | 0.84 | 0.53 |
| Hex | A6 | 22 | EC | 1E | 56 | 0 | 7 | 117 | 54 | 35 |
| Octal | 246 | 42 | 354 | 36 | 126 | 0 | 7 | 427 | 124 | 65 |
| Binary | 10100110 | 100010 | 11101100 | 11110 | 1010110 | 0 | 111 | 100010111 | 1010100 | 110101 |
Color Harmonies of #A622EC
Complementary color
Monochromatic Colors of #A622EC
Black with #A622EC
Text Example
Text Example
White with #A622EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A622EC; }
p { color: rgb(166,34,236); }
H1.HeaderClassName
{
color: #A622EC;
}
.AnyTagClassName
{
color: #A622EC;
}
</style>
background-color css
<style>
a { background-color: #A622EC; }
a { background-color: rgb(166,34,236); }
div.DivClassName
{
background-color: #A622EC;
}
.BgClassName
{
background-color: #A622EC;
}
</style>
border-color css
<style>
span { border-color: #A622EC; }
span { border-color: rgb(166,34,236); }
td.TdClassName
{
border-color: #A622EC;
}
.TagClassName
{
border-color: #A622EC;
}
</style>