Shades of Vivid Violet #A2339E
Tints of Vivid Violet #A2339E
RGB
CMYK
RGB Variations
Color information
#A2339E (or 0xA2339E) is known color: Vivid Violet. HEX triplet: A2, 33 and 9E. RGB value is (162,51,158). Sum of RGB (Red+Green+Blue) = 162+51+158=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2339E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2339E is #5DCC61. Grayscale: #606060. Windows color (decimal): -6147170 or 10367906. OLE color: 10367906.
HSL color Cylindrical-coordinate representation of color #A2339E: hue angle of 302.16º degrees, saturation: 0.52, 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 #A2339E is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 158 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.36 |
| HSL | 302.16º | 0.52% | 0.42% | - |
| HSV(B) | 302.16º | 0.69% | 0.64% | - |
| XYZ | 22.26 | 12.52 | 33.59 | - |
| YUV | 96.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 158 | 0 | 0.69 | 0.02 | 0.36 | 302.16 | 0.52 | 0.42 |
| Hex | A2 | 33 | 9E | 0 | 45 | 2 | 24 | 12E | 34 | 2A |
| Octal | 242 | 63 | 236 | 0 | 105 | 2 | 44 | 456 | 64 | 52 |
| Binary | 10100010 | 110011 | 10011110 | 0 | 1000101 | 10 | 100100 | 100101110 | 110100 | 101010 |
Color Harmonies of #A2339E
Complementary color
Monochromatic Colors of #A2339E
Black with #A2339E
Text Example
Text Example
White with #A2339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2339E; }
p { color: rgb(162,51,158); }
H1.HeaderClassName
{
color: #A2339E;
}
.AnyTagClassName
{
color: #A2339E;
}
</style>
background-color css
<style>
a { background-color: #A2339E; }
a { background-color: rgb(162,51,158); }
div.DivClassName
{
background-color: #A2339E;
}
.BgClassName
{
background-color: #A2339E;
}
</style>
border-color css
<style>
span { border-color: #A2339E; }
span { border-color: rgb(162,51,158); }
td.TdClassName
{
border-color: #A2339E;
}
.TagClassName
{
border-color: #A2339E;
}
</style>