Shades of Vivid Violet #A629A6
Tints of Vivid Violet #A629A6
RGB
CMYK
RGB Variations
Color information
#A629A6 (or 0xA629A6) is known color: Vivid Violet. HEX triplet: A6, 29 and A6. RGB value is (166,41,166). Sum of RGB (Red+Green+Blue) = 166+41+166=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A629A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A629A6 is #59D659. Grayscale: #5C5C5C. Windows color (decimal): -5887578 or 10889638. OLE color: 10889638.
HSL color Cylindrical-coordinate representation of color #A629A6: hue angle of 300º 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 #A629A6 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 166 | - |
| CMYK | 0 | 0.75 | 0 | 0.35 |
| HSL | 300º | 0.6% | 0.41% | - |
| HSV(B) | 300º | 0.75% | 0.65% | - |
| XYZ | 23.4 | 12.45 | 37.25 | - |
| YUV | 92.63 | 169.41 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 166 | 0 | 0.75 | 0 | 0.35 | 300 | 0.6 | 0.41 |
| Hex | A6 | 29 | A6 | 0 | 4B | 0 | 23 | 12C | 3C | 29 |
| Octal | 246 | 51 | 246 | 0 | 113 | 0 | 43 | 454 | 74 | 51 |
| Binary | 10100110 | 101001 | 10100110 | 0 | 1001011 | 0 | 100011 | 100101100 | 111100 | 101001 |
Color Harmonies of #A629A6
Complementary color
Monochromatic Colors of #A629A6
Black with #A629A6
Text Example
Text Example
White with #A629A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A629A6; }
p { color: rgb(166,41,166); }
H1.HeaderClassName
{
color: #A629A6;
}
.AnyTagClassName
{
color: #A629A6;
}
</style>
background-color css
<style>
a { background-color: #A629A6; }
a { background-color: rgb(166,41,166); }
div.DivClassName
{
background-color: #A629A6;
}
.BgClassName
{
background-color: #A629A6;
}
</style>
border-color css
<style>
span { border-color: #A629A6; }
span { border-color: rgb(166,41,166); }
td.TdClassName
{
border-color: #A629A6;
}
.TagClassName
{
border-color: #A629A6;
}
</style>