Shades of Blue Violet #A51BED
Tints of Blue Violet #A51BED
RGB
CMYK
RGB Variations
Color information
#A51BED (or 0xA51BED) is known color: Blue Violet. HEX triplet: A5, 1B and ED. RGB value is (165,27,237). Sum of RGB (Red+Green+Blue) = 165+27+237=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #A51BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51BED is #5AE412. Grayscale: #5B5B5B. Windows color (decimal): -5956627 or 15539109. OLE color: 15539109.
HSL color Cylindrical-coordinate representation of color #A51BED: hue angle of 279.43º 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 #A51BED is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 27 | 237 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.07 |
| HSL | 279.43º | 0.85% | 0.52% | - |
| HSV(B) | 279.43º | 0.89% | 0.93% | - |
| XYZ | 31.2 | 14.9 | 81.35 | - |
| YUV | 92.2 | 209.72 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 237 | 0.30 | 0.89 | 0 | 0.07 | 279.43 | 0.85 | 0.52 |
| Hex | A5 | 1B | ED | 1E | 59 | 0 | 7 | 117 | 55 | 34 |
| Octal | 245 | 33 | 355 | 36 | 131 | 0 | 7 | 427 | 125 | 64 |
| Binary | 10100101 | 11011 | 11101101 | 11110 | 1011001 | 0 | 111 | 100010111 | 1010101 | 110100 |
Color Harmonies of #A51BED
Complementary color
Monochromatic Colors of #A51BED
Black with #A51BED
Text Example
Text Example
White with #A51BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BED; }
p { color: rgb(165,27,237); }
H1.HeaderClassName
{
color: #A51BED;
}
.AnyTagClassName
{
color: #A51BED;
}
</style>
background-color css
<style>
a { background-color: #A51BED; }
a { background-color: rgb(165,27,237); }
div.DivClassName
{
background-color: #A51BED;
}
.BgClassName
{
background-color: #A51BED;
}
</style>
border-color css
<style>
span { border-color: #A51BED; }
span { border-color: rgb(165,27,237); }
td.TdClassName
{
border-color: #A51BED;
}
.TagClassName
{
border-color: #A51BED;
}
</style>