Shades of Violet Blue #A53BA1
Tints of Violet Blue #A53BA1
RGB
CMYK
RGB Variations
Color information
#A53BA1 (or 0xA53BA1) is known color: Violet Blue. HEX triplet: A5, 3B and A1. RGB value is (165,59,161). Sum of RGB (Red+Green+Blue) = 165+59+161=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A53BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53BA1 is #5AC45E. Grayscale: #666666. Windows color (decimal): -5948511 or 10566565. OLE color: 10566565.
HSL color Cylindrical-coordinate representation of color #A53BA1: hue angle of 302.26º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53BA1 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 161 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.35 |
| HSL | 302.26º | 0.47% | 0.44% | - |
| HSV(B) | 302.26º | 0.64% | 0.65% | - |
| XYZ | 23.51 | 13.7 | 35.12 | - |
| YUV | 102.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 161 | 0 | 0.64 | 0.02 | 0.35 | 302.26 | 0.47 | 0.44 |
| Hex | A5 | 3B | A1 | 0 | 40 | 2 | 23 | 12E | 2F | 2C |
| Octal | 245 | 73 | 241 | 0 | 100 | 2 | 43 | 456 | 57 | 54 |
| Binary | 10100101 | 111011 | 10100001 | 0 | 1000000 | 10 | 100011 | 100101110 | 101111 | 101100 |
Color Harmonies of #A53BA1
Complementary color
Monochromatic Colors of #A53BA1
Black with #A53BA1
Text Example
Text Example
White with #A53BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53BA1; }
p { color: rgb(165,59,161); }
H1.HeaderClassName
{
color: #A53BA1;
}
.AnyTagClassName
{
color: #A53BA1;
}
</style>
background-color css
<style>
a { background-color: #A53BA1; }
a { background-color: rgb(165,59,161); }
div.DivClassName
{
background-color: #A53BA1;
}
.BgClassName
{
background-color: #A53BA1;
}
</style>
border-color css
<style>
span { border-color: #A53BA1; }
span { border-color: rgb(165,59,161); }
td.TdClassName
{
border-color: #A53BA1;
}
.TagClassName
{
border-color: #A53BA1;
}
</style>