Shades of Vivid Violet #A62EA4
Tints of Vivid Violet #A62EA4
RGB
CMYK
RGB Variations
Color information
#A62EA4 (or 0xA62EA4) is known color: Vivid Violet. HEX triplet: A6, 2E and A4. RGB value is (166,46,164). Sum of RGB (Red+Green+Blue) = 166+46+164=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A62EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62EA4 is #59D15B. Grayscale: #5E5E5E. Windows color (decimal): -5886300 or 10759846. OLE color: 10759846.
HSL color Cylindrical-coordinate representation of color #A62EA4: hue angle of 301º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62EA4 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 46 | 164 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.35 |
| HSL | 301º | 0.57% | 0.42% | - |
| HSV(B) | 301º | 0.72% | 0.65% | - |
| XYZ | 23.4 | 12.74 | 36.35 | - |
| YUV | 95.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 164 | 0 | 0.72 | 0.01 | 0.35 | 301 | 0.57 | 0.42 |
| Hex | A6 | 2E | A4 | 0 | 48 | 1 | 23 | 12D | 39 | 2A |
| Octal | 246 | 56 | 244 | 0 | 110 | 1 | 43 | 455 | 71 | 52 |
| Binary | 10100110 | 101110 | 10100100 | 0 | 1001000 | 1 | 100011 | 100101101 | 111001 | 101010 |
Color Harmonies of #A62EA4
Complementary color
Monochromatic Colors of #A62EA4
Black with #A62EA4
Text Example
Text Example
White with #A62EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62EA4; }
p { color: rgb(166,46,164); }
H1.HeaderClassName
{
color: #A62EA4;
}
.AnyTagClassName
{
color: #A62EA4;
}
</style>
background-color css
<style>
a { background-color: #A62EA4; }
a { background-color: rgb(166,46,164); }
div.DivClassName
{
background-color: #A62EA4;
}
.BgClassName
{
background-color: #A62EA4;
}
</style>
border-color css
<style>
span { border-color: #A62EA4; }
span { border-color: rgb(166,46,164); }
td.TdClassName
{
border-color: #A62EA4;
}
.TagClassName
{
border-color: #A62EA4;
}
</style>