Shades of Blue Violet #A124EF
Tints of Blue Violet #A124EF
RGB
CMYK
RGB Variations
Color information
#A124EF (or 0xA124EF) is known color: Blue Violet. HEX triplet: A1, 24 and EF. RGB value is (161,36,239). Sum of RGB (Red+Green+Blue) = 161+36+239=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #A124EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A124EF is #5EDB10. Grayscale: #5F5F5F. Windows color (decimal): -6216465 or 15672481. OLE color: 15672481.
HSL color Cylindrical-coordinate representation of color #A124EF: hue angle of 276.95º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A124EF is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 36 | 239 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.06 |
| HSL | 276.95º | 0.86% | 0.54% | - |
| HSV(B) | 276.95º | 0.85% | 0.94% | - |
| XYZ | 30.91 | 15.07 | 82.94 | - |
| YUV | 96.52 | 208.41 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 239 | 0.33 | 0.85 | 0 | 0.06 | 276.95 | 0.86 | 0.54 |
| Hex | A1 | 24 | EF | 21 | 55 | 0 | 6 | 115 | 56 | 36 |
| Octal | 241 | 44 | 357 | 41 | 125 | 0 | 6 | 425 | 126 | 66 |
| Binary | 10100001 | 100100 | 11101111 | 100001 | 1010101 | 0 | 110 | 100010101 | 1010110 | 110110 |
Color Harmonies of #A124EF
Complementary color
Monochromatic Colors of #A124EF
Black with #A124EF
Text Example
Text Example
White with #A124EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A124EF; }
p { color: rgb(161,36,239); }
H1.HeaderClassName
{
color: #A124EF;
}
.AnyTagClassName
{
color: #A124EF;
}
</style>
background-color css
<style>
a { background-color: #A124EF; }
a { background-color: rgb(161,36,239); }
div.DivClassName
{
background-color: #A124EF;
}
.BgClassName
{
background-color: #A124EF;
}
</style>
border-color css
<style>
span { border-color: #A124EF; }
span { border-color: rgb(161,36,239); }
td.TdClassName
{
border-color: #A124EF;
}
.TagClassName
{
border-color: #A124EF;
}
</style>