Shades of Blue Violet #A52AED
Tints of Blue Violet #A52AED
RGB
CMYK
RGB Variations
Color information
#A52AED (or 0xA52AED) is known color: Blue Violet. HEX triplet: A5, 2A and ED. RGB value is (165,42,237). Sum of RGB (Red+Green+Blue) = 165+42+237=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #A52AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52AED is #5AD512. Grayscale: #646464. Windows color (decimal): -5952787 or 15542949. OLE color: 15542949.
HSL color Cylindrical-coordinate representation of color #A52AED: hue angle of 277.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52AED is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 42 | 237 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.07 |
| HSL | 277.85º | 0.84% | 0.55% | - |
| HSV(B) | 277.85º | 0.82% | 0.93% | - |
| XYZ | 31.63 | 15.77 | 81.5 | - |
| YUV | 101.01 | 204.75 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 237 | 0.30 | 0.82 | 0 | 0.07 | 277.85 | 0.84 | 0.55 |
| Hex | A5 | 2A | ED | 1E | 52 | 0 | 7 | 116 | 54 | 37 |
| Octal | 245 | 52 | 355 | 36 | 122 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10100101 | 101010 | 11101101 | 11110 | 1010010 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A52AED
Complementary color
Monochromatic Colors of #A52AED
Black with #A52AED
Text Example
Text Example
White with #A52AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52AED; }
p { color: rgb(165,42,237); }
H1.HeaderClassName
{
color: #A52AED;
}
.AnyTagClassName
{
color: #A52AED;
}
</style>
background-color css
<style>
a { background-color: #A52AED; }
a { background-color: rgb(165,42,237); }
div.DivClassName
{
background-color: #A52AED;
}
.BgClassName
{
background-color: #A52AED;
}
</style>
border-color css
<style>
span { border-color: #A52AED; }
span { border-color: rgb(165,42,237); }
td.TdClassName
{
border-color: #A52AED;
}
.TagClassName
{
border-color: #A52AED;
}
</style>