Shades of Blue Violet #A127EE
Tints of Blue Violet #A127EE
RGB
CMYK
RGB Variations
Color information
#A127EE (or 0xA127EE) is known color: Blue Violet. HEX triplet: A1, 27 and EE. RGB value is (161,39,238). Sum of RGB (Red+Green+Blue) = 161+39+238=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #A127EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A127EE is #5ED811. Grayscale: #616161. Windows color (decimal): -6215698 or 15607713. OLE color: 15607713.
HSL color Cylindrical-coordinate representation of color #A127EE: hue angle of 276.78º degrees, saturation: 0.85, 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 #A127EE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 39 | 238 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.07 |
| HSL | 276.78º | 0.85% | 0.54% | - |
| HSV(B) | 276.78º | 0.84% | 0.93% | - |
| XYZ | 30.86 | 15.2 | 82.2 | - |
| YUV | 98.16 | 206.92 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 238 | 0.32 | 0.84 | 0 | 0.07 | 276.78 | 0.85 | 0.54 |
| Hex | A1 | 27 | EE | 20 | 54 | 0 | 7 | 115 | 55 | 36 |
| Octal | 241 | 47 | 356 | 40 | 124 | 0 | 7 | 425 | 125 | 66 |
| Binary | 10100001 | 100111 | 11101110 | 100000 | 1010100 | 0 | 111 | 100010101 | 1010101 | 110110 |
Color Harmonies of #A127EE
Complementary color
Monochromatic Colors of #A127EE
Black with #A127EE
Text Example
Text Example
White with #A127EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127EE; }
p { color: rgb(161,39,238); }
H1.HeaderClassName
{
color: #A127EE;
}
.AnyTagClassName
{
color: #A127EE;
}
</style>
background-color css
<style>
a { background-color: #A127EE; }
a { background-color: rgb(161,39,238); }
div.DivClassName
{
background-color: #A127EE;
}
.BgClassName
{
background-color: #A127EE;
}
</style>
border-color css
<style>
span { border-color: #A127EE; }
span { border-color: rgb(161,39,238); }
td.TdClassName
{
border-color: #A127EE;
}
.TagClassName
{
border-color: #A127EE;
}
</style>