Shades of Vivid Violet #A62CA2
Tints of Vivid Violet #A62CA2
RGB
CMYK
RGB Variations
Color information
#A62CA2 (or 0xA62CA2) is known color: Vivid Violet. HEX triplet: A6, 2C and A2. RGB value is (166,44,162). Sum of RGB (Red+Green+Blue) = 166+44+162=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A62CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CA2 is #59D35D. Grayscale: #5D5D5D. Windows color (decimal): -5886814 or 10628262. OLE color: 10628262.
HSL color Cylindrical-coordinate representation of color #A62CA2: hue angle of 301.97º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62CA2 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 44 | 162 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.35 |
| HSL | 301.97º | 0.58% | 0.41% | - |
| HSV(B) | 301.97º | 0.73% | 0.65% | - |
| XYZ | 23.15 | 12.52 | 35.38 | - |
| YUV | 93.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 162 | 0 | 0.73 | 0.02 | 0.35 | 301.97 | 0.58 | 0.41 |
| Hex | A6 | 2C | A2 | 0 | 49 | 2 | 23 | 12E | 3A | 29 |
| Octal | 246 | 54 | 242 | 0 | 111 | 2 | 43 | 456 | 72 | 51 |
| Binary | 10100110 | 101100 | 10100010 | 0 | 1001001 | 10 | 100011 | 100101110 | 111010 | 101001 |
Color Harmonies of #A62CA2
Complementary color
Monochromatic Colors of #A62CA2
Black with #A62CA2
Text Example
Text Example
White with #A62CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CA2; }
p { color: rgb(166,44,162); }
H1.HeaderClassName
{
color: #A62CA2;
}
.AnyTagClassName
{
color: #A62CA2;
}
</style>
background-color css
<style>
a { background-color: #A62CA2; }
a { background-color: rgb(166,44,162); }
div.DivClassName
{
background-color: #A62CA2;
}
.BgClassName
{
background-color: #A62CA2;
}
</style>
border-color css
<style>
span { border-color: #A62CA2; }
span { border-color: rgb(166,44,162); }
td.TdClassName
{
border-color: #A62CA2;
}
.TagClassName
{
border-color: #A62CA2;
}
</style>