Shades of Vivid Violet #A62EA5
Tints of Vivid Violet #A62EA5
RGB
CMYK
RGB Variations
Color information
#A62EA5 (or 0xA62EA5) is known color: Vivid Violet. HEX triplet: A6, 2E and A5. RGB value is (166,46,165). Sum of RGB (Red+Green+Blue) = 166+46+165=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A62EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62EA5 is #59D15A. Grayscale: #5F5F5F. Windows color (decimal): -5886299 or 10825382. OLE color: 10825382.
HSL color Cylindrical-coordinate representation of color #A62EA5: hue angle of 300.5º 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 #A62EA5 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 46 | 165 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.35 |
| HSL | 300.5º | 0.57% | 0.42% | - |
| HSV(B) | 300.5º | 0.72% | 0.65% | - |
| XYZ | 23.49 | 12.78 | 36.83 | - |
| YUV | 95.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 165 | 0 | 0.72 | 0.01 | 0.35 | 300.5 | 0.57 | 0.42 |
| Hex | A6 | 2E | A5 | 0 | 48 | 1 | 23 | 12C | 39 | 2A |
| Octal | 246 | 56 | 245 | 0 | 110 | 1 | 43 | 454 | 71 | 52 |
| Binary | 10100110 | 101110 | 10100101 | 0 | 1001000 | 1 | 100011 | 100101100 | 111001 | 101010 |
Color Harmonies of #A62EA5
Complementary color
Monochromatic Colors of #A62EA5
Black with #A62EA5
Text Example
Text Example
White with #A62EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62EA5; }
p { color: rgb(166,46,165); }
H1.HeaderClassName
{
color: #A62EA5;
}
.AnyTagClassName
{
color: #A62EA5;
}
</style>
background-color css
<style>
a { background-color: #A62EA5; }
a { background-color: rgb(166,46,165); }
div.DivClassName
{
background-color: #A62EA5;
}
.BgClassName
{
background-color: #A62EA5;
}
</style>
border-color css
<style>
span { border-color: #A62EA5; }
span { border-color: rgb(166,46,165); }
td.TdClassName
{
border-color: #A62EA5;
}
.TagClassName
{
border-color: #A62EA5;
}
</style>