Shades of Vivid Violet #A126A3
Tints of Vivid Violet #A126A3
RGB
CMYK
RGB Variations
Color information
#A126A3 (or 0xA126A3) is known color: Vivid Violet. HEX triplet: A1, 26 and A3. RGB value is (161,38,163). Sum of RGB (Red+Green+Blue) = 161+38+163=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #A126A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A126A3 is #5ED95C. Grayscale: #585858. Windows color (decimal): -6216029 or 10692257. OLE color: 10692257.
HSL color Cylindrical-coordinate representation of color #A126A3: hue angle of 299.04º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A126A3 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 38 | 163 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.36 |
| HSL | 299.04º | 0.62% | 0.39% | - |
| HSV(B) | 299.04º | 0.77% | 0.64% | - |
| XYZ | 22 | 11.61 | 35.73 | - |
| YUV | 89.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 163 | 0.01 | 0.77 | 0 | 0.36 | 299.04 | 0.62 | 0.39 |
| Hex | A1 | 26 | A3 | 1 | 4D | 0 | 24 | 12B | 3E | 27 |
| Octal | 241 | 46 | 243 | 1 | 115 | 0 | 44 | 453 | 76 | 47 |
| Binary | 10100001 | 100110 | 10100011 | 1 | 1001101 | 0 | 100100 | 100101011 | 111110 | 100111 |
Color Harmonies of #A126A3
Complementary color
Monochromatic Colors of #A126A3
Black with #A126A3
Text Example
Text Example
White with #A126A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126A3; }
p { color: rgb(161,38,163); }
H1.HeaderClassName
{
color: #A126A3;
}
.AnyTagClassName
{
color: #A126A3;
}
</style>
background-color css
<style>
a { background-color: #A126A3; }
a { background-color: rgb(161,38,163); }
div.DivClassName
{
background-color: #A126A3;
}
.BgClassName
{
background-color: #A126A3;
}
</style>
border-color css
<style>
span { border-color: #A126A3; }
span { border-color: rgb(161,38,163); }
td.TdClassName
{
border-color: #A126A3;
}
.TagClassName
{
border-color: #A126A3;
}
</style>