Shades of Blue Violet #A53EEA
Tints of Blue Violet #A53EEA
RGB
CMYK
RGB Variations
Color information
#A53EEA (or 0xA53EEA) is known color: Blue Violet. HEX triplet: A5, 3E and EA. RGB value is (165,62,234). Sum of RGB (Red+Green+Blue) = 165+62+234=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #A53EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53EEA is #5AC115. Grayscale: #6F6F6F. Windows color (decimal): -5947670 or 15351461. OLE color: 15351461.
HSL color Cylindrical-coordinate representation of color #A53EEA: hue angle of 275.93º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53EEA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 62 | 234 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.08 |
| HSL | 275.93º | 0.8% | 0.58% | - |
| HSV(B) | 275.93º | 0.74% | 0.92% | - |
| XYZ | 32.09 | 17.39 | 79.51 | - |
| YUV | 112.41 | 196.62 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 234 | 0.29 | 0.74 | 0 | 0.08 | 275.93 | 0.8 | 0.58 |
| Hex | A5 | 3E | EA | 1D | 4A | 0 | 8 | 114 | 50 | 3A |
| Octal | 245 | 76 | 352 | 35 | 112 | 0 | 10 | 424 | 120 | 72 |
| Binary | 10100101 | 111110 | 11101010 | 11101 | 1001010 | 0 | 1000 | 100010100 | 1010000 | 111010 |
Color Harmonies of #A53EEA
Complementary color
Monochromatic Colors of #A53EEA
Black with #A53EEA
Text Example
Text Example
White with #A53EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53EEA; }
p { color: rgb(165,62,234); }
H1.HeaderClassName
{
color: #A53EEA;
}
.AnyTagClassName
{
color: #A53EEA;
}
</style>
background-color css
<style>
a { background-color: #A53EEA; }
a { background-color: rgb(165,62,234); }
div.DivClassName
{
background-color: #A53EEA;
}
.BgClassName
{
background-color: #A53EEA;
}
</style>
border-color css
<style>
span { border-color: #A53EEA; }
span { border-color: rgb(165,62,234); }
td.TdClassName
{
border-color: #A53EEA;
}
.TagClassName
{
border-color: #A53EEA;
}
</style>