Shades of Blue Violet #A51FE7
Tints of Blue Violet #A51FE7
RGB
CMYK
RGB Variations
Color information
#A51FE7 (or 0xA51FE7) is known color: Blue Violet. HEX triplet: A5, 1F and E7. RGB value is (165,31,231). Sum of RGB (Red+Green+Blue) = 165+31+231=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #A51FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FE7 is #5AE018. Grayscale: #5D5D5D. Windows color (decimal): -5955609 or 15146917. OLE color: 15146917.
HSL color Cylindrical-coordinate representation of color #A51FE7: hue angle of 280.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51FE7 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 31 | 231 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.09 |
| HSL | 280.2º | 0.81% | 0.51% | - |
| HSV(B) | 280.2º | 0.87% | 0.91% | - |
| XYZ | 30.43 | 14.75 | 76.84 | - |
| YUV | 93.87 | 205.39 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 231 | 0.29 | 0.87 | 0 | 0.09 | 280.2 | 0.81 | 0.51 |
| Hex | A5 | 1F | E7 | 1D | 57 | 0 | 9 | 118 | 51 | 33 |
| Octal | 245 | 37 | 347 | 35 | 127 | 0 | 11 | 430 | 121 | 63 |
| Binary | 10100101 | 11111 | 11100111 | 11101 | 1010111 | 0 | 1001 | 100011000 | 1010001 | 110011 |
Color Harmonies of #A51FE7
Complementary color
Monochromatic Colors of #A51FE7
Black with #A51FE7
Text Example
Text Example
White with #A51FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FE7; }
p { color: rgb(165,31,231); }
H1.HeaderClassName
{
color: #A51FE7;
}
.AnyTagClassName
{
color: #A51FE7;
}
</style>
background-color css
<style>
a { background-color: #A51FE7; }
a { background-color: rgb(165,31,231); }
div.DivClassName
{
background-color: #A51FE7;
}
.BgClassName
{
background-color: #A51FE7;
}
</style>
border-color css
<style>
span { border-color: #A51FE7; }
span { border-color: rgb(165,31,231); }
td.TdClassName
{
border-color: #A51FE7;
}
.TagClassName
{
border-color: #A51FE7;
}
</style>