Shades of Blue Violet #A52FED
Tints of Blue Violet #A52FED
RGB
CMYK
RGB Variations
Color information
#A52FED (or 0xA52FED) is known color: Blue Violet. HEX triplet: A5, 2F and ED. RGB value is (165,47,237). Sum of RGB (Red+Green+Blue) = 165+47+237=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #A52FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FED is #5AD012. Grayscale: #676767. Windows color (decimal): -5951507 or 15544229. OLE color: 15544229.
HSL color Cylindrical-coordinate representation of color #A52FED: hue angle of 277.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52FED is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 47 | 237 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.07 |
| HSL | 277.26º | 0.84% | 0.56% | - |
| HSV(B) | 277.26º | 0.8% | 0.93% | - |
| XYZ | 31.82 | 16.15 | 81.56 | - |
| YUV | 103.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 237 | 0.30 | 0.80 | 0 | 0.07 | 277.26 | 0.84 | 0.56 |
| Hex | A5 | 2F | ED | 1E | 50 | 0 | 7 | 115 | 54 | 38 |
| Octal | 245 | 57 | 355 | 36 | 120 | 0 | 7 | 425 | 124 | 70 |
| Binary | 10100101 | 101111 | 11101101 | 11110 | 1010000 | 0 | 111 | 100010101 | 1010100 | 111000 |
Color Harmonies of #A52FED
Complementary color
Monochromatic Colors of #A52FED
Black with #A52FED
Text Example
Text Example
White with #A52FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FED; }
p { color: rgb(165,47,237); }
H1.HeaderClassName
{
color: #A52FED;
}
.AnyTagClassName
{
color: #A52FED;
}
</style>
background-color css
<style>
a { background-color: #A52FED; }
a { background-color: rgb(165,47,237); }
div.DivClassName
{
background-color: #A52FED;
}
.BgClassName
{
background-color: #A52FED;
}
</style>
border-color css
<style>
span { border-color: #A52FED; }
span { border-color: rgb(165,47,237); }
td.TdClassName
{
border-color: #A52FED;
}
.TagClassName
{
border-color: #A52FED;
}
</style>