Shades of Vivid Violet #A126A4
Tints of Vivid Violet #A126A4
RGB
CMYK
RGB Variations
Color information
#A126A4 (or 0xA126A4) is known color: Vivid Violet. HEX triplet: A1, 26 and A4. RGB value is (161,38,164). Sum of RGB (Red+Green+Blue) = 161+38+164=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #A126A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A126A4 is #5ED95B. Grayscale: #585858. Windows color (decimal): -6216028 or 10757793. OLE color: 10757793.
HSL color Cylindrical-coordinate representation of color #A126A4: hue angle of 298.57º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A126A4 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 38 | 164 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.36 |
| HSL | 298.57º | 0.62% | 0.4% | - |
| HSV(B) | 298.57º | 0.77% | 0.64% | - |
| XYZ | 22.09 | 11.64 | 36.21 | - |
| YUV | 89.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 164 | 0.02 | 0.77 | 0 | 0.36 | 298.57 | 0.62 | 0.4 |
| Hex | A1 | 26 | A4 | 2 | 4D | 0 | 24 | 12B | 3E | 28 |
| Octal | 241 | 46 | 244 | 2 | 115 | 0 | 44 | 453 | 76 | 50 |
| Binary | 10100001 | 100110 | 10100100 | 10 | 1001101 | 0 | 100100 | 100101011 | 111110 | 101000 |
Color Harmonies of #A126A4
Complementary color
Monochromatic Colors of #A126A4
Black with #A126A4
Text Example
Text Example
White with #A126A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126A4; }
p { color: rgb(161,38,164); }
H1.HeaderClassName
{
color: #A126A4;
}
.AnyTagClassName
{
color: #A126A4;
}
</style>
background-color css
<style>
a { background-color: #A126A4; }
a { background-color: rgb(161,38,164); }
div.DivClassName
{
background-color: #A126A4;
}
.BgClassName
{
background-color: #A126A4;
}
</style>
border-color css
<style>
span { border-color: #A126A4; }
span { border-color: rgb(161,38,164); }
td.TdClassName
{
border-color: #A126A4;
}
.TagClassName
{
border-color: #A126A4;
}
</style>