Shades of Violet Blue #A53B9E
Tints of Violet Blue #A53B9E
RGB
CMYK
RGB Variations
Color information
#A53B9E (or 0xA53B9E) is known color: Violet Blue. HEX triplet: A5, 3B and 9E. RGB value is (165,59,158). Sum of RGB (Red+Green+Blue) = 165+59+158=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53B9E is #5AC461. Grayscale: #656565. Windows color (decimal): -5948514 or 10369957. OLE color: 10369957.
HSL color Cylindrical-coordinate representation of color #A53B9E: hue angle of 303.96º 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 #A53B9E is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 158 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.35 |
| HSL | 303.96º | 0.47% | 0.44% | - |
| HSV(B) | 303.96º | 0.64% | 0.65% | - |
| XYZ | 23.25 | 13.6 | 33.75 | - |
| YUV | 101.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 158 | 0 | 0.64 | 0.04 | 0.35 | 303.96 | 0.47 | 0.44 |
| Hex | A5 | 3B | 9E | 0 | 40 | 4 | 23 | 130 | 2F | 2C |
| Octal | 245 | 73 | 236 | 0 | 100 | 4 | 43 | 460 | 57 | 54 |
| Binary | 10100101 | 111011 | 10011110 | 0 | 1000000 | 100 | 100011 | 100110000 | 101111 | 101100 |
Color Harmonies of #A53B9E
Complementary color
Monochromatic Colors of #A53B9E
Black with #A53B9E
Text Example
Text Example
White with #A53B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B9E; }
p { color: rgb(165,59,158); }
H1.HeaderClassName
{
color: #A53B9E;
}
.AnyTagClassName
{
color: #A53B9E;
}
</style>
background-color css
<style>
a { background-color: #A53B9E; }
a { background-color: rgb(165,59,158); }
div.DivClassName
{
background-color: #A53B9E;
}
.BgClassName
{
background-color: #A53B9E;
}
</style>
border-color css
<style>
span { border-color: #A53B9E; }
span { border-color: rgb(165,59,158); }
td.TdClassName
{
border-color: #A53B9E;
}
.TagClassName
{
border-color: #A53B9E;
}
</style>