Shades of Blue Violet #A51EEC
Tints of Blue Violet #A51EEC
RGB
CMYK
RGB Variations
Color information
#A51EEC (or 0xA51EEC) is known color: Blue Violet. HEX triplet: A5, 1E and EC. RGB value is (165,30,236). Sum of RGB (Red+Green+Blue) = 165+30+236=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #A51EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51EEC is #5AE113. Grayscale: #5D5D5D. Windows color (decimal): -5955860 or 15474341. OLE color: 15474341.
HSL color Cylindrical-coordinate representation of color #A51EEC: hue angle of 279.32º 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 #A51EEC is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 30 | 236 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.07 |
| HSL | 279.32º | 0.84% | 0.52% | - |
| HSV(B) | 279.32º | 0.87% | 0.93% | - |
| XYZ | 31.12 | 14.98 | 80.61 | - |
| YUV | 93.85 | 208.23 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 236 | 0.30 | 0.87 | 0 | 0.07 | 279.32 | 0.84 | 0.52 |
| Hex | A5 | 1E | EC | 1E | 57 | 0 | 7 | 117 | 54 | 34 |
| Octal | 245 | 36 | 354 | 36 | 127 | 0 | 7 | 427 | 124 | 64 |
| Binary | 10100101 | 11110 | 11101100 | 11110 | 1010111 | 0 | 111 | 100010111 | 1010100 | 110100 |
Color Harmonies of #A51EEC
Complementary color
Monochromatic Colors of #A51EEC
Black with #A51EEC
Text Example
Text Example
White with #A51EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51EEC; }
p { color: rgb(165,30,236); }
H1.HeaderClassName
{
color: #A51EEC;
}
.AnyTagClassName
{
color: #A51EEC;
}
</style>
background-color css
<style>
a { background-color: #A51EEC; }
a { background-color: rgb(165,30,236); }
div.DivClassName
{
background-color: #A51EEC;
}
.BgClassName
{
background-color: #A51EEC;
}
</style>
border-color css
<style>
span { border-color: #A51EEC; }
span { border-color: rgb(165,30,236); }
td.TdClassName
{
border-color: #A51EEC;
}
.TagClassName
{
border-color: #A51EEC;
}
</style>