Shades of Blue Violet #A53FF0
Tints of Blue Violet #A53FF0
RGB
CMYK
RGB Variations
Color information
#A53FF0 (or 0xA53FF0) is known color: Blue Violet. HEX triplet: A5, 3F and F0. RGB value is (165,63,240). Sum of RGB (Red+Green+Blue) = 165+63+240=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #A53FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FF0 is #5AC00F. Grayscale: #717171. Windows color (decimal): -5947408 or 15744933. OLE color: 15744933.
HSL color Cylindrical-coordinate representation of color #A53FF0: hue angle of 274.58º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53FF0 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 63 | 240 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.06 |
| HSL | 274.58º | 0.86% | 0.59% | - |
| HSV(B) | 274.58º | 0.74% | 0.94% | - |
| XYZ | 33.02 | 17.85 | 84.14 | - |
| YUV | 113.68 | 199.29 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 240 | 0.31 | 0.74 | 0 | 0.06 | 274.58 | 0.86 | 0.59 |
| Hex | A5 | 3F | F0 | 1F | 4A | 0 | 6 | 113 | 56 | 3B |
| Octal | 245 | 77 | 360 | 37 | 112 | 0 | 6 | 423 | 126 | 73 |
| Binary | 10100101 | 111111 | 11110000 | 11111 | 1001010 | 0 | 110 | 100010011 | 1010110 | 111011 |
Color Harmonies of #A53FF0
Complementary color
Monochromatic Colors of #A53FF0
Black with #A53FF0
Text Example
Text Example
White with #A53FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FF0; }
p { color: rgb(165,63,240); }
H1.HeaderClassName
{
color: #A53FF0;
}
.AnyTagClassName
{
color: #A53FF0;
}
</style>
background-color css
<style>
a { background-color: #A53FF0; }
a { background-color: rgb(165,63,240); }
div.DivClassName
{
background-color: #A53FF0;
}
.BgClassName
{
background-color: #A53FF0;
}
</style>
border-color css
<style>
span { border-color: #A53FF0; }
span { border-color: rgb(165,63,240); }
td.TdClassName
{
border-color: #A53FF0;
}
.TagClassName
{
border-color: #A53FF0;
}
</style>