Shades of Blue Violet #A53EFF
Tints of Blue Violet #A53EFF
RGB
CMYK
RGB Variations
Color information
#A53EFF (or 0xA53EFF) is known color: Blue Violet. HEX triplet: A5, 3E and FF. RGB value is (165,62,255). Sum of RGB (Red+Green+Blue) = 165+62+255=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #A53EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53EFF is #5AC100. Grayscale: #727272. Windows color (decimal): -5947649 or 16727717. OLE color: 16727717.
HSL color Cylindrical-coordinate representation of color #A53EFF: hue angle of 272.02º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A53EFF is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 62 | 255 | - |
| CMYK | 0.35 | 0.76 | 0 | 0 |
| HSL | 272.02º | 1% | 0.62% | - |
| HSV(B) | 272.02º | 0.76% | 1% | - |
| XYZ | 35.29 | 18.66 | 96.35 | - |
| YUV | 114.8 | 207.12 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 255 | 0.35 | 0.76 | 0 | 0 | 272.02 | 1 | 0.62 |
| Hex | A5 | 3E | FF | 23 | 4C | 0 | 0 | 110 | 64 | 3E |
| Octal | 245 | 76 | 377 | 43 | 114 | 0 | 0 | 420 | 144 | 76 |
| Binary | 10100101 | 111110 | 11111111 | 100011 | 1001100 | 0 | 0 | 100010000 | 1100100 | 111110 |
Color Harmonies of #A53EFF
Complementary color
Monochromatic Colors of #A53EFF
Black with #A53EFF
Text Example
Text Example
White with #A53EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53EFF; }
p { color: rgb(165,62,255); }
H1.HeaderClassName
{
color: #A53EFF;
}
.AnyTagClassName
{
color: #A53EFF;
}
</style>
background-color css
<style>
a { background-color: #A53EFF; }
a { background-color: rgb(165,62,255); }
div.DivClassName
{
background-color: #A53EFF;
}
.BgClassName
{
background-color: #A53EFF;
}
</style>
border-color css
<style>
span { border-color: #A53EFF; }
span { border-color: rgb(165,62,255); }
td.TdClassName
{
border-color: #A53EFF;
}
.TagClassName
{
border-color: #A53EFF;
}
</style>