Shades of Vivid Violet #A1289C
Tints of Vivid Violet #A1289C
RGB
CMYK
RGB Variations
Color information
#A1289C (or 0xA1289C) is known color: Vivid Violet. HEX triplet: A1, 28 and 9C. RGB value is (161,40,156). Sum of RGB (Red+Green+Blue) = 161+40+156=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1289C is #5ED763. Grayscale: #595959. Windows color (decimal): -6215524 or 10234017. OLE color: 10234017.
HSL color Cylindrical-coordinate representation of color #A1289C: hue angle of 302.48º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1289C is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 156 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.37 |
| HSL | 302.48º | 0.6% | 0.39% | - |
| HSV(B) | 302.48º | 0.75% | 0.63% | - |
| XYZ | 21.46 | 11.49 | 32.54 | - |
| YUV | 89.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 156 | 0 | 0.75 | 0.03 | 0.37 | 302.48 | 0.6 | 0.39 |
| Hex | A1 | 28 | 9C | 0 | 4B | 3 | 25 | 12E | 3C | 27 |
| Octal | 241 | 50 | 234 | 0 | 113 | 3 | 45 | 456 | 74 | 47 |
| Binary | 10100001 | 101000 | 10011100 | 0 | 1001011 | 11 | 100101 | 100101110 | 111100 | 100111 |
Color Harmonies of #A1289C
Complementary color
Monochromatic Colors of #A1289C
Black with #A1289C
Text Example
Text Example
White with #A1289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1289C; }
p { color: rgb(161,40,156); }
H1.HeaderClassName
{
color: #A1289C;
}
.AnyTagClassName
{
color: #A1289C;
}
</style>
background-color css
<style>
a { background-color: #A1289C; }
a { background-color: rgb(161,40,156); }
div.DivClassName
{
background-color: #A1289C;
}
.BgClassName
{
background-color: #A1289C;
}
</style>
border-color css
<style>
span { border-color: #A1289C; }
span { border-color: rgb(161,40,156); }
td.TdClassName
{
border-color: #A1289C;
}
.TagClassName
{
border-color: #A1289C;
}
</style>