Shades of Violet Blue #A53E9A
Tints of Violet Blue #A53E9A
RGB
CMYK
RGB Variations
Color information
#A53E9A (or 0xA53E9A) is known color: Violet Blue. HEX triplet: A5, 3E and 9A. RGB value is (165,62,154). Sum of RGB (Red+Green+Blue) = 165+62+154=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53E9A is #5AC165. Grayscale: #676767. Windows color (decimal): -5947750 or 10108581. OLE color: 10108581.
HSL color Cylindrical-coordinate representation of color #A53E9A: hue angle of 306.41º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53E9A is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 62 | 154 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.35 |
| HSL | 306.41º | 0.45% | 0.45% | - |
| HSV(B) | 306.41º | 0.62% | 0.65% | - |
| XYZ | 23.07 | 13.78 | 32.02 | - |
| YUV | 103.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 154 | 0 | 0.62 | 0.07 | 0.35 | 306.41 | 0.45 | 0.45 |
| Hex | A5 | 3E | 9A | 0 | 3E | 7 | 23 | 132 | 2D | 2D |
| Octal | 245 | 76 | 232 | 0 | 76 | 7 | 43 | 462 | 55 | 55 |
| Binary | 10100101 | 111110 | 10011010 | 0 | 111110 | 111 | 100011 | 100110010 | 101101 | 101101 |
Color Harmonies of #A53E9A
Complementary color
Monochromatic Colors of #A53E9A
Black with #A53E9A
Text Example
Text Example
White with #A53E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53E9A; }
p { color: rgb(165,62,154); }
H1.HeaderClassName
{
color: #A53E9A;
}
.AnyTagClassName
{
color: #A53E9A;
}
</style>
background-color css
<style>
a { background-color: #A53E9A; }
a { background-color: rgb(165,62,154); }
div.DivClassName
{
background-color: #A53E9A;
}
.BgClassName
{
background-color: #A53E9A;
}
</style>
border-color css
<style>
span { border-color: #A53E9A; }
span { border-color: rgb(165,62,154); }
td.TdClassName
{
border-color: #A53E9A;
}
.TagClassName
{
border-color: #A53E9A;
}
</style>