Shades of Blue Violet #A52DEC
Tints of Blue Violet #A52DEC
RGB
CMYK
RGB Variations
Color information
#A52DEC (or 0xA52DEC) is known color: Blue Violet. HEX triplet: A5, 2D and EC. RGB value is (165,45,236). Sum of RGB (Red+Green+Blue) = 165+45+236=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #A52DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52DEC is #5AD213. Grayscale: #666666. Windows color (decimal): -5952020 or 15478181. OLE color: 15478181.
HSL color Cylindrical-coordinate representation of color #A52DEC: hue angle of 277.7º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52DEC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 45 | 236 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.07 |
| HSL | 277.7º | 0.83% | 0.55% | - |
| HSV(B) | 277.7º | 0.81% | 0.93% | - |
| XYZ | 31.6 | 15.93 | 80.77 | - |
| YUV | 102.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 236 | 0.30 | 0.81 | 0 | 0.07 | 277.7 | 0.83 | 0.55 |
| Hex | A5 | 2D | EC | 1E | 51 | 0 | 7 | 116 | 53 | 37 |
| Octal | 245 | 55 | 354 | 36 | 121 | 0 | 7 | 426 | 123 | 67 |
| Binary | 10100101 | 101101 | 11101100 | 11110 | 1010001 | 0 | 111 | 100010110 | 1010011 | 110111 |
Color Harmonies of #A52DEC
Complementary color
Monochromatic Colors of #A52DEC
Black with #A52DEC
Text Example
Text Example
White with #A52DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DEC; }
p { color: rgb(165,45,236); }
H1.HeaderClassName
{
color: #A52DEC;
}
.AnyTagClassName
{
color: #A52DEC;
}
</style>
background-color css
<style>
a { background-color: #A52DEC; }
a { background-color: rgb(165,45,236); }
div.DivClassName
{
background-color: #A52DEC;
}
.BgClassName
{
background-color: #A52DEC;
}
</style>
border-color css
<style>
span { border-color: #A52DEC; }
span { border-color: rgb(165,45,236); }
td.TdClassName
{
border-color: #A52DEC;
}
.TagClassName
{
border-color: #A52DEC;
}
</style>