Shades of Blue Violet #A622ED
Tints of Blue Violet #A622ED
RGB
CMYK
RGB Variations
Color information
#A622ED (or 0xA622ED) is known color: Blue Violet. HEX triplet: A6, 22 and ED. RGB value is (166,34,237). Sum of RGB (Red+Green+Blue) = 166+34+237=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #A622ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A622ED is #59DD12. Grayscale: #5F5F5F. Windows color (decimal): -5889299 or 15540902. OLE color: 15540902.
HSL color Cylindrical-coordinate representation of color #A622ED: hue angle of 279.01º 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 #A622ED is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 34 | 237 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.07 |
| HSL | 279.01º | 0.85% | 0.53% | - |
| HSV(B) | 279.01º | 0.86% | 0.93% | - |
| XYZ | 31.58 | 15.37 | 81.42 | - |
| YUV | 96.61 | 207.23 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 237 | 0.30 | 0.86 | 0 | 0.07 | 279.01 | 0.85 | 0.53 |
| Hex | A6 | 22 | ED | 1E | 56 | 0 | 7 | 117 | 55 | 35 |
| Octal | 246 | 42 | 355 | 36 | 126 | 0 | 7 | 427 | 125 | 65 |
| Binary | 10100110 | 100010 | 11101101 | 11110 | 1010110 | 0 | 111 | 100010111 | 1010101 | 110101 |
Color Harmonies of #A622ED
Complementary color
Monochromatic Colors of #A622ED
Black with #A622ED
Text Example
Text Example
White with #A622ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A622ED; }
p { color: rgb(166,34,237); }
H1.HeaderClassName
{
color: #A622ED;
}
.AnyTagClassName
{
color: #A622ED;
}
</style>
background-color css
<style>
a { background-color: #A622ED; }
a { background-color: rgb(166,34,237); }
div.DivClassName
{
background-color: #A622ED;
}
.BgClassName
{
background-color: #A622ED;
}
</style>
border-color css
<style>
span { border-color: #A622ED; }
span { border-color: rgb(166,34,237); }
td.TdClassName
{
border-color: #A622ED;
}
.TagClassName
{
border-color: #A622ED;
}
</style>