Shades of Blue Violet #A52BEC
Tints of Blue Violet #A52BEC
RGB
CMYK
RGB Variations
Color information
#A52BEC (or 0xA52BEC) is known color: Blue Violet. HEX triplet: A5, 2B and EC. RGB value is (165,43,236). Sum of RGB (Red+Green+Blue) = 165+43+236=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #A52BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52BEC is #5AD413. Grayscale: #646464. Windows color (decimal): -5952532 or 15477669. OLE color: 15477669.
HSL color Cylindrical-coordinate representation of color #A52BEC: hue angle of 277.93º 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 #A52BEC is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 43 | 236 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.07 |
| HSL | 277.93º | 0.84% | 0.55% | - |
| HSV(B) | 277.93º | 0.82% | 0.93% | - |
| XYZ | 31.52 | 15.78 | 80.74 | - |
| YUV | 101.48 | 203.92 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 236 | 0.30 | 0.82 | 0 | 0.07 | 277.93 | 0.84 | 0.55 |
| Hex | A5 | 2B | EC | 1E | 52 | 0 | 7 | 116 | 54 | 37 |
| Octal | 245 | 53 | 354 | 36 | 122 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10100101 | 101011 | 11101100 | 11110 | 1010010 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A52BEC
Complementary color
Monochromatic Colors of #A52BEC
Black with #A52BEC
Text Example
Text Example
White with #A52BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BEC; }
p { color: rgb(165,43,236); }
H1.HeaderClassName
{
color: #A52BEC;
}
.AnyTagClassName
{
color: #A52BEC;
}
</style>
background-color css
<style>
a { background-color: #A52BEC; }
a { background-color: rgb(165,43,236); }
div.DivClassName
{
background-color: #A52BEC;
}
.BgClassName
{
background-color: #A52BEC;
}
</style>
border-color css
<style>
span { border-color: #A52BEC; }
span { border-color: rgb(165,43,236); }
td.TdClassName
{
border-color: #A52BEC;
}
.TagClassName
{
border-color: #A52BEC;
}
</style>