Shades of Blue Violet #A52EE9
Tints of Blue Violet #A52EE9
RGB
CMYK
RGB Variations
Color information
#A52EE9 (or 0xA52EE9) is known color: Blue Violet. HEX triplet: A5, 2E and E9. RGB value is (165,46,233). Sum of RGB (Red+Green+Blue) = 165+46+233=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #A52EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52EE9 is #5AD116. Grayscale: #666666. Windows color (decimal): -5951767 or 15281829. OLE color: 15281829.
HSL color Cylindrical-coordinate representation of color #A52EE9: hue angle of 278.18º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52EE9 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 46 | 233 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.09 |
| HSL | 278.18º | 0.81% | 0.55% | - |
| HSV(B) | 278.18º | 0.8% | 0.91% | - |
| XYZ | 31.2 | 15.84 | 78.5 | - |
| YUV | 102.9 | 201.42 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 233 | 0.29 | 0.80 | 0 | 0.09 | 278.18 | 0.81 | 0.55 |
| Hex | A5 | 2E | E9 | 1D | 50 | 0 | 9 | 116 | 51 | 37 |
| Octal | 245 | 56 | 351 | 35 | 120 | 0 | 11 | 426 | 121 | 67 |
| Binary | 10100101 | 101110 | 11101001 | 11101 | 1010000 | 0 | 1001 | 100010110 | 1010001 | 110111 |
Color Harmonies of #A52EE9
Complementary color
Monochromatic Colors of #A52EE9
Black with #A52EE9
Text Example
Text Example
White with #A52EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52EE9; }
p { color: rgb(165,46,233); }
H1.HeaderClassName
{
color: #A52EE9;
}
.AnyTagClassName
{
color: #A52EE9;
}
</style>
background-color css
<style>
a { background-color: #A52EE9; }
a { background-color: rgb(165,46,233); }
div.DivClassName
{
background-color: #A52EE9;
}
.BgClassName
{
background-color: #A52EE9;
}
</style>
border-color css
<style>
span { border-color: #A52EE9; }
span { border-color: rgb(165,46,233); }
td.TdClassName
{
border-color: #A52EE9;
}
.TagClassName
{
border-color: #A52EE9;
}
</style>