Shades of Vivid Violet #A126A6
Tints of Vivid Violet #A126A6
RGB
CMYK
RGB Variations
Color information
#A126A6 (or 0xA126A6) is known color: Vivid Violet. HEX triplet: A1, 26 and A6. RGB value is (161,38,166). Sum of RGB (Red+Green+Blue) = 161+38+166=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 166 - color contains mainly: blue. Hex color #A126A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A126A6 is #5ED959. Grayscale: #585858. Windows color (decimal): -6216026 or 10888865. OLE color: 10888865.
HSL color Cylindrical-coordinate representation of color #A126A6: hue angle of 297.66º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A126A6 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 38 | 166 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.35 |
| HSL | 297.66º | 0.63% | 0.4% | - |
| HSV(B) | 297.66º | 0.77% | 0.65% | - |
| XYZ | 22.27 | 11.72 | 37.16 | - |
| YUV | 89.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 166 | 0.03 | 0.77 | 0 | 0.35 | 297.66 | 0.63 | 0.4 |
| Hex | A1 | 26 | A6 | 3 | 4D | 0 | 23 | 12A | 3F | 28 |
| Octal | 241 | 46 | 246 | 3 | 115 | 0 | 43 | 452 | 77 | 50 |
| Binary | 10100001 | 100110 | 10100110 | 11 | 1001101 | 0 | 100011 | 100101010 | 111111 | 101000 |
Color Harmonies of #A126A6
Complementary color
Monochromatic Colors of #A126A6
Black with #A126A6
Text Example
Text Example
White with #A126A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126A6; }
p { color: rgb(161,38,166); }
H1.HeaderClassName
{
color: #A126A6;
}
.AnyTagClassName
{
color: #A126A6;
}
</style>
background-color css
<style>
a { background-color: #A126A6; }
a { background-color: rgb(161,38,166); }
div.DivClassName
{
background-color: #A126A6;
}
.BgClassName
{
background-color: #A126A6;
}
</style>
border-color css
<style>
span { border-color: #A126A6; }
span { border-color: rgb(161,38,166); }
td.TdClassName
{
border-color: #A126A6;
}
.TagClassName
{
border-color: #A126A6;
}
</style>