Shades of Vivid Violet #A3359B
Tints of Vivid Violet #A3359B
RGB
CMYK
RGB Variations
Color information
#A3359B (or 0xA3359B) is known color: Vivid Violet. HEX triplet: A3, 35 and 9B. RGB value is (163,53,155). Sum of RGB (Red+Green+Blue) = 163+53+155=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3359B is #5CCA64. Grayscale: #616161. Windows color (decimal): -6081125 or 10171811. OLE color: 10171811.
HSL color Cylindrical-coordinate representation of color #A3359B: hue angle of 304.36º 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 #A3359B is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 155 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.36 |
| HSL | 304.36º | 0.51% | 0.42% | - |
| HSV(B) | 304.36º | 0.67% | 0.64% | - |
| XYZ | 22.29 | 12.7 | 32.29 | - |
| YUV | 97.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 155 | 0 | 0.67 | 0.05 | 0.36 | 304.36 | 0.51 | 0.42 |
| Hex | A3 | 35 | 9B | 0 | 43 | 5 | 24 | 130 | 33 | 2A |
| Octal | 243 | 65 | 233 | 0 | 103 | 5 | 44 | 460 | 63 | 52 |
| Binary | 10100011 | 110101 | 10011011 | 0 | 1000011 | 101 | 100100 | 100110000 | 110011 | 101010 |
Color Harmonies of #A3359B
Complementary color
Monochromatic Colors of #A3359B
Black with #A3359B
Text Example
Text Example
White with #A3359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3359B; }
p { color: rgb(163,53,155); }
H1.HeaderClassName
{
color: #A3359B;
}
.AnyTagClassName
{
color: #A3359B;
}
</style>
background-color css
<style>
a { background-color: #A3359B; }
a { background-color: rgb(163,53,155); }
div.DivClassName
{
background-color: #A3359B;
}
.BgClassName
{
background-color: #A3359B;
}
</style>
border-color css
<style>
span { border-color: #A3359B; }
span { border-color: rgb(163,53,155); }
td.TdClassName
{
border-color: #A3359B;
}
.TagClassName
{
border-color: #A3359B;
}
</style>