Shades of Blue Violet #A125F2
Tints of Blue Violet #A125F2
RGB
CMYK
RGB Variations
Color information
#A125F2 (or 0xA125F2) is known color: Blue Violet. HEX triplet: A1, 25 and F2. RGB value is (161,37,242). Sum of RGB (Red+Green+Blue) = 161+37+242=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #A125F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A125F2 is #5EDA0D. Grayscale: #606060. Windows color (decimal): -6216206 or 15869345. OLE color: 15869345.
HSL color Cylindrical-coordinate representation of color #A125F2: hue angle of 276.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A125F2 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 37 | 242 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.05 |
| HSL | 276.29º | 0.89% | 0.55% | - |
| HSV(B) | 276.29º | 0.85% | 0.95% | - |
| XYZ | 31.39 | 15.31 | 85.31 | - |
| YUV | 97.45 | 209.58 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 242 | 0.33 | 0.85 | 0 | 0.05 | 276.29 | 0.89 | 0.55 |
| Hex | A1 | 25 | F2 | 21 | 55 | 0 | 5 | 114 | 59 | 37 |
| Octal | 241 | 45 | 362 | 41 | 125 | 0 | 5 | 424 | 131 | 67 |
| Binary | 10100001 | 100101 | 11110010 | 100001 | 1010101 | 0 | 101 | 100010100 | 1011001 | 110111 |
Color Harmonies of #A125F2
Complementary color
Monochromatic Colors of #A125F2
Black with #A125F2
Text Example
Text Example
White with #A125F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A125F2; }
p { color: rgb(161,37,242); }
H1.HeaderClassName
{
color: #A125F2;
}
.AnyTagClassName
{
color: #A125F2;
}
</style>
background-color css
<style>
a { background-color: #A125F2; }
a { background-color: rgb(161,37,242); }
div.DivClassName
{
background-color: #A125F2;
}
.BgClassName
{
background-color: #A125F2;
}
</style>
border-color css
<style>
span { border-color: #A125F2; }
span { border-color: rgb(161,37,242); }
td.TdClassName
{
border-color: #A125F2;
}
.TagClassName
{
border-color: #A125F2;
}
</style>