Shades of Blue Violet #A027EE
Tints of Blue Violet #A027EE
RGB
CMYK
RGB Variations
Color information
#A027EE (or 0xA027EE) is known color: Blue Violet. HEX triplet: A0, 27 and EE. RGB value is (160,39,238). Sum of RGB (Red+Green+Blue) = 160+39+238=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #A027EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A027EE is #5FD811. Grayscale: #616161. Windows color (decimal): -6281234 or 15607712. OLE color: 15607712.
HSL color Cylindrical-coordinate representation of color #A027EE: hue angle of 276.48º 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 #A027EE is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 39 | 238 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.07 |
| HSL | 276.48º | 0.85% | 0.54% | - |
| HSV(B) | 276.48º | 0.84% | 0.93% | - |
| XYZ | 30.66 | 15.1 | 82.19 | - |
| YUV | 97.87 | 207.09 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 238 | 0.33 | 0.84 | 0 | 0.07 | 276.48 | 0.85 | 0.54 |
| Hex | A0 | 27 | EE | 21 | 54 | 0 | 7 | 114 | 55 | 36 |
| Octal | 240 | 47 | 356 | 41 | 124 | 0 | 7 | 424 | 125 | 66 |
| Binary | 10100000 | 100111 | 11101110 | 100001 | 1010100 | 0 | 111 | 100010100 | 1010101 | 110110 |
Color Harmonies of #A027EE
Complementary color
Monochromatic Colors of #A027EE
Black with #A027EE
Text Example
Text Example
White with #A027EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027EE; }
p { color: rgb(160,39,238); }
H1.HeaderClassName
{
color: #A027EE;
}
.AnyTagClassName
{
color: #A027EE;
}
</style>
background-color css
<style>
a { background-color: #A027EE; }
a { background-color: rgb(160,39,238); }
div.DivClassName
{
background-color: #A027EE;
}
.BgClassName
{
background-color: #A027EE;
}
</style>
border-color css
<style>
span { border-color: #A027EE; }
span { border-color: rgb(160,39,238); }
td.TdClassName
{
border-color: #A027EE;
}
.TagClassName
{
border-color: #A027EE;
}
</style>