Shades of Blue Violet #A127EF
Tints of Blue Violet #A127EF
RGB
CMYK
RGB Variations
Color information
#A127EF (or 0xA127EF) is known color: Blue Violet. HEX triplet: A1, 27 and EF. RGB value is (161,39,239). Sum of RGB (Red+Green+Blue) = 161+39+239=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #A127EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A127EF is #5ED810. Grayscale: #616161. Windows color (decimal): -6215697 or 15673249. OLE color: 15673249.
HSL color Cylindrical-coordinate representation of color #A127EF: hue angle of 276.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A127EF is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 39 | 239 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.06 |
| HSL | 276.6º | 0.86% | 0.55% | - |
| HSV(B) | 276.6º | 0.84% | 0.94% | - |
| XYZ | 31 | 15.26 | 82.97 | - |
| YUV | 98.28 | 207.42 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 239 | 0.33 | 0.84 | 0 | 0.06 | 276.6 | 0.86 | 0.55 |
| Hex | A1 | 27 | EF | 21 | 54 | 0 | 6 | 115 | 56 | 37 |
| Octal | 241 | 47 | 357 | 41 | 124 | 0 | 6 | 425 | 126 | 67 |
| Binary | 10100001 | 100111 | 11101111 | 100001 | 1010100 | 0 | 110 | 100010101 | 1010110 | 110111 |
Color Harmonies of #A127EF
Complementary color
Monochromatic Colors of #A127EF
Black with #A127EF
Text Example
Text Example
White with #A127EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127EF; }
p { color: rgb(161,39,239); }
H1.HeaderClassName
{
color: #A127EF;
}
.AnyTagClassName
{
color: #A127EF;
}
</style>
background-color css
<style>
a { background-color: #A127EF; }
a { background-color: rgb(161,39,239); }
div.DivClassName
{
background-color: #A127EF;
}
.BgClassName
{
background-color: #A127EF;
}
</style>
border-color css
<style>
span { border-color: #A127EF; }
span { border-color: rgb(161,39,239); }
td.TdClassName
{
border-color: #A127EF;
}
.TagClassName
{
border-color: #A127EF;
}
</style>