Shades of Blue Violet #A822ED
Tints of Blue Violet #A822ED
RGB
CMYK
RGB Variations
Color information
#A822ED (or 0xA822ED) is known color: Blue Violet. HEX triplet: A8, 22 and ED. RGB value is (168,34,237). Sum of RGB (Red+Green+Blue) = 168+34+237=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #A822ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A822ED is #57DD12. Grayscale: #606060. Windows color (decimal): -5758227 or 15540904. OLE color: 15540904.
HSL color Cylindrical-coordinate representation of color #A822ED: hue angle of 279.61º degrees, saturation: 0.85, 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 #A822ED is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 34 | 237 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.07 |
| HSL | 279.61º | 0.85% | 0.53% | - |
| HSV(B) | 279.61º | 0.86% | 0.93% | - |
| XYZ | 32.01 | 15.58 | 81.44 | - |
| YUV | 97.21 | 206.89 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 237 | 0.29 | 0.86 | 0 | 0.07 | 279.61 | 0.85 | 0.53 |
| Hex | A8 | 22 | ED | 1D | 56 | 0 | 7 | 118 | 55 | 35 |
| Octal | 250 | 42 | 355 | 35 | 126 | 0 | 7 | 430 | 125 | 65 |
| Binary | 10101000 | 100010 | 11101101 | 11101 | 1010110 | 0 | 111 | 100011000 | 1010101 | 110101 |
Color Harmonies of #A822ED
Complementary color
Monochromatic Colors of #A822ED
Black with #A822ED
Text Example
Text Example
White with #A822ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822ED; }
p { color: rgb(168,34,237); }
H1.HeaderClassName
{
color: #A822ED;
}
.AnyTagClassName
{
color: #A822ED;
}
</style>
background-color css
<style>
a { background-color: #A822ED; }
a { background-color: rgb(168,34,237); }
div.DivClassName
{
background-color: #A822ED;
}
.BgClassName
{
background-color: #A822ED;
}
</style>
border-color css
<style>
span { border-color: #A822ED; }
span { border-color: rgb(168,34,237); }
td.TdClassName
{
border-color: #A822ED;
}
.TagClassName
{
border-color: #A822ED;
}
</style>