Shades of Vivid Violet #A2359C
Tints of Vivid Violet #A2359C
RGB
CMYK
RGB Variations
Color information
#A2359C (or 0xA2359C) is known color: Vivid Violet. HEX triplet: A2, 35 and 9C. RGB value is (162,53,156). Sum of RGB (Red+Green+Blue) = 162+53+156=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2359C is #5DCA63. Grayscale: #616161. Windows color (decimal): -6146660 or 10237346. OLE color: 10237346.
HSL color Cylindrical-coordinate representation of color #A2359C: hue angle of 303.3º 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 #A2359C is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 53 | 156 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.36 |
| HSL | 303.3º | 0.51% | 0.42% | - |
| HSV(B) | 303.3º | 0.67% | 0.64% | - |
| XYZ | 22.17 | 12.63 | 32.72 | - |
| YUV | 97.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 156 | 0 | 0.67 | 0.04 | 0.36 | 303.3 | 0.51 | 0.42 |
| Hex | A2 | 35 | 9C | 0 | 43 | 4 | 24 | 12F | 33 | 2A |
| Octal | 242 | 65 | 234 | 0 | 103 | 4 | 44 | 457 | 63 | 52 |
| Binary | 10100010 | 110101 | 10011100 | 0 | 1000011 | 100 | 100100 | 100101111 | 110011 | 101010 |
Color Harmonies of #A2359C
Complementary color
Monochromatic Colors of #A2359C
Black with #A2359C
Text Example
Text Example
White with #A2359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2359C; }
p { color: rgb(162,53,156); }
H1.HeaderClassName
{
color: #A2359C;
}
.AnyTagClassName
{
color: #A2359C;
}
</style>
background-color css
<style>
a { background-color: #A2359C; }
a { background-color: rgb(162,53,156); }
div.DivClassName
{
background-color: #A2359C;
}
.BgClassName
{
background-color: #A2359C;
}
</style>
border-color css
<style>
span { border-color: #A2359C; }
span { border-color: rgb(162,53,156); }
td.TdClassName
{
border-color: #A2359C;
}
.TagClassName
{
border-color: #A2359C;
}
</style>