Shades of Blue Violet #A51EE4
Tints of Blue Violet #A51EE4
RGB
CMYK
RGB Variations
Color information
#A51EE4 (or 0xA51EE4) is known color: Blue Violet. HEX triplet: A5, 1E and E4. RGB value is (165,30,228). Sum of RGB (Red+Green+Blue) = 165+30+228=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #A51EE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51EE4 is #5AE11B. Grayscale: #5C5C5C. Windows color (decimal): -5955868 or 14950053. OLE color: 14950053.
HSL color Cylindrical-coordinate representation of color #A51EE4: hue angle of 280.91º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51EE4 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 30 | 228 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.11 |
| HSL | 280.91º | 0.79% | 0.51% | - |
| HSV(B) | 280.91º | 0.87% | 0.89% | - |
| XYZ | 29.98 | 14.53 | 74.62 | - |
| YUV | 92.94 | 204.23 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 228 | 0.28 | 0.87 | 0 | 0.11 | 280.91 | 0.79 | 0.51 |
| Hex | A5 | 1E | E4 | 1C | 57 | 0 | B | 119 | 4F | 33 |
| Octal | 245 | 36 | 344 | 34 | 127 | 0 | 13 | 431 | 117 | 63 |
| Binary | 10100101 | 11110 | 11100100 | 11100 | 1010111 | 0 | 1011 | 100011001 | 1001111 | 110011 |
Color Harmonies of #A51EE4
Complementary color
Monochromatic Colors of #A51EE4
Black with #A51EE4
Text Example
Text Example
White with #A51EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51EE4; }
p { color: rgb(165,30,228); }
H1.HeaderClassName
{
color: #A51EE4;
}
.AnyTagClassName
{
color: #A51EE4;
}
</style>
background-color css
<style>
a { background-color: #A51EE4; }
a { background-color: rgb(165,30,228); }
div.DivClassName
{
background-color: #A51EE4;
}
.BgClassName
{
background-color: #A51EE4;
}
</style>
border-color css
<style>
span { border-color: #A51EE4; }
span { border-color: rgb(165,30,228); }
td.TdClassName
{
border-color: #A51EE4;
}
.TagClassName
{
border-color: #A51EE4;
}
</style>