Shades of Blue Violet #A51AF5
Tints of Blue Violet #A51AF5
RGB
CMYK
RGB Variations
Color information
#A51AF5 (or 0xA51AF5) is known color: Blue Violet. HEX triplet: A5, 1A and F5. RGB value is (165,26,245). Sum of RGB (Red+Green+Blue) = 165+26+245=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #A51AF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51AF5 is #5AE50A. Grayscale: #5B5B5B. Windows color (decimal): -5956875 or 16063141. OLE color: 16063141.
HSL color Cylindrical-coordinate representation of color #A51AF5: hue angle of 278.08º degrees, saturation: 0.92, 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 #A51AF5 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 26 | 245 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.04 |
| HSL | 278.08º | 0.92% | 0.53% | - |
| HSV(B) | 278.08º | 0.89% | 0.96% | - |
| XYZ | 32.37 | 15.33 | 87.64 | - |
| YUV | 92.53 | 214.05 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 245 | 0.33 | 0.89 | 0 | 0.04 | 278.08 | 0.92 | 0.53 |
| Hex | A5 | 1A | F5 | 21 | 59 | 0 | 4 | 116 | 5C | 35 |
| Octal | 245 | 32 | 365 | 41 | 131 | 0 | 4 | 426 | 134 | 65 |
| Binary | 10100101 | 11010 | 11110101 | 100001 | 1011001 | 0 | 100 | 100010110 | 1011100 | 110101 |
Color Harmonies of #A51AF5
Complementary color
Monochromatic Colors of #A51AF5
Black with #A51AF5
Text Example
Text Example
White with #A51AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51AF5; }
p { color: rgb(165,26,245); }
H1.HeaderClassName
{
color: #A51AF5;
}
.AnyTagClassName
{
color: #A51AF5;
}
</style>
background-color css
<style>
a { background-color: #A51AF5; }
a { background-color: rgb(165,26,245); }
div.DivClassName
{
background-color: #A51AF5;
}
.BgClassName
{
background-color: #A51AF5;
}
</style>
border-color css
<style>
span { border-color: #A51AF5; }
span { border-color: rgb(165,26,245); }
td.TdClassName
{
border-color: #A51AF5;
}
.TagClassName
{
border-color: #A51AF5;
}
</style>