Shades of Blue Violet #A51BEC
Tints of Blue Violet #A51BEC
RGB
CMYK
RGB Variations
Color information
#A51BEC (or 0xA51BEC) is known color: Blue Violet. HEX triplet: A5, 1B and EC. RGB value is (165,27,236). Sum of RGB (Red+Green+Blue) = 165+27+236=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #A51BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51BEC is #5AE413. Grayscale: #5B5B5B. Windows color (decimal): -5956628 or 15473573. OLE color: 15473573.
HSL color Cylindrical-coordinate representation of color #A51BEC: hue angle of 279.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51BEC is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 27 | 236 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.07 |
| HSL | 279.62º | 0.85% | 0.52% | - |
| HSV(B) | 279.62º | 0.89% | 0.93% | - |
| XYZ | 31.05 | 14.84 | 80.58 | - |
| YUV | 92.09 | 209.22 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 236 | 0.30 | 0.89 | 0 | 0.07 | 279.62 | 0.85 | 0.52 |
| Hex | A5 | 1B | EC | 1E | 59 | 0 | 7 | 118 | 55 | 34 |
| Octal | 245 | 33 | 354 | 36 | 131 | 0 | 7 | 430 | 125 | 64 |
| Binary | 10100101 | 11011 | 11101100 | 11110 | 1011001 | 0 | 111 | 100011000 | 1010101 | 110100 |
Color Harmonies of #A51BEC
Complementary color
Monochromatic Colors of #A51BEC
Black with #A51BEC
Text Example
Text Example
White with #A51BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BEC; }
p { color: rgb(165,27,236); }
H1.HeaderClassName
{
color: #A51BEC;
}
.AnyTagClassName
{
color: #A51BEC;
}
</style>
background-color css
<style>
a { background-color: #A51BEC; }
a { background-color: rgb(165,27,236); }
div.DivClassName
{
background-color: #A51BEC;
}
.BgClassName
{
background-color: #A51BEC;
}
</style>
border-color css
<style>
span { border-color: #A51BEC; }
span { border-color: rgb(165,27,236); }
td.TdClassName
{
border-color: #A51BEC;
}
.TagClassName
{
border-color: #A51BEC;
}
</style>