Shades of Blue Violet #A624ED
Tints of Blue Violet #A624ED
RGB
CMYK
RGB Variations
Color information
#A624ED (or 0xA624ED) is known color: Blue Violet. HEX triplet: A6, 24 and ED. RGB value is (166,36,237). Sum of RGB (Red+Green+Blue) = 166+36+237=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 36 (14.45% from 255 or 8.20% 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 #A624ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A624ED is #59DB12. Grayscale: #616161. Windows color (decimal): -5888787 or 15541414. OLE color: 15541414.
HSL color Cylindrical-coordinate representation of color #A624ED: hue angle of 278.81º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A624ED is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 36 | 237 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.07 |
| HSL | 278.81º | 0.85% | 0.54% | - |
| HSV(B) | 278.81º | 0.85% | 0.93% | - |
| XYZ | 31.64 | 15.48 | 81.44 | - |
| YUV | 97.78 | 206.57 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 237 | 0.30 | 0.85 | 0 | 0.07 | 278.81 | 0.85 | 0.54 |
| Hex | A6 | 24 | ED | 1E | 55 | 0 | 7 | 117 | 55 | 36 |
| Octal | 246 | 44 | 355 | 36 | 125 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10100110 | 100100 | 11101101 | 11110 | 1010101 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #A624ED
Complementary color
Monochromatic Colors of #A624ED
Black with #A624ED
Text Example
Text Example
White with #A624ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624ED; }
p { color: rgb(166,36,237); }
H1.HeaderClassName
{
color: #A624ED;
}
.AnyTagClassName
{
color: #A624ED;
}
</style>
background-color css
<style>
a { background-color: #A624ED; }
a { background-color: rgb(166,36,237); }
div.DivClassName
{
background-color: #A624ED;
}
.BgClassName
{
background-color: #A624ED;
}
</style>
border-color css
<style>
span { border-color: #A624ED; }
span { border-color: rgb(166,36,237); }
td.TdClassName
{
border-color: #A624ED;
}
.TagClassName
{
border-color: #A624ED;
}
</style>