Shades of Blue Violet #A51DF0
Tints of Blue Violet #A51DF0
RGB
CMYK
RGB Variations
Color information
#A51DF0 (or 0xA51DF0) is known color: Blue Violet. HEX triplet: A5, 1D and F0. RGB value is (165,29,240). Sum of RGB (Red+Green+Blue) = 165+29+240=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #A51DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51DF0 is #5AE20F. Grayscale: #5D5D5D. Windows color (decimal): -5956112 or 15736229. OLE color: 15736229.
HSL color Cylindrical-coordinate representation of color #A51DF0: hue angle of 278.67º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51DF0 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 29 | 240 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.06 |
| HSL | 278.67º | 0.88% | 0.53% | - |
| HSV(B) | 278.67º | 0.88% | 0.94% | - |
| XYZ | 31.68 | 15.17 | 83.7 | - |
| YUV | 93.72 | 210.56 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 240 | 0.31 | 0.88 | 0 | 0.06 | 278.67 | 0.88 | 0.53 |
| Hex | A5 | 1D | F0 | 1F | 58 | 0 | 6 | 117 | 58 | 35 |
| Octal | 245 | 35 | 360 | 37 | 130 | 0 | 6 | 427 | 130 | 65 |
| Binary | 10100101 | 11101 | 11110000 | 11111 | 1011000 | 0 | 110 | 100010111 | 1011000 | 110101 |
Color Harmonies of #A51DF0
Complementary color
Monochromatic Colors of #A51DF0
Black with #A51DF0
Text Example
Text Example
White with #A51DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51DF0; }
p { color: rgb(165,29,240); }
H1.HeaderClassName
{
color: #A51DF0;
}
.AnyTagClassName
{
color: #A51DF0;
}
</style>
background-color css
<style>
a { background-color: #A51DF0; }
a { background-color: rgb(165,29,240); }
div.DivClassName
{
background-color: #A51DF0;
}
.BgClassName
{
background-color: #A51DF0;
}
</style>
border-color css
<style>
span { border-color: #A51DF0; }
span { border-color: rgb(165,29,240); }
td.TdClassName
{
border-color: #A51DF0;
}
.TagClassName
{
border-color: #A51DF0;
}
</style>