Shades of Blue Violet #A125F9
Tints of Blue Violet #A125F9
RGB
CMYK
RGB Variations
Color information
#A125F9 (or 0xA125F9) is known color: Blue Violet. HEX triplet: A1, 25 and F9. RGB value is (161,37,249). Sum of RGB (Red+Green+Blue) = 161+37+249=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #A125F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A125F9 is #5EDA06. Grayscale: #616161. Windows color (decimal): -6216199 or 16328097. OLE color: 16328097.
HSL color Cylindrical-coordinate representation of color #A125F9: hue angle of 275.09º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A125F9 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 37 | 249 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.02 |
| HSL | 275.09º | 0.95% | 0.56% | - |
| HSV(B) | 275.09º | 0.85% | 0.98% | - |
| XYZ | 32.46 | 15.74 | 90.95 | - |
| YUV | 98.24 | 213.08 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 249 | 0.35 | 0.85 | 0 | 0.02 | 275.09 | 0.95 | 0.56 |
| Hex | A1 | 25 | F9 | 23 | 55 | 0 | 2 | 113 | 5F | 38 |
| Octal | 241 | 45 | 371 | 43 | 125 | 0 | 2 | 423 | 137 | 70 |
| Binary | 10100001 | 100101 | 11111001 | 100011 | 1010101 | 0 | 10 | 100010011 | 1011111 | 111000 |
Color Harmonies of #A125F9
Complementary color
Monochromatic Colors of #A125F9
Black with #A125F9
Text Example
Text Example
White with #A125F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A125F9; }
p { color: rgb(161,37,249); }
H1.HeaderClassName
{
color: #A125F9;
}
.AnyTagClassName
{
color: #A125F9;
}
</style>
background-color css
<style>
a { background-color: #A125F9; }
a { background-color: rgb(161,37,249); }
div.DivClassName
{
background-color: #A125F9;
}
.BgClassName
{
background-color: #A125F9;
}
</style>
border-color css
<style>
span { border-color: #A125F9; }
span { border-color: rgb(161,37,249); }
td.TdClassName
{
border-color: #A125F9;
}
.TagClassName
{
border-color: #A125F9;
}
</style>