Shades of Blue Violet #A81EEC
Tints of Blue Violet #A81EEC
RGB
CMYK
RGB Variations
Color information
#A81EEC (or 0xA81EEC) is known color: Blue Violet. HEX triplet: A8, 1E and EC. RGB value is (168,30,236). Sum of RGB (Red+Green+Blue) = 168+30+236=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #A81EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81EEC is #57E113. Grayscale: #5E5E5E. Windows color (decimal): -5759252 or 15474344. OLE color: 15474344.
HSL color Cylindrical-coordinate representation of color #A81EEC: hue angle of 280.19º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81EEC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 30 | 236 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.07 |
| HSL | 280.19º | 0.84% | 0.52% | - |
| HSV(B) | 280.19º | 0.87% | 0.93% | - |
| XYZ | 31.75 | 15.31 | 80.64 | - |
| YUV | 94.75 | 207.72 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 236 | 0.29 | 0.87 | 0 | 0.07 | 280.19 | 0.84 | 0.52 |
| Hex | A8 | 1E | EC | 1D | 57 | 0 | 7 | 118 | 54 | 34 |
| Octal | 250 | 36 | 354 | 35 | 127 | 0 | 7 | 430 | 124 | 64 |
| Binary | 10101000 | 11110 | 11101100 | 11101 | 1010111 | 0 | 111 | 100011000 | 1010100 | 110100 |
Color Harmonies of #A81EEC
Complementary color
Monochromatic Colors of #A81EEC
Black with #A81EEC
Text Example
Text Example
White with #A81EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EEC; }
p { color: rgb(168,30,236); }
H1.HeaderClassName
{
color: #A81EEC;
}
.AnyTagClassName
{
color: #A81EEC;
}
</style>
background-color css
<style>
a { background-color: #A81EEC; }
a { background-color: rgb(168,30,236); }
div.DivClassName
{
background-color: #A81EEC;
}
.BgClassName
{
background-color: #A81EEC;
}
</style>
border-color css
<style>
span { border-color: #A81EEC; }
span { border-color: rgb(168,30,236); }
td.TdClassName
{
border-color: #A81EEC;
}
.TagClassName
{
border-color: #A81EEC;
}
</style>