Shades of Blue Violet #A127E4
Tints of Blue Violet #A127E4
RGB
CMYK
RGB Variations
Color information
#A127E4 (or 0xA127E4) is known color: Blue Violet. HEX triplet: A1, 27 and E4. RGB value is (161,39,228). Sum of RGB (Red+Green+Blue) = 161+39+228=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #A127E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127E4 is #5ED81B. Grayscale: #606060. Windows color (decimal): -6215708 or 14952353. OLE color: 14952353.
HSL color Cylindrical-coordinate representation of color #A127E4: hue angle of 278.73º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A127E4 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 39 | 228 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.11 |
| HSL | 278.73º | 0.78% | 0.52% | - |
| HSV(B) | 278.73º | 0.83% | 0.89% | - |
| XYZ | 29.43 | 14.63 | 74.67 | - |
| YUV | 97.02 | 201.92 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 228 | 0.29 | 0.83 | 0 | 0.11 | 278.73 | 0.78 | 0.52 |
| Hex | A1 | 27 | E4 | 1D | 53 | 0 | B | 117 | 4E | 34 |
| Octal | 241 | 47 | 344 | 35 | 123 | 0 | 13 | 427 | 116 | 64 |
| Binary | 10100001 | 100111 | 11100100 | 11101 | 1010011 | 0 | 1011 | 100010111 | 1001110 | 110100 |
Color Harmonies of #A127E4
Complementary color
Monochromatic Colors of #A127E4
Black with #A127E4
Text Example
Text Example
White with #A127E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127E4; }
p { color: rgb(161,39,228); }
H1.HeaderClassName
{
color: #A127E4;
}
.AnyTagClassName
{
color: #A127E4;
}
</style>
background-color css
<style>
a { background-color: #A127E4; }
a { background-color: rgb(161,39,228); }
div.DivClassName
{
background-color: #A127E4;
}
.BgClassName
{
background-color: #A127E4;
}
</style>
border-color css
<style>
span { border-color: #A127E4; }
span { border-color: rgb(161,39,228); }
td.TdClassName
{
border-color: #A127E4;
}
.TagClassName
{
border-color: #A127E4;
}
</style>