Shades of Violet Blue #A53B99
Tints of Violet Blue #A53B99
RGB
CMYK
RGB Variations
Color information
#A53B99 (or 0xA53B99) is known color: Violet Blue. HEX triplet: A5, 3B and 99. RGB value is (165,59,153). Sum of RGB (Red+Green+Blue) = 165+59+153=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53B99 is #5AC466. Grayscale: #656565. Windows color (decimal): -5948519 or 10042277. OLE color: 10042277.
HSL color Cylindrical-coordinate representation of color #A53B99: hue angle of 306.79º 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 #A53B99 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 153 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.35 |
| HSL | 306.79º | 0.47% | 0.44% | - |
| HSV(B) | 306.79º | 0.64% | 0.65% | - |
| XYZ | 22.83 | 13.43 | 31.53 | - |
| YUV | 101.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 153 | 0 | 0.64 | 0.07 | 0.35 | 306.79 | 0.47 | 0.44 |
| Hex | A5 | 3B | 99 | 0 | 40 | 7 | 23 | 133 | 2F | 2C |
| Octal | 245 | 73 | 231 | 0 | 100 | 7 | 43 | 463 | 57 | 54 |
| Binary | 10100101 | 111011 | 10011001 | 0 | 1000000 | 111 | 100011 | 100110011 | 101111 | 101100 |
Color Harmonies of #A53B99
Complementary color
Monochromatic Colors of #A53B99
Black with #A53B99
Text Example
Text Example
White with #A53B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B99; }
p { color: rgb(165,59,153); }
H1.HeaderClassName
{
color: #A53B99;
}
.AnyTagClassName
{
color: #A53B99;
}
</style>
background-color css
<style>
a { background-color: #A53B99; }
a { background-color: rgb(165,59,153); }
div.DivClassName
{
background-color: #A53B99;
}
.BgClassName
{
background-color: #A53B99;
}
</style>
border-color css
<style>
span { border-color: #A53B99; }
span { border-color: rgb(165,59,153); }
td.TdClassName
{
border-color: #A53B99;
}
.TagClassName
{
border-color: #A53B99;
}
</style>