Shades of Blue Violet #A51CF1
Tints of Blue Violet #A51CF1
RGB
CMYK
RGB Variations
Color information
#A51CF1 (or 0xA51CF1) is known color: Blue Violet. HEX triplet: A5, 1C and F1. RGB value is (165,28,241). Sum of RGB (Red+Green+Blue) = 165+28+241=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #A51CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CF1 is #5AE30E. Grayscale: #5C5C5C. Windows color (decimal): -5956367 or 15801509. OLE color: 15801509.
HSL color Cylindrical-coordinate representation of color #A51CF1: hue angle of 278.59º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51CF1 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 28 | 241 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.05 |
| HSL | 278.59º | 0.88% | 0.53% | - |
| HSV(B) | 278.59º | 0.88% | 0.95% | - |
| XYZ | 31.81 | 15.18 | 84.47 | - |
| YUV | 93.25 | 211.39 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 241 | 0.32 | 0.88 | 0 | 0.05 | 278.59 | 0.88 | 0.53 |
| Hex | A5 | 1C | F1 | 20 | 58 | 0 | 5 | 117 | 58 | 35 |
| Octal | 245 | 34 | 361 | 40 | 130 | 0 | 5 | 427 | 130 | 65 |
| Binary | 10100101 | 11100 | 11110001 | 100000 | 1011000 | 0 | 101 | 100010111 | 1011000 | 110101 |
Color Harmonies of #A51CF1
Complementary color
Monochromatic Colors of #A51CF1
Black with #A51CF1
Text Example
Text Example
White with #A51CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51CF1; }
p { color: rgb(165,28,241); }
H1.HeaderClassName
{
color: #A51CF1;
}
.AnyTagClassName
{
color: #A51CF1;
}
</style>
background-color css
<style>
a { background-color: #A51CF1; }
a { background-color: rgb(165,28,241); }
div.DivClassName
{
background-color: #A51CF1;
}
.BgClassName
{
background-color: #A51CF1;
}
</style>
border-color css
<style>
span { border-color: #A51CF1; }
span { border-color: rgb(165,28,241); }
td.TdClassName
{
border-color: #A51CF1;
}
.TagClassName
{
border-color: #A51CF1;
}
</style>