Shades of Violet Blue #A3509C
Tints of Violet Blue #A3509C
RGB
CMYK
RGB Variations
Color information
#A3509C (or 0xA3509C) is known color: Violet Blue. HEX triplet: A3, 50 and 9C. RGB value is (163,80,156). Sum of RGB (Red+Green+Blue) = 163+80+156=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A3509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3509C is #5CAF63. Grayscale: #717171. Windows color (decimal): -6074212 or 10244259. OLE color: 10244259.
HSL color Cylindrical-coordinate representation of color #A3509C: hue angle of 305.06º 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 #A3509C is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 156 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.36 |
| HSL | 305.06º | 0.34% | 0.48% | - |
| HSV(B) | 305.06º | 0.51% | 0.64% | - |
| XYZ | 23.97 | 15.92 | 33.26 | - |
| YUV | 113.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 156 | 0 | 0.51 | 0.04 | 0.36 | 305.06 | 0.34 | 0.48 |
| Hex | A3 | 50 | 9C | 0 | 33 | 4 | 24 | 131 | 22 | 30 |
| Octal | 243 | 120 | 234 | 0 | 63 | 4 | 44 | 461 | 42 | 60 |
| Binary | 10100011 | 1010000 | 10011100 | 0 | 110011 | 100 | 100100 | 100110001 | 100010 | 110000 |
Color Harmonies of #A3509C
Complementary color
Monochromatic Colors of #A3509C
Black with #A3509C
Text Example
Text Example
White with #A3509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3509C; }
p { color: rgb(163,80,156); }
H1.HeaderClassName
{
color: #A3509C;
}
.AnyTagClassName
{
color: #A3509C;
}
</style>
background-color css
<style>
a { background-color: #A3509C; }
a { background-color: rgb(163,80,156); }
div.DivClassName
{
background-color: #A3509C;
}
.BgClassName
{
background-color: #A3509C;
}
</style>
border-color css
<style>
span { border-color: #A3509C; }
span { border-color: rgb(163,80,156); }
td.TdClassName
{
border-color: #A3509C;
}
.TagClassName
{
border-color: #A3509C;
}
</style>