Shades of Vivid Violet #A229A6
Tints of Vivid Violet #A229A6
RGB
CMYK
RGB Variations
Color information
#A229A6 (or 0xA229A6) is known color: Vivid Violet. HEX triplet: A2, 29 and A6. RGB value is (162,41,166). Sum of RGB (Red+Green+Blue) = 162+41+166=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #A229A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A229A6 is #5DD659. Grayscale: #5B5B5B. Windows color (decimal): -6149722 or 10889634. OLE color: 10889634.
HSL color Cylindrical-coordinate representation of color #A229A6: hue angle of 298.08º 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 #A229A6 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 41 | 166 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.35 |
| HSL | 298.08º | 0.6% | 0.41% | - |
| HSV(B) | 298.08º | 0.75% | 0.65% | - |
| XYZ | 22.58 | 12.02 | 37.21 | - |
| YUV | 91.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 166 | 0.02 | 0.75 | 0 | 0.35 | 298.08 | 0.6 | 0.41 |
| Hex | A2 | 29 | A6 | 2 | 4B | 0 | 23 | 12A | 3C | 29 |
| Octal | 242 | 51 | 246 | 2 | 113 | 0 | 43 | 452 | 74 | 51 |
| Binary | 10100010 | 101001 | 10100110 | 10 | 1001011 | 0 | 100011 | 100101010 | 111100 | 101001 |
Color Harmonies of #A229A6
Complementary color
Monochromatic Colors of #A229A6
Black with #A229A6
Text Example
Text Example
White with #A229A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229A6; }
p { color: rgb(162,41,166); }
H1.HeaderClassName
{
color: #A229A6;
}
.AnyTagClassName
{
color: #A229A6;
}
</style>
background-color css
<style>
a { background-color: #A229A6; }
a { background-color: rgb(162,41,166); }
div.DivClassName
{
background-color: #A229A6;
}
.BgClassName
{
background-color: #A229A6;
}
</style>
border-color css
<style>
span { border-color: #A229A6; }
span { border-color: rgb(162,41,166); }
td.TdClassName
{
border-color: #A229A6;
}
.TagClassName
{
border-color: #A229A6;
}
</style>