Shades of Blue Violet #A127ED
Tints of Blue Violet #A127ED
RGB
CMYK
RGB Variations
Color information
#A127ED (or 0xA127ED) is known color: Blue Violet. HEX triplet: A1, 27 and ED. RGB value is (161,39,237). Sum of RGB (Red+Green+Blue) = 161+39+237=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #A127ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A127ED is #5ED812. Grayscale: #616161. Windows color (decimal): -6215699 or 15542177. OLE color: 15542177.
HSL color Cylindrical-coordinate representation of color #A127ED: hue angle of 276.97º 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 #A127ED is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 39 | 237 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.07 |
| HSL | 276.97º | 0.85% | 0.54% | - |
| HSV(B) | 276.97º | 0.84% | 0.93% | - |
| XYZ | 30.71 | 15.14 | 81.43 | - |
| YUV | 98.05 | 206.42 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 237 | 0.32 | 0.84 | 0 | 0.07 | 276.97 | 0.85 | 0.54 |
| Hex | A1 | 27 | ED | 20 | 54 | 0 | 7 | 115 | 55 | 36 |
| Octal | 241 | 47 | 355 | 40 | 124 | 0 | 7 | 425 | 125 | 66 |
| Binary | 10100001 | 100111 | 11101101 | 100000 | 1010100 | 0 | 111 | 100010101 | 1010101 | 110110 |
Color Harmonies of #A127ED
Complementary color
Monochromatic Colors of #A127ED
Black with #A127ED
Text Example
Text Example
White with #A127ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127ED; }
p { color: rgb(161,39,237); }
H1.HeaderClassName
{
color: #A127ED;
}
.AnyTagClassName
{
color: #A127ED;
}
</style>
background-color css
<style>
a { background-color: #A127ED; }
a { background-color: rgb(161,39,237); }
div.DivClassName
{
background-color: #A127ED;
}
.BgClassName
{
background-color: #A127ED;
}
</style>
border-color css
<style>
span { border-color: #A127ED; }
span { border-color: rgb(161,39,237); }
td.TdClassName
{
border-color: #A127ED;
}
.TagClassName
{
border-color: #A127ED;
}
</style>