Shades of Vivid Violet #A62DA2
Tints of Vivid Violet #A62DA2
RGB
CMYK
RGB Variations
Color information
#A62DA2 (or 0xA62DA2) is known color: Vivid Violet. HEX triplet: A6, 2D and A2. RGB value is (166,45,162). Sum of RGB (Red+Green+Blue) = 166+45+162=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A62DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DA2 is #59D25D. Grayscale: #5E5E5E. Windows color (decimal): -5886558 or 10628518. OLE color: 10628518.
HSL color Cylindrical-coordinate representation of color #A62DA2: hue angle of 301.98º degrees, saturation: 0.57, 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 #A62DA2 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 162 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.35 |
| HSL | 301.98º | 0.57% | 0.41% | - |
| HSV(B) | 301.98º | 0.73% | 0.65% | - |
| XYZ | 23.19 | 12.59 | 35.39 | - |
| YUV | 94.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 162 | 0 | 0.73 | 0.02 | 0.35 | 301.98 | 0.57 | 0.41 |
| Hex | A6 | 2D | A2 | 0 | 49 | 2 | 23 | 12E | 39 | 29 |
| Octal | 246 | 55 | 242 | 0 | 111 | 2 | 43 | 456 | 71 | 51 |
| Binary | 10100110 | 101101 | 10100010 | 0 | 1001001 | 10 | 100011 | 100101110 | 111001 | 101001 |
Color Harmonies of #A62DA2
Complementary color
Monochromatic Colors of #A62DA2
Black with #A62DA2
Text Example
Text Example
White with #A62DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DA2; }
p { color: rgb(166,45,162); }
H1.HeaderClassName
{
color: #A62DA2;
}
.AnyTagClassName
{
color: #A62DA2;
}
</style>
background-color css
<style>
a { background-color: #A62DA2; }
a { background-color: rgb(166,45,162); }
div.DivClassName
{
background-color: #A62DA2;
}
.BgClassName
{
background-color: #A62DA2;
}
</style>
border-color css
<style>
span { border-color: #A62DA2; }
span { border-color: rgb(166,45,162); }
td.TdClassName
{
border-color: #A62DA2;
}
.TagClassName
{
border-color: #A62DA2;
}
</style>