Shades of Blue Violet #A51BEA
Tints of Blue Violet #A51BEA
RGB
CMYK
RGB Variations
Color information
#A51BEA (or 0xA51BEA) is known color: Blue Violet. HEX triplet: A5, 1B and EA. RGB value is (165,27,234). Sum of RGB (Red+Green+Blue) = 165+27+234=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #A51BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51BEA is #5AE415. Grayscale: #5B5B5B. Windows color (decimal): -5956630 or 15342501. OLE color: 15342501.
HSL color Cylindrical-coordinate representation of color #A51BEA: hue angle of 280º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51BEA is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 27 | 234 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.08 |
| HSL | 280º | 0.83% | 0.51% | - |
| HSV(B) | 280º | 0.88% | 0.92% | - |
| XYZ | 30.76 | 14.72 | 79.06 | - |
| YUV | 91.86 | 208.22 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 234 | 0.29 | 0.88 | 0 | 0.08 | 280 | 0.83 | 0.51 |
| Hex | A5 | 1B | EA | 1D | 58 | 0 | 8 | 118 | 53 | 33 |
| Octal | 245 | 33 | 352 | 35 | 130 | 0 | 10 | 430 | 123 | 63 |
| Binary | 10100101 | 11011 | 11101010 | 11101 | 1011000 | 0 | 1000 | 100011000 | 1010011 | 110011 |
Color Harmonies of #A51BEA
Complementary color
Monochromatic Colors of #A51BEA
Black with #A51BEA
Text Example
Text Example
White with #A51BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BEA; }
p { color: rgb(165,27,234); }
H1.HeaderClassName
{
color: #A51BEA;
}
.AnyTagClassName
{
color: #A51BEA;
}
</style>
background-color css
<style>
a { background-color: #A51BEA; }
a { background-color: rgb(165,27,234); }
div.DivClassName
{
background-color: #A51BEA;
}
.BgClassName
{
background-color: #A51BEA;
}
</style>
border-color css
<style>
span { border-color: #A51BEA; }
span { border-color: rgb(165,27,234); }
td.TdClassName
{
border-color: #A51BEA;
}
.TagClassName
{
border-color: #A51BEA;
}
</style>