Shades of Blue Violet #A51CE6
Tints of Blue Violet #A51CE6
RGB
CMYK
RGB Variations
Color information
#A51CE6 (or 0xA51CE6) is known color: Blue Violet. HEX triplet: A5, 1C and E6. RGB value is (165,28,230). Sum of RGB (Red+Green+Blue) = 165+28+230=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #A51CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CE6 is #5AE319. Grayscale: #5B5B5B. Windows color (decimal): -5956378 or 15080613. OLE color: 15080613.
HSL color Cylindrical-coordinate representation of color #A51CE6: hue angle of 280.69º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51CE6 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 28 | 230 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.10 |
| HSL | 280.69º | 0.8% | 0.51% | - |
| HSV(B) | 280.69º | 0.88% | 0.9% | - |
| XYZ | 30.22 | 14.54 | 76.08 | - |
| YUV | 91.99 | 205.89 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 230 | 0.28 | 0.88 | 0 | 0.10 | 280.69 | 0.8 | 0.51 |
| Hex | A5 | 1C | E6 | 1C | 58 | 0 | A | 119 | 50 | 33 |
| Octal | 245 | 34 | 346 | 34 | 130 | 0 | 12 | 431 | 120 | 63 |
| Binary | 10100101 | 11100 | 11100110 | 11100 | 1011000 | 0 | 1010 | 100011001 | 1010000 | 110011 |
Color Harmonies of #A51CE6
Complementary color
Monochromatic Colors of #A51CE6
Black with #A51CE6
Text Example
Text Example
White with #A51CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51CE6; }
p { color: rgb(165,28,230); }
H1.HeaderClassName
{
color: #A51CE6;
}
.AnyTagClassName
{
color: #A51CE6;
}
</style>
background-color css
<style>
a { background-color: #A51CE6; }
a { background-color: rgb(165,28,230); }
div.DivClassName
{
background-color: #A51CE6;
}
.BgClassName
{
background-color: #A51CE6;
}
</style>
border-color css
<style>
span { border-color: #A51CE6; }
span { border-color: rgb(165,28,230); }
td.TdClassName
{
border-color: #A51CE6;
}
.TagClassName
{
border-color: #A51CE6;
}
</style>