Shades of Violet Blue #A53EA9
Tints of Violet Blue #A53EA9
RGB
CMYK
RGB Variations
Color information
#A53EA9 (or 0xA53EA9) is known color: Violet Blue. HEX triplet: A5, 3E and A9. RGB value is (165,62,169). Sum of RGB (Red+Green+Blue) = 165+62+169=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #A53EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53EA9 is #5AC156. Grayscale: #686868. Windows color (decimal): -5947735 or 11091621. OLE color: 11091621.
HSL color Cylindrical-coordinate representation of color #A53EA9: hue angle of 297.76º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53EA9 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 62 | 169 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.34 |
| HSL | 297.76º | 0.46% | 0.45% | - |
| HSV(B) | 297.76º | 0.63% | 0.66% | - |
| XYZ | 24.4 | 14.31 | 39.01 | - |
| YUV | 105 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 169 | 0.02 | 0.63 | 0 | 0.34 | 297.76 | 0.46 | 0.45 |
| Hex | A5 | 3E | A9 | 2 | 3F | 0 | 22 | 12A | 2E | 2D |
| Octal | 245 | 76 | 251 | 2 | 77 | 0 | 42 | 452 | 56 | 55 |
| Binary | 10100101 | 111110 | 10101001 | 10 | 111111 | 0 | 100010 | 100101010 | 101110 | 101101 |
Color Harmonies of #A53EA9
Complementary color
Monochromatic Colors of #A53EA9
Black with #A53EA9
Text Example
Text Example
White with #A53EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53EA9; }
p { color: rgb(165,62,169); }
H1.HeaderClassName
{
color: #A53EA9;
}
.AnyTagClassName
{
color: #A53EA9;
}
</style>
background-color css
<style>
a { background-color: #A53EA9; }
a { background-color: rgb(165,62,169); }
div.DivClassName
{
background-color: #A53EA9;
}
.BgClassName
{
background-color: #A53EA9;
}
</style>
border-color css
<style>
span { border-color: #A53EA9; }
span { border-color: rgb(165,62,169); }
td.TdClassName
{
border-color: #A53EA9;
}
.TagClassName
{
border-color: #A53EA9;
}
</style>