Shades of Blue Violet #A51CE9
Tints of Blue Violet #A51CE9
RGB
CMYK
RGB Variations
Color information
#A51CE9 (or 0xA51CE9) is known color: Blue Violet. HEX triplet: A5, 1C and E9. RGB value is (165,28,233). Sum of RGB (Red+Green+Blue) = 165+28+233=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #A51CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CE9 is #5AE316. Grayscale: #5B5B5B. Windows color (decimal): -5956375 or 15277221. OLE color: 15277221.
HSL color Cylindrical-coordinate representation of color #A51CE9: hue angle of 280.1º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51CE9 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 28 | 233 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.09 |
| HSL | 280.1º | 0.82% | 0.51% | - |
| HSV(B) | 280.1º | 0.88% | 0.91% | - |
| XYZ | 30.64 | 14.71 | 78.32 | - |
| YUV | 92.33 | 207.39 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 233 | 0.29 | 0.88 | 0 | 0.09 | 280.1 | 0.82 | 0.51 |
| Hex | A5 | 1C | E9 | 1D | 58 | 0 | 9 | 118 | 52 | 33 |
| Octal | 245 | 34 | 351 | 35 | 130 | 0 | 11 | 430 | 122 | 63 |
| Binary | 10100101 | 11100 | 11101001 | 11101 | 1011000 | 0 | 1001 | 100011000 | 1010010 | 110011 |
Color Harmonies of #A51CE9
Complementary color
Monochromatic Colors of #A51CE9
Black with #A51CE9
Text Example
Text Example
White with #A51CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51CE9; }
p { color: rgb(165,28,233); }
H1.HeaderClassName
{
color: #A51CE9;
}
.AnyTagClassName
{
color: #A51CE9;
}
</style>
background-color css
<style>
a { background-color: #A51CE9; }
a { background-color: rgb(165,28,233); }
div.DivClassName
{
background-color: #A51CE9;
}
.BgClassName
{
background-color: #A51CE9;
}
</style>
border-color css
<style>
span { border-color: #A51CE9; }
span { border-color: rgb(165,28,233); }
td.TdClassName
{
border-color: #A51CE9;
}
.TagClassName
{
border-color: #A51CE9;
}
</style>