Shades of Vivid Violet #A2329B
Tints of Vivid Violet #A2329B
RGB
CMYK
RGB Variations
Color information
#A2329B (or 0xA2329B) is known color: Vivid Violet. HEX triplet: A2, 32 and 9B. RGB value is (162,50,155). Sum of RGB (Red+Green+Blue) = 162+50+155=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2329B is #5DCD64. Grayscale: #5F5F5F. Windows color (decimal): -6147429 or 10171042. OLE color: 10171042.
HSL color Cylindrical-coordinate representation of color #A2329B: hue angle of 303.75º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2329B is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 155 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.36 |
| HSL | 303.75º | 0.53% | 0.42% | - |
| HSV(B) | 303.75º | 0.69% | 0.64% | - |
| XYZ | 21.96 | 12.33 | 32.23 | - |
| YUV | 95.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 155 | 0 | 0.69 | 0.04 | 0.36 | 303.75 | 0.53 | 0.42 |
| Hex | A2 | 32 | 9B | 0 | 45 | 4 | 24 | 130 | 35 | 2A |
| Octal | 242 | 62 | 233 | 0 | 105 | 4 | 44 | 460 | 65 | 52 |
| Binary | 10100010 | 110010 | 10011011 | 0 | 1000101 | 100 | 100100 | 100110000 | 110101 | 101010 |
Color Harmonies of #A2329B
Complementary color
Monochromatic Colors of #A2329B
Black with #A2329B
Text Example
Text Example
White with #A2329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2329B; }
p { color: rgb(162,50,155); }
H1.HeaderClassName
{
color: #A2329B;
}
.AnyTagClassName
{
color: #A2329B;
}
</style>
background-color css
<style>
a { background-color: #A2329B; }
a { background-color: rgb(162,50,155); }
div.DivClassName
{
background-color: #A2329B;
}
.BgClassName
{
background-color: #A2329B;
}
</style>
border-color css
<style>
span { border-color: #A2329B; }
span { border-color: rgb(162,50,155); }
td.TdClassName
{
border-color: #A2329B;
}
.TagClassName
{
border-color: #A2329B;
}
</style>