Shades of Blue Violet #A51CF4
Tints of Blue Violet #A51CF4
RGB
CMYK
RGB Variations
Color information
#A51CF4 (or 0xA51CF4) is known color: Blue Violet. HEX triplet: A5, 1C and F4. RGB value is (165,28,244). Sum of RGB (Red+Green+Blue) = 165+28+244=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #A51CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CF4 is #5AE30B. Grayscale: #5C5C5C. Windows color (decimal): -5956364 or 15998117. OLE color: 15998117.
HSL color Cylindrical-coordinate representation of color #A51CF4: hue angle of 278.06º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51CF4 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 28 | 244 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.04 |
| HSL | 278.06º | 0.91% | 0.53% | - |
| HSV(B) | 278.06º | 0.89% | 0.96% | - |
| XYZ | 32.26 | 15.36 | 86.85 | - |
| YUV | 93.59 | 212.89 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 244 | 0.32 | 0.89 | 0 | 0.04 | 278.06 | 0.91 | 0.53 |
| Hex | A5 | 1C | F4 | 20 | 59 | 0 | 4 | 116 | 5B | 35 |
| Octal | 245 | 34 | 364 | 40 | 131 | 0 | 4 | 426 | 133 | 65 |
| Binary | 10100101 | 11100 | 11110100 | 100000 | 1011001 | 0 | 100 | 100010110 | 1011011 | 110101 |
Color Harmonies of #A51CF4
Complementary color
Monochromatic Colors of #A51CF4
Black with #A51CF4
Text Example
Text Example
White with #A51CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51CF4; }
p { color: rgb(165,28,244); }
H1.HeaderClassName
{
color: #A51CF4;
}
.AnyTagClassName
{
color: #A51CF4;
}
</style>
background-color css
<style>
a { background-color: #A51CF4; }
a { background-color: rgb(165,28,244); }
div.DivClassName
{
background-color: #A51CF4;
}
.BgClassName
{
background-color: #A51CF4;
}
</style>
border-color css
<style>
span { border-color: #A51CF4; }
span { border-color: rgb(165,28,244); }
td.TdClassName
{
border-color: #A51CF4;
}
.TagClassName
{
border-color: #A51CF4;
}
</style>