Shades of Blue Violet #A125EE
Tints of Blue Violet #A125EE
RGB
CMYK
RGB Variations
Color information
#A125EE (or 0xA125EE) is known color: Blue Violet. HEX triplet: A1, 25 and EE. RGB value is (161,37,238). Sum of RGB (Red+Green+Blue) = 161+37+238=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #A125EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A125EE is #5EDA11. Grayscale: #606060. Windows color (decimal): -6216210 or 15607201. OLE color: 15607201.
HSL color Cylindrical-coordinate representation of color #A125EE: hue angle of 277.01º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A125EE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 37 | 238 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.07 |
| HSL | 277.01º | 0.86% | 0.54% | - |
| HSV(B) | 277.01º | 0.84% | 0.93% | - |
| XYZ | 30.79 | 15.07 | 82.18 | - |
| YUV | 96.99 | 207.58 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 238 | 0.32 | 0.84 | 0 | 0.07 | 277.01 | 0.86 | 0.54 |
| Hex | A1 | 25 | EE | 20 | 54 | 0 | 7 | 115 | 56 | 36 |
| Octal | 241 | 45 | 356 | 40 | 124 | 0 | 7 | 425 | 126 | 66 |
| Binary | 10100001 | 100101 | 11101110 | 100000 | 1010100 | 0 | 111 | 100010101 | 1010110 | 110110 |
Color Harmonies of #A125EE
Complementary color
Monochromatic Colors of #A125EE
Black with #A125EE
Text Example
Text Example
White with #A125EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A125EE; }
p { color: rgb(161,37,238); }
H1.HeaderClassName
{
color: #A125EE;
}
.AnyTagClassName
{
color: #A125EE;
}
</style>
background-color css
<style>
a { background-color: #A125EE; }
a { background-color: rgb(161,37,238); }
div.DivClassName
{
background-color: #A125EE;
}
.BgClassName
{
background-color: #A125EE;
}
</style>
border-color css
<style>
span { border-color: #A125EE; }
span { border-color: rgb(161,37,238); }
td.TdClassName
{
border-color: #A125EE;
}
.TagClassName
{
border-color: #A125EE;
}
</style>