Shades of Violet Blue #A3509A
Tints of Violet Blue #A3509A
RGB
CMYK
RGB Variations
Color information
#A3509A (or 0xA3509A) is known color: Violet Blue. HEX triplet: A3, 50 and 9A. RGB value is (163,80,154). Sum of RGB (Red+Green+Blue) = 163+80+154=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A3509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3509A is #5CAF65. Grayscale: #717171. Windows color (decimal): -6074214 or 10113187. OLE color: 10113187.
HSL color Cylindrical-coordinate representation of color #A3509A: hue angle of 306.51º 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 #A3509A is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 154 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.36 |
| HSL | 306.51º | 0.34% | 0.48% | - |
| HSV(B) | 306.51º | 0.51% | 0.64% | - |
| XYZ | 23.81 | 15.86 | 32.38 | - |
| YUV | 113.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 154 | 0 | 0.51 | 0.06 | 0.36 | 306.51 | 0.34 | 0.48 |
| Hex | A3 | 50 | 9A | 0 | 33 | 6 | 24 | 133 | 22 | 30 |
| Octal | 243 | 120 | 232 | 0 | 63 | 6 | 44 | 463 | 42 | 60 |
| Binary | 10100011 | 1010000 | 10011010 | 0 | 110011 | 110 | 100100 | 100110011 | 100010 | 110000 |
Color Harmonies of #A3509A
Complementary color
Monochromatic Colors of #A3509A
Black with #A3509A
Text Example
Text Example
White with #A3509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3509A; }
p { color: rgb(163,80,154); }
H1.HeaderClassName
{
color: #A3509A;
}
.AnyTagClassName
{
color: #A3509A;
}
</style>
background-color css
<style>
a { background-color: #A3509A; }
a { background-color: rgb(163,80,154); }
div.DivClassName
{
background-color: #A3509A;
}
.BgClassName
{
background-color: #A3509A;
}
</style>
border-color css
<style>
span { border-color: #A3509A; }
span { border-color: rgb(163,80,154); }
td.TdClassName
{
border-color: #A3509A;
}
.TagClassName
{
border-color: #A3509A;
}
</style>