Shades of Vivid Violet #A12BA7
Tints of Vivid Violet #A12BA7
RGB
CMYK
RGB Variations
Color information
#A12BA7 (or 0xA12BA7) is known color: Vivid Violet. HEX triplet: A1, 2B and A7. RGB value is (161,43,167). Sum of RGB (Red+Green+Blue) = 161+43+167=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #A12BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BA7 is #5ED458. Grayscale: #5C5C5C. Windows color (decimal): -6214745 or 10955681. OLE color: 10955681.
HSL color Cylindrical-coordinate representation of color #A12BA7: hue angle of 297.1º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12BA7 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 43 | 167 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.35 |
| HSL | 297.1º | 0.59% | 0.41% | - |
| HSV(B) | 297.1º | 0.74% | 0.65% | - |
| XYZ | 22.54 | 12.09 | 37.71 | - |
| YUV | 92.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 167 | 0.04 | 0.74 | 0 | 0.35 | 297.1 | 0.59 | 0.41 |
| Hex | A1 | 2B | A7 | 4 | 4A | 0 | 23 | 129 | 3B | 29 |
| Octal | 241 | 53 | 247 | 4 | 112 | 0 | 43 | 451 | 73 | 51 |
| Binary | 10100001 | 101011 | 10100111 | 100 | 1001010 | 0 | 100011 | 100101001 | 111011 | 101001 |
Color Harmonies of #A12BA7
Complementary color
Monochromatic Colors of #A12BA7
Black with #A12BA7
Text Example
Text Example
White with #A12BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BA7; }
p { color: rgb(161,43,167); }
H1.HeaderClassName
{
color: #A12BA7;
}
.AnyTagClassName
{
color: #A12BA7;
}
</style>
background-color css
<style>
a { background-color: #A12BA7; }
a { background-color: rgb(161,43,167); }
div.DivClassName
{
background-color: #A12BA7;
}
.BgClassName
{
background-color: #A12BA7;
}
</style>
border-color css
<style>
span { border-color: #A12BA7; }
span { border-color: rgb(161,43,167); }
td.TdClassName
{
border-color: #A12BA7;
}
.TagClassName
{
border-color: #A12BA7;
}
</style>