Shades of Blue Violet #A53EF4
Tints of Blue Violet #A53EF4
RGB
CMYK
RGB Variations
Color information
#A53EF4 (or 0xA53EF4) is known color: Blue Violet. HEX triplet: A5, 3E and F4. RGB value is (165,62,244). Sum of RGB (Red+Green+Blue) = 165+62+244=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #A53EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53EF4 is #5AC10B. Grayscale: #707070. Windows color (decimal): -5947660 or 16006821. OLE color: 16006821.
HSL color Cylindrical-coordinate representation of color #A53EF4: hue angle of 273.96º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A53EF4 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 62 | 244 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.04 |
| HSL | 273.96º | 0.89% | 0.6% | - |
| HSV(B) | 273.96º | 0.75% | 0.96% | - |
| XYZ | 33.57 | 17.98 | 87.29 | - |
| YUV | 113.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 244 | 0.32 | 0.75 | 0 | 0.04 | 273.96 | 0.89 | 0.6 |
| Hex | A5 | 3E | F4 | 20 | 4B | 0 | 4 | 112 | 59 | 3C |
| Octal | 245 | 76 | 364 | 40 | 113 | 0 | 4 | 422 | 131 | 74 |
| Binary | 10100101 | 111110 | 11110100 | 100000 | 1001011 | 0 | 100 | 100010010 | 1011001 | 111100 |
Color Harmonies of #A53EF4
Complementary color
Monochromatic Colors of #A53EF4
Black with #A53EF4
Text Example
Text Example
White with #A53EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53EF4; }
p { color: rgb(165,62,244); }
H1.HeaderClassName
{
color: #A53EF4;
}
.AnyTagClassName
{
color: #A53EF4;
}
</style>
background-color css
<style>
a { background-color: #A53EF4; }
a { background-color: rgb(165,62,244); }
div.DivClassName
{
background-color: #A53EF4;
}
.BgClassName
{
background-color: #A53EF4;
}
</style>
border-color css
<style>
span { border-color: #A53EF4; }
span { border-color: rgb(165,62,244); }
td.TdClassName
{
border-color: #A53EF4;
}
.TagClassName
{
border-color: #A53EF4;
}
</style>