Shades of Violet Blue #A53B9D
Tints of Violet Blue #A53B9D
RGB
CMYK
RGB Variations
Color information
#A53B9D (or 0xA53B9D) is known color: Violet Blue. HEX triplet: A5, 3B and 9D. RGB value is (165,59,157). Sum of RGB (Red+Green+Blue) = 165+59+157=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53B9D is #5AC462. Grayscale: #656565. Windows color (decimal): -5948515 or 10304421. OLE color: 10304421.
HSL color Cylindrical-coordinate representation of color #A53B9D: hue angle of 304.53º 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 #A53B9D is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 157 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.35 |
| HSL | 304.53º | 0.47% | 0.44% | - |
| HSV(B) | 304.53º | 0.64% | 0.65% | - |
| XYZ | 23.17 | 13.56 | 33.29 | - |
| YUV | 101.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 157 | 0 | 0.64 | 0.05 | 0.35 | 304.53 | 0.47 | 0.44 |
| Hex | A5 | 3B | 9D | 0 | 40 | 5 | 23 | 131 | 2F | 2C |
| Octal | 245 | 73 | 235 | 0 | 100 | 5 | 43 | 461 | 57 | 54 |
| Binary | 10100101 | 111011 | 10011101 | 0 | 1000000 | 101 | 100011 | 100110001 | 101111 | 101100 |
Color Harmonies of #A53B9D
Complementary color
Monochromatic Colors of #A53B9D
Black with #A53B9D
Text Example
Text Example
White with #A53B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B9D; }
p { color: rgb(165,59,157); }
H1.HeaderClassName
{
color: #A53B9D;
}
.AnyTagClassName
{
color: #A53B9D;
}
</style>
background-color css
<style>
a { background-color: #A53B9D; }
a { background-color: rgb(165,59,157); }
div.DivClassName
{
background-color: #A53B9D;
}
.BgClassName
{
background-color: #A53B9D;
}
</style>
border-color css
<style>
span { border-color: #A53B9D; }
span { border-color: rgb(165,59,157); }
td.TdClassName
{
border-color: #A53B9D;
}
.TagClassName
{
border-color: #A53B9D;
}
</style>