Shades of Violet Blue #A53D9C
Tints of Violet Blue #A53D9C
RGB
CMYK
RGB Variations
Color information
#A53D9C (or 0xA53D9C) is known color: Violet Blue. HEX triplet: A5, 3D and 9C. RGB value is (165,61,156). Sum of RGB (Red+Green+Blue) = 165+61+156=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D9C is #5AC263. Grayscale: #666666. Windows color (decimal): -5948004 or 10239397. OLE color: 10239397.
HSL color Cylindrical-coordinate representation of color #A53D9C: hue angle of 305.19º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D9C is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 156 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.35 |
| HSL | 305.19º | 0.46% | 0.44% | - |
| HSV(B) | 305.19º | 0.63% | 0.65% | - |
| XYZ | 23.19 | 13.74 | 32.88 | - |
| YUV | 102.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 156 | 0 | 0.63 | 0.05 | 0.35 | 305.19 | 0.46 | 0.44 |
| Hex | A5 | 3D | 9C | 0 | 3F | 5 | 23 | 131 | 2E | 2C |
| Octal | 245 | 75 | 234 | 0 | 77 | 5 | 43 | 461 | 56 | 54 |
| Binary | 10100101 | 111101 | 10011100 | 0 | 111111 | 101 | 100011 | 100110001 | 101110 | 101100 |
Color Harmonies of #A53D9C
Complementary color
Monochromatic Colors of #A53D9C
Black with #A53D9C
Text Example
Text Example
White with #A53D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D9C; }
p { color: rgb(165,61,156); }
H1.HeaderClassName
{
color: #A53D9C;
}
.AnyTagClassName
{
color: #A53D9C;
}
</style>
background-color css
<style>
a { background-color: #A53D9C; }
a { background-color: rgb(165,61,156); }
div.DivClassName
{
background-color: #A53D9C;
}
.BgClassName
{
background-color: #A53D9C;
}
</style>
border-color css
<style>
span { border-color: #A53D9C; }
span { border-color: rgb(165,61,156); }
td.TdClassName
{
border-color: #A53D9C;
}
.TagClassName
{
border-color: #A53D9C;
}
</style>