Shades of Vivid Violet #A3359C
Tints of Vivid Violet #A3359C
RGB
CMYK
RGB Variations
Color information
#A3359C (or 0xA3359C) is known color: Vivid Violet. HEX triplet: A3, 35 and 9C. RGB value is (163,53,156). Sum of RGB (Red+Green+Blue) = 163+53+156=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3359C is #5CCA63. Grayscale: #616161. Windows color (decimal): -6081124 or 10237347. OLE color: 10237347.
HSL color Cylindrical-coordinate representation of color #A3359C: hue angle of 303.82º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3359C is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 156 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.36 |
| HSL | 303.82º | 0.51% | 0.42% | - |
| HSV(B) | 303.82º | 0.67% | 0.64% | - |
| XYZ | 22.38 | 12.73 | 32.73 | - |
| YUV | 97.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 156 | 0 | 0.67 | 0.04 | 0.36 | 303.82 | 0.51 | 0.42 |
| Hex | A3 | 35 | 9C | 0 | 43 | 4 | 24 | 130 | 33 | 2A |
| Octal | 243 | 65 | 234 | 0 | 103 | 4 | 44 | 460 | 63 | 52 |
| Binary | 10100011 | 110101 | 10011100 | 0 | 1000011 | 100 | 100100 | 100110000 | 110011 | 101010 |
Color Harmonies of #A3359C
Complementary color
Monochromatic Colors of #A3359C
Black with #A3359C
Text Example
Text Example
White with #A3359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3359C; }
p { color: rgb(163,53,156); }
H1.HeaderClassName
{
color: #A3359C;
}
.AnyTagClassName
{
color: #A3359C;
}
</style>
background-color css
<style>
a { background-color: #A3359C; }
a { background-color: rgb(163,53,156); }
div.DivClassName
{
background-color: #A3359C;
}
.BgClassName
{
background-color: #A3359C;
}
</style>
border-color css
<style>
span { border-color: #A3359C; }
span { border-color: rgb(163,53,156); }
td.TdClassName
{
border-color: #A3359C;
}
.TagClassName
{
border-color: #A3359C;
}
</style>