Shades of Vivid Violet #A62AA3
Tints of Vivid Violet #A62AA3
RGB
CMYK
RGB Variations
Color information
#A62AA3 (or 0xA62AA3) is known color: Vivid Violet. HEX triplet: A6, 2A and A3. RGB value is (166,42,163). Sum of RGB (Red+Green+Blue) = 166+42+163=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A62AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62AA3 is #59D55C. Grayscale: #5C5C5C. Windows color (decimal): -5887325 or 10693286. OLE color: 10693286.
HSL color Cylindrical-coordinate representation of color #A62AA3: hue angle of 301.45º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62AA3 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 163 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.35 |
| HSL | 301.45º | 0.6% | 0.41% | - |
| HSV(B) | 301.45º | 0.75% | 0.65% | - |
| XYZ | 23.16 | 12.41 | 35.82 | - |
| YUV | 92.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 163 | 0 | 0.75 | 0.02 | 0.35 | 301.45 | 0.6 | 0.41 |
| Hex | A6 | 2A | A3 | 0 | 4B | 2 | 23 | 12D | 3C | 29 |
| Octal | 246 | 52 | 243 | 0 | 113 | 2 | 43 | 455 | 74 | 51 |
| Binary | 10100110 | 101010 | 10100011 | 0 | 1001011 | 10 | 100011 | 100101101 | 111100 | 101001 |
Color Harmonies of #A62AA3
Complementary color
Monochromatic Colors of #A62AA3
Black with #A62AA3
Text Example
Text Example
White with #A62AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62AA3; }
p { color: rgb(166,42,163); }
H1.HeaderClassName
{
color: #A62AA3;
}
.AnyTagClassName
{
color: #A62AA3;
}
</style>
background-color css
<style>
a { background-color: #A62AA3; }
a { background-color: rgb(166,42,163); }
div.DivClassName
{
background-color: #A62AA3;
}
.BgClassName
{
background-color: #A62AA3;
}
</style>
border-color css
<style>
span { border-color: #A62AA3; }
span { border-color: rgb(166,42,163); }
td.TdClassName
{
border-color: #A62AA3;
}
.TagClassName
{
border-color: #A62AA3;
}
</style>