Shades of Blue Violet #A127FF
Tints of Blue Violet #A127FF
RGB
CMYK
RGB Variations
Color information
#A127FF (or 0xA127FF) is known color: Blue Violet. HEX triplet: A1, 27 and FF. RGB value is (161,39,255). Sum of RGB (Red+Green+Blue) = 161+39+255=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #A127FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A127FF is #5ED800. Grayscale: #636363. Windows color (decimal): -6215681 or 16721825. OLE color: 16721825.
HSL color Cylindrical-coordinate representation of color #A127FF: hue angle of 273.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A127FF is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 39 | 255 | - |
| CMYK | 0.37 | 0.85 | 0 | 0 |
| HSL | 273.89º | 1% | 0.58% | - |
| HSV(B) | 273.89º | 0.85% | 1% | - |
| XYZ | 33.47 | 16.25 | 95.98 | - |
| YUV | 100.1 | 215.42 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 255 | 0.37 | 0.85 | 0 | 0 | 273.89 | 1 | 0.58 |
| Hex | A1 | 27 | FF | 25 | 55 | 0 | 0 | 112 | 64 | 3A |
| Octal | 241 | 47 | 377 | 45 | 125 | 0 | 0 | 422 | 144 | 72 |
| Binary | 10100001 | 100111 | 11111111 | 100101 | 1010101 | 0 | 0 | 100010010 | 1100100 | 111010 |
Color Harmonies of #A127FF
Complementary color
Monochromatic Colors of #A127FF
Black with #A127FF
Text Example
Text Example
White with #A127FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127FF; }
p { color: rgb(161,39,255); }
H1.HeaderClassName
{
color: #A127FF;
}
.AnyTagClassName
{
color: #A127FF;
}
</style>
background-color css
<style>
a { background-color: #A127FF; }
a { background-color: rgb(161,39,255); }
div.DivClassName
{
background-color: #A127FF;
}
.BgClassName
{
background-color: #A127FF;
}
</style>
border-color css
<style>
span { border-color: #A127FF; }
span { border-color: rgb(161,39,255); }
td.TdClassName
{
border-color: #A127FF;
}
.TagClassName
{
border-color: #A127FF;
}
</style>