Shades of Blue Violet #A53FEE
Tints of Blue Violet #A53FEE
RGB
CMYK
RGB Variations
Color information
#A53FEE (or 0xA53FEE) is known color: Blue Violet. HEX triplet: A5, 3F and EE. RGB value is (165,63,238). Sum of RGB (Red+Green+Blue) = 165+63+238=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #A53FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FEE is #5AC011. Grayscale: #707070. Windows color (decimal): -5947410 or 15613861. OLE color: 15613861.
HSL color Cylindrical-coordinate representation of color #A53FEE: hue angle of 274.97º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53FEE is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 63 | 238 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.07 |
| HSL | 274.97º | 0.84% | 0.59% | - |
| HSV(B) | 274.97º | 0.74% | 0.93% | - |
| XYZ | 32.73 | 17.73 | 82.59 | - |
| YUV | 113.45 | 198.29 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 238 | 0.31 | 0.74 | 0 | 0.07 | 274.97 | 0.84 | 0.59 |
| Hex | A5 | 3F | EE | 1F | 4A | 0 | 7 | 113 | 54 | 3B |
| Octal | 245 | 77 | 356 | 37 | 112 | 0 | 7 | 423 | 124 | 73 |
| Binary | 10100101 | 111111 | 11101110 | 11111 | 1001010 | 0 | 111 | 100010011 | 1010100 | 111011 |
Color Harmonies of #A53FEE
Complementary color
Monochromatic Colors of #A53FEE
Black with #A53FEE
Text Example
Text Example
White with #A53FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FEE; }
p { color: rgb(165,63,238); }
H1.HeaderClassName
{
color: #A53FEE;
}
.AnyTagClassName
{
color: #A53FEE;
}
</style>
background-color css
<style>
a { background-color: #A53FEE; }
a { background-color: rgb(165,63,238); }
div.DivClassName
{
background-color: #A53FEE;
}
.BgClassName
{
background-color: #A53FEE;
}
</style>
border-color css
<style>
span { border-color: #A53FEE; }
span { border-color: rgb(165,63,238); }
td.TdClassName
{
border-color: #A53FEE;
}
.TagClassName
{
border-color: #A53FEE;
}
</style>