Shades of Violet Blue #A3509D
Tints of Violet Blue #A3509D
RGB
CMYK
RGB Variations
Color information
#A3509D (or 0xA3509D) is known color: Violet Blue. HEX triplet: A3, 50 and 9D. RGB value is (163,80,157). Sum of RGB (Red+Green+Blue) = 163+80+157=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A3509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3509D is #5CAF62. Grayscale: #717171. Windows color (decimal): -6074211 or 10309795. OLE color: 10309795.
HSL color Cylindrical-coordinate representation of color #A3509D: hue angle of 304.34º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3509D is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 157 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.36 |
| HSL | 304.34º | 0.34% | 0.48% | - |
| HSV(B) | 304.34º | 0.51% | 0.64% | - |
| XYZ | 24.06 | 15.96 | 33.71 | - |
| YUV | 113.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 157 | 0 | 0.51 | 0.04 | 0.36 | 304.34 | 0.34 | 0.48 |
| Hex | A3 | 50 | 9D | 0 | 33 | 4 | 24 | 130 | 22 | 30 |
| Octal | 243 | 120 | 235 | 0 | 63 | 4 | 44 | 460 | 42 | 60 |
| Binary | 10100011 | 1010000 | 10011101 | 0 | 110011 | 100 | 100100 | 100110000 | 100010 | 110000 |
Color Harmonies of #A3509D
Complementary color
Monochromatic Colors of #A3509D
Black with #A3509D
Text Example
Text Example
White with #A3509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3509D; }
p { color: rgb(163,80,157); }
H1.HeaderClassName
{
color: #A3509D;
}
.AnyTagClassName
{
color: #A3509D;
}
</style>
background-color css
<style>
a { background-color: #A3509D; }
a { background-color: rgb(163,80,157); }
div.DivClassName
{
background-color: #A3509D;
}
.BgClassName
{
background-color: #A3509D;
}
</style>
border-color css
<style>
span { border-color: #A3509D; }
span { border-color: rgb(163,80,157); }
td.TdClassName
{
border-color: #A3509D;
}
.TagClassName
{
border-color: #A3509D;
}
</style>