Shades of Vivid Violet #A62AA4
Tints of Vivid Violet #A62AA4
RGB
CMYK
RGB Variations
Color information
#A62AA4 (or 0xA62AA4) is known color: Vivid Violet. HEX triplet: A6, 2A and A4. RGB value is (166,42,164). Sum of RGB (Red+Green+Blue) = 166+42+164=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A62AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62AA4 is #59D55B. Grayscale: #5C5C5C. Windows color (decimal): -5887324 or 10758822. OLE color: 10758822.
HSL color Cylindrical-coordinate representation of color #A62AA4: hue angle of 300.97º 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 #A62AA4 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 164 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.35 |
| HSL | 300.97º | 0.6% | 0.41% | - |
| HSV(B) | 300.97º | 0.75% | 0.65% | - |
| XYZ | 23.25 | 12.44 | 36.3 | - |
| YUV | 92.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 164 | 0 | 0.75 | 0.01 | 0.35 | 300.97 | 0.6 | 0.41 |
| Hex | A6 | 2A | A4 | 0 | 4B | 1 | 23 | 12D | 3C | 29 |
| Octal | 246 | 52 | 244 | 0 | 113 | 1 | 43 | 455 | 74 | 51 |
| Binary | 10100110 | 101010 | 10100100 | 0 | 1001011 | 1 | 100011 | 100101101 | 111100 | 101001 |
Color Harmonies of #A62AA4
Complementary color
Monochromatic Colors of #A62AA4
Black with #A62AA4
Text Example
Text Example
White with #A62AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62AA4; }
p { color: rgb(166,42,164); }
H1.HeaderClassName
{
color: #A62AA4;
}
.AnyTagClassName
{
color: #A62AA4;
}
</style>
background-color css
<style>
a { background-color: #A62AA4; }
a { background-color: rgb(166,42,164); }
div.DivClassName
{
background-color: #A62AA4;
}
.BgClassName
{
background-color: #A62AA4;
}
</style>
border-color css
<style>
span { border-color: #A62AA4; }
span { border-color: rgb(166,42,164); }
td.TdClassName
{
border-color: #A62AA4;
}
.TagClassName
{
border-color: #A62AA4;
}
</style>