Shades of Blue Violet #A822EE
Tints of Blue Violet #A822EE
RGB
CMYK
RGB Variations
Color information
#A822EE (or 0xA822EE) is known color: Blue Violet. HEX triplet: A8, 22 and EE. RGB value is (168,34,238). Sum of RGB (Red+Green+Blue) = 168+34+238=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #A822EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A822EE is #57DD11. Grayscale: #606060. Windows color (decimal): -5758226 or 15606440. OLE color: 15606440.
HSL color Cylindrical-coordinate representation of color #A822EE: hue angle of 279.41º degrees, saturation: 0.86, 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 #A822EE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 34 | 238 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.07 |
| HSL | 279.41º | 0.86% | 0.53% | - |
| HSV(B) | 279.41º | 0.86% | 0.93% | - |
| XYZ | 32.15 | 15.64 | 82.21 | - |
| YUV | 97.32 | 207.39 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 238 | 0.29 | 0.86 | 0 | 0.07 | 279.41 | 0.86 | 0.53 |
| Hex | A8 | 22 | EE | 1D | 56 | 0 | 7 | 117 | 56 | 35 |
| Octal | 250 | 42 | 356 | 35 | 126 | 0 | 7 | 427 | 126 | 65 |
| Binary | 10101000 | 100010 | 11101110 | 11101 | 1010110 | 0 | 111 | 100010111 | 1010110 | 110101 |
Color Harmonies of #A822EE
Complementary color
Monochromatic Colors of #A822EE
Black with #A822EE
Text Example
Text Example
White with #A822EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822EE; }
p { color: rgb(168,34,238); }
H1.HeaderClassName
{
color: #A822EE;
}
.AnyTagClassName
{
color: #A822EE;
}
</style>
background-color css
<style>
a { background-color: #A822EE; }
a { background-color: rgb(168,34,238); }
div.DivClassName
{
background-color: #A822EE;
}
.BgClassName
{
background-color: #A822EE;
}
</style>
border-color css
<style>
span { border-color: #A822EE; }
span { border-color: rgb(168,34,238); }
td.TdClassName
{
border-color: #A822EE;
}
.TagClassName
{
border-color: #A822EE;
}
</style>