Shades of Blue Violet #A52CE9
Tints of Blue Violet #A52CE9
RGB
CMYK
RGB Variations
Color information
#A52CE9 (or 0xA52CE9) is known color: Blue Violet. HEX triplet: A5, 2C and E9. RGB value is (165,44,233). Sum of RGB (Red+Green+Blue) = 165+44+233=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #A52CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CE9 is #5AD316. Grayscale: #656565. Windows color (decimal): -5952279 or 15281317. OLE color: 15281317.
HSL color Cylindrical-coordinate representation of color #A52CE9: hue angle of 278.41º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52CE9 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 44 | 233 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.09 |
| HSL | 278.41º | 0.81% | 0.54% | - |
| HSV(B) | 278.41º | 0.81% | 0.91% | - |
| XYZ | 31.13 | 15.68 | 78.48 | - |
| YUV | 101.73 | 202.09 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 233 | 0.29 | 0.81 | 0 | 0.09 | 278.41 | 0.81 | 0.54 |
| Hex | A5 | 2C | E9 | 1D | 51 | 0 | 9 | 116 | 51 | 36 |
| Octal | 245 | 54 | 351 | 35 | 121 | 0 | 11 | 426 | 121 | 66 |
| Binary | 10100101 | 101100 | 11101001 | 11101 | 1010001 | 0 | 1001 | 100010110 | 1010001 | 110110 |
Color Harmonies of #A52CE9
Complementary color
Monochromatic Colors of #A52CE9
Black with #A52CE9
Text Example
Text Example
White with #A52CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52CE9; }
p { color: rgb(165,44,233); }
H1.HeaderClassName
{
color: #A52CE9;
}
.AnyTagClassName
{
color: #A52CE9;
}
</style>
background-color css
<style>
a { background-color: #A52CE9; }
a { background-color: rgb(165,44,233); }
div.DivClassName
{
background-color: #A52CE9;
}
.BgClassName
{
background-color: #A52CE9;
}
</style>
border-color css
<style>
span { border-color: #A52CE9; }
span { border-color: rgb(165,44,233); }
td.TdClassName
{
border-color: #A52CE9;
}
.TagClassName
{
border-color: #A52CE9;
}
</style>