Shades of Blue Violet #A629ED
Tints of Blue Violet #A629ED
RGB
CMYK
RGB Variations
Color information
#A629ED (or 0xA629ED) is known color: Blue Violet. HEX triplet: A6, 29 and ED. RGB value is (166,41,237). Sum of RGB (Red+Green+Blue) = 166+41+237=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #A629ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A629ED is #59D612. Grayscale: #646464. Windows color (decimal): -5887507 or 15542694. OLE color: 15542694.
HSL color Cylindrical-coordinate representation of color #A629ED: hue angle of 278.27º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A629ED is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 41 | 237 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.07 |
| HSL | 278.27º | 0.84% | 0.55% | - |
| HSV(B) | 278.27º | 0.83% | 0.93% | - |
| XYZ | 31.8 | 15.81 | 81.5 | - |
| YUV | 100.72 | 204.91 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 237 | 0.30 | 0.83 | 0 | 0.07 | 278.27 | 0.84 | 0.55 |
| Hex | A6 | 29 | ED | 1E | 53 | 0 | 7 | 116 | 54 | 37 |
| Octal | 246 | 51 | 355 | 36 | 123 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10100110 | 101001 | 11101101 | 11110 | 1010011 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A629ED
Complementary color
Monochromatic Colors of #A629ED
Black with #A629ED
Text Example
Text Example
White with #A629ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A629ED; }
p { color: rgb(166,41,237); }
H1.HeaderClassName
{
color: #A629ED;
}
.AnyTagClassName
{
color: #A629ED;
}
</style>
background-color css
<style>
a { background-color: #A629ED; }
a { background-color: rgb(166,41,237); }
div.DivClassName
{
background-color: #A629ED;
}
.BgClassName
{
background-color: #A629ED;
}
</style>
border-color css
<style>
span { border-color: #A629ED; }
span { border-color: rgb(166,41,237); }
td.TdClassName
{
border-color: #A629ED;
}
.TagClassName
{
border-color: #A629ED;
}
</style>