Shades of Blue Violet #A027EC
Tints of Blue Violet #A027EC
RGB
CMYK
RGB Variations
Color information
#A027EC (or 0xA027EC) is known color: Blue Violet. HEX triplet: A0, 27 and EC. RGB value is (160,39,236). Sum of RGB (Red+Green+Blue) = 160+39+236=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #A027EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A027EC is #5FD813. Grayscale: #606060. Windows color (decimal): -6281236 or 15476640. OLE color: 15476640.
HSL color Cylindrical-coordinate representation of color #A027EC: hue angle of 276.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A027EC is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 39 | 236 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.07 |
| HSL | 276.85º | 0.84% | 0.54% | - |
| HSV(B) | 276.85º | 0.83% | 0.93% | - |
| XYZ | 30.36 | 14.98 | 80.65 | - |
| YUV | 97.64 | 206.09 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 236 | 0.32 | 0.83 | 0 | 0.07 | 276.85 | 0.84 | 0.54 |
| Hex | A0 | 27 | EC | 20 | 53 | 0 | 7 | 115 | 54 | 36 |
| Octal | 240 | 47 | 354 | 40 | 123 | 0 | 7 | 425 | 124 | 66 |
| Binary | 10100000 | 100111 | 11101100 | 100000 | 1010011 | 0 | 111 | 100010101 | 1010100 | 110110 |
Color Harmonies of #A027EC
Complementary color
Monochromatic Colors of #A027EC
Black with #A027EC
Text Example
Text Example
White with #A027EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027EC; }
p { color: rgb(160,39,236); }
H1.HeaderClassName
{
color: #A027EC;
}
.AnyTagClassName
{
color: #A027EC;
}
</style>
background-color css
<style>
a { background-color: #A027EC; }
a { background-color: rgb(160,39,236); }
div.DivClassName
{
background-color: #A027EC;
}
.BgClassName
{
background-color: #A027EC;
}
</style>
border-color css
<style>
span { border-color: #A027EC; }
span { border-color: rgb(160,39,236); }
td.TdClassName
{
border-color: #A027EC;
}
.TagClassName
{
border-color: #A027EC;
}
</style>