Shades of Blue Violet #A51DEC
Tints of Blue Violet #A51DEC
RGB
CMYK
RGB Variations
Color information
#A51DEC (or 0xA51DEC) is known color: Blue Violet. HEX triplet: A5, 1D and EC. RGB value is (165,29,236). Sum of RGB (Red+Green+Blue) = 165+29+236=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #A51DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51DEC is #5AE213. Grayscale: #5C5C5C. Windows color (decimal): -5956116 or 15474085. OLE color: 15474085.
HSL color Cylindrical-coordinate representation of color #A51DEC: hue angle of 279.42º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51DEC is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 29 | 236 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.07 |
| HSL | 279.42º | 0.84% | 0.52% | - |
| HSV(B) | 279.42º | 0.88% | 0.93% | - |
| XYZ | 31.1 | 14.93 | 80.6 | - |
| YUV | 93.26 | 208.56 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 236 | 0.30 | 0.88 | 0 | 0.07 | 279.42 | 0.84 | 0.52 |
| Hex | A5 | 1D | EC | 1E | 58 | 0 | 7 | 117 | 54 | 34 |
| Octal | 245 | 35 | 354 | 36 | 130 | 0 | 7 | 427 | 124 | 64 |
| Binary | 10100101 | 11101 | 11101100 | 11110 | 1011000 | 0 | 111 | 100010111 | 1010100 | 110100 |
Color Harmonies of #A51DEC
Complementary color
Monochromatic Colors of #A51DEC
Black with #A51DEC
Text Example
Text Example
White with #A51DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51DEC; }
p { color: rgb(165,29,236); }
H1.HeaderClassName
{
color: #A51DEC;
}
.AnyTagClassName
{
color: #A51DEC;
}
</style>
background-color css
<style>
a { background-color: #A51DEC; }
a { background-color: rgb(165,29,236); }
div.DivClassName
{
background-color: #A51DEC;
}
.BgClassName
{
background-color: #A51DEC;
}
</style>
border-color css
<style>
span { border-color: #A51DEC; }
span { border-color: rgb(165,29,236); }
td.TdClassName
{
border-color: #A51DEC;
}
.TagClassName
{
border-color: #A51DEC;
}
</style>