Shades of Blue Violet #A53AFE
Tints of Blue Violet #A53AFE
RGB
CMYK
RGB Variations
Color information
#A53AFE (or 0xA53AFE) is known color: Blue Violet. HEX triplet: A5, 3A and FE. RGB value is (165,58,254). Sum of RGB (Red+Green+Blue) = 165+58+254=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #A53AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53AFE is #5AC501. Grayscale: #6F6F6F. Windows color (decimal): -5948674 or 16661157. OLE color: 16661157.
HSL color Cylindrical-coordinate representation of color #A53AFE: hue angle of 272.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A53AFE is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 58 | 254 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.00 |
| HSL | 272.76º | 0.99% | 0.61% | - |
| HSV(B) | 272.76º | 0.77% | 1% | - |
| XYZ | 34.92 | 18.18 | 95.43 | - |
| YUV | 112.34 | 207.95 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 254 | 0.35 | 0.77 | 0 | 0.00 | 272.76 | 0.99 | 0.61 |
| Hex | A5 | 3A | FE | 23 | 4D | 0 | 0 | 111 | 63 | 3D |
| Octal | 245 | 72 | 376 | 43 | 115 | 0 | 0 | 421 | 143 | 75 |
| Binary | 10100101 | 111010 | 11111110 | 100011 | 1001101 | 0 | 0 | 100010001 | 1100011 | 111101 |
Color Harmonies of #A53AFE
Complementary color
Monochromatic Colors of #A53AFE
Black with #A53AFE
Text Example
Text Example
White with #A53AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AFE; }
p { color: rgb(165,58,254); }
H1.HeaderClassName
{
color: #A53AFE;
}
.AnyTagClassName
{
color: #A53AFE;
}
</style>
background-color css
<style>
a { background-color: #A53AFE; }
a { background-color: rgb(165,58,254); }
div.DivClassName
{
background-color: #A53AFE;
}
.BgClassName
{
background-color: #A53AFE;
}
</style>
border-color css
<style>
span { border-color: #A53AFE; }
span { border-color: rgb(165,58,254); }
td.TdClassName
{
border-color: #A53AFE;
}
.TagClassName
{
border-color: #A53AFE;
}
</style>