Shades of Blue Violet #A52DED
Tints of Blue Violet #A52DED
RGB
CMYK
RGB Variations
Color information
#A52DED (or 0xA52DED) is known color: Blue Violet. HEX triplet: A5, 2D and ED. RGB value is (165,45,237). Sum of RGB (Red+Green+Blue) = 165+45+237=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #A52DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52DED is #5AD212. Grayscale: #666666. Windows color (decimal): -5952019 or 15543717. OLE color: 15543717.
HSL color Cylindrical-coordinate representation of color #A52DED: hue angle of 277.5º degrees, saturation: 0.84, 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 #A52DED is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 45 | 237 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.07 |
| HSL | 277.5º | 0.84% | 0.55% | - |
| HSV(B) | 277.5º | 0.81% | 0.93% | - |
| XYZ | 31.74 | 15.99 | 81.53 | - |
| YUV | 102.77 | 203.76 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 237 | 0.30 | 0.81 | 0 | 0.07 | 277.5 | 0.84 | 0.55 |
| Hex | A5 | 2D | ED | 1E | 51 | 0 | 7 | 116 | 54 | 37 |
| Octal | 245 | 55 | 355 | 36 | 121 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10100101 | 101101 | 11101101 | 11110 | 1010001 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A52DED
Complementary color
Monochromatic Colors of #A52DED
Black with #A52DED
Text Example
Text Example
White with #A52DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DED; }
p { color: rgb(165,45,237); }
H1.HeaderClassName
{
color: #A52DED;
}
.AnyTagClassName
{
color: #A52DED;
}
</style>
background-color css
<style>
a { background-color: #A52DED; }
a { background-color: rgb(165,45,237); }
div.DivClassName
{
background-color: #A52DED;
}
.BgClassName
{
background-color: #A52DED;
}
</style>
border-color css
<style>
span { border-color: #A52DED; }
span { border-color: rgb(165,45,237); }
td.TdClassName
{
border-color: #A52DED;
}
.TagClassName
{
border-color: #A52DED;
}
</style>