Shades of Blue Violet #A52FEC
Tints of Blue Violet #A52FEC
RGB
CMYK
RGB Variations
Color information
#A52FEC (or 0xA52FEC) is known color: Blue Violet. HEX triplet: A5, 2F and EC. RGB value is (165,47,236). Sum of RGB (Red+Green+Blue) = 165+47+236=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #A52FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FEC is #5AD013. Grayscale: #676767. Windows color (decimal): -5951508 or 15478693. OLE color: 15478693.
HSL color Cylindrical-coordinate representation of color #A52FEC: hue angle of 277.46º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52FEC is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 47 | 236 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.07 |
| HSL | 277.46º | 0.83% | 0.55% | - |
| HSV(B) | 277.46º | 0.8% | 0.93% | - |
| XYZ | 31.67 | 16.09 | 80.79 | - |
| YUV | 103.83 | 202.59 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 236 | 0.30 | 0.80 | 0 | 0.07 | 277.46 | 0.83 | 0.55 |
| Hex | A5 | 2F | EC | 1E | 50 | 0 | 7 | 115 | 53 | 37 |
| Octal | 245 | 57 | 354 | 36 | 120 | 0 | 7 | 425 | 123 | 67 |
| Binary | 10100101 | 101111 | 11101100 | 11110 | 1010000 | 0 | 111 | 100010101 | 1010011 | 110111 |
Color Harmonies of #A52FEC
Complementary color
Monochromatic Colors of #A52FEC
Black with #A52FEC
Text Example
Text Example
White with #A52FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FEC; }
p { color: rgb(165,47,236); }
H1.HeaderClassName
{
color: #A52FEC;
}
.AnyTagClassName
{
color: #A52FEC;
}
</style>
background-color css
<style>
a { background-color: #A52FEC; }
a { background-color: rgb(165,47,236); }
div.DivClassName
{
background-color: #A52FEC;
}
.BgClassName
{
background-color: #A52FEC;
}
</style>
border-color css
<style>
span { border-color: #A52FEC; }
span { border-color: rgb(165,47,236); }
td.TdClassName
{
border-color: #A52FEC;
}
.TagClassName
{
border-color: #A52FEC;
}
</style>