Shades of Blue Violet #A124F9
Tints of Blue Violet #A124F9
RGB
CMYK
RGB Variations
Color information
#A124F9 (or 0xA124F9) is known color: Blue Violet. HEX triplet: A1, 24 and F9. RGB value is (161,36,249). Sum of RGB (Red+Green+Blue) = 161+36+249=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #A124F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A124F9 is #5EDB06. Grayscale: #606060. Windows color (decimal): -6216455 or 16327841. OLE color: 16327841.
HSL color Cylindrical-coordinate representation of color #A124F9: hue angle of 275.21º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A124F9 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 36 | 249 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.02 |
| HSL | 275.21º | 0.95% | 0.56% | - |
| HSV(B) | 275.21º | 0.86% | 0.98% | - |
| XYZ | 32.43 | 15.68 | 90.94 | - |
| YUV | 97.66 | 213.41 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 249 | 0.35 | 0.86 | 0 | 0.02 | 275.21 | 0.95 | 0.56 |
| Hex | A1 | 24 | F9 | 23 | 56 | 0 | 2 | 113 | 5F | 38 |
| Octal | 241 | 44 | 371 | 43 | 126 | 0 | 2 | 423 | 137 | 70 |
| Binary | 10100001 | 100100 | 11111001 | 100011 | 1010110 | 0 | 10 | 100010011 | 1011111 | 111000 |
Color Harmonies of #A124F9
Complementary color
Monochromatic Colors of #A124F9
Black with #A124F9
Text Example
Text Example
White with #A124F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A124F9; }
p { color: rgb(161,36,249); }
H1.HeaderClassName
{
color: #A124F9;
}
.AnyTagClassName
{
color: #A124F9;
}
</style>
background-color css
<style>
a { background-color: #A124F9; }
a { background-color: rgb(161,36,249); }
div.DivClassName
{
background-color: #A124F9;
}
.BgClassName
{
background-color: #A124F9;
}
</style>
border-color css
<style>
span { border-color: #A124F9; }
span { border-color: rgb(161,36,249); }
td.TdClassName
{
border-color: #A124F9;
}
.TagClassName
{
border-color: #A124F9;
}
</style>