Shades of Blue Violet #A822EC
Tints of Blue Violet #A822EC
RGB
CMYK
RGB Variations
Color information
#A822EC (or 0xA822EC) is known color: Blue Violet. HEX triplet: A8, 22 and EC. RGB value is (168,34,236). Sum of RGB (Red+Green+Blue) = 168+34+236=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #A822EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A822EC is #57DD13. Grayscale: #606060. Windows color (decimal): -5758228 or 15475368. OLE color: 15475368.
HSL color Cylindrical-coordinate representation of color #A822EC: hue angle of 279.8º 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 #A822EC is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 34 | 236 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.07 |
| HSL | 279.8º | 0.84% | 0.53% | - |
| HSV(B) | 279.8º | 0.86% | 0.93% | - |
| XYZ | 31.86 | 15.53 | 80.67 | - |
| YUV | 97.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 236 | 0.29 | 0.86 | 0 | 0.07 | 279.8 | 0.84 | 0.53 |
| Hex | A8 | 22 | EC | 1D | 56 | 0 | 7 | 118 | 54 | 35 |
| Octal | 250 | 42 | 354 | 35 | 126 | 0 | 7 | 430 | 124 | 65 |
| Binary | 10101000 | 100010 | 11101100 | 11101 | 1010110 | 0 | 111 | 100011000 | 1010100 | 110101 |
Color Harmonies of #A822EC
Complementary color
Monochromatic Colors of #A822EC
Black with #A822EC
Text Example
Text Example
White with #A822EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822EC; }
p { color: rgb(168,34,236); }
H1.HeaderClassName
{
color: #A822EC;
}
.AnyTagClassName
{
color: #A822EC;
}
</style>
background-color css
<style>
a { background-color: #A822EC; }
a { background-color: rgb(168,34,236); }
div.DivClassName
{
background-color: #A822EC;
}
.BgClassName
{
background-color: #A822EC;
}
</style>
border-color css
<style>
span { border-color: #A822EC; }
span { border-color: rgb(168,34,236); }
td.TdClassName
{
border-color: #A822EC;
}
.TagClassName
{
border-color: #A822EC;
}
</style>