Shades of Blue Violet #A53FEB
Tints of Blue Violet #A53FEB
RGB
CMYK
RGB Variations
Color information
#A53FEB (or 0xA53FEB) is known color: Blue Violet. HEX triplet: A5, 3F and EB. RGB value is (165,63,235). Sum of RGB (Red+Green+Blue) = 165+63+235=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #A53FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FEB is #5AC014. Grayscale: #707070. Windows color (decimal): -5947413 or 15417253. OLE color: 15417253.
HSL color Cylindrical-coordinate representation of color #A53FEB: hue angle of 275.58º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53FEB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 63 | 235 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.08 |
| HSL | 275.58º | 0.81% | 0.58% | - |
| HSV(B) | 275.58º | 0.73% | 0.92% | - |
| XYZ | 32.29 | 17.55 | 80.28 | - |
| YUV | 113.11 | 196.79 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 235 | 0.30 | 0.73 | 0 | 0.08 | 275.58 | 0.81 | 0.58 |
| Hex | A5 | 3F | EB | 1E | 49 | 0 | 8 | 114 | 51 | 3A |
| Octal | 245 | 77 | 353 | 36 | 111 | 0 | 10 | 424 | 121 | 72 |
| Binary | 10100101 | 111111 | 11101011 | 11110 | 1001001 | 0 | 1000 | 100010100 | 1010001 | 111010 |
Color Harmonies of #A53FEB
Complementary color
Monochromatic Colors of #A53FEB
Black with #A53FEB
Text Example
Text Example
White with #A53FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FEB; }
p { color: rgb(165,63,235); }
H1.HeaderClassName
{
color: #A53FEB;
}
.AnyTagClassName
{
color: #A53FEB;
}
</style>
background-color css
<style>
a { background-color: #A53FEB; }
a { background-color: rgb(165,63,235); }
div.DivClassName
{
background-color: #A53FEB;
}
.BgClassName
{
background-color: #A53FEB;
}
</style>
border-color css
<style>
span { border-color: #A53FEB; }
span { border-color: rgb(165,63,235); }
td.TdClassName
{
border-color: #A53FEB;
}
.TagClassName
{
border-color: #A53FEB;
}
</style>