Shades of Vivid Violet #A1279B
Tints of Vivid Violet #A1279B
RGB
CMYK
RGB Variations
Color information
#A1279B (or 0xA1279B) is known color: Vivid Violet. HEX triplet: A1, 27 and 9B. RGB value is (161,39,155). Sum of RGB (Red+Green+Blue) = 161+39+155=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1279B is #5ED864. Grayscale: #585858. Windows color (decimal): -6215781 or 10168225. OLE color: 10168225.
HSL color Cylindrical-coordinate representation of color #A1279B: hue angle of 302.95º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1279B is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 155 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.37 |
| HSL | 302.95º | 0.61% | 0.39% | - |
| HSV(B) | 302.95º | 0.76% | 0.63% | - |
| XYZ | 21.34 | 11.39 | 32.09 | - |
| YUV | 88.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 155 | 0 | 0.76 | 0.04 | 0.37 | 302.95 | 0.61 | 0.39 |
| Hex | A1 | 27 | 9B | 0 | 4C | 4 | 25 | 12F | 3D | 27 |
| Octal | 241 | 47 | 233 | 0 | 114 | 4 | 45 | 457 | 75 | 47 |
| Binary | 10100001 | 100111 | 10011011 | 0 | 1001100 | 100 | 100101 | 100101111 | 111101 | 100111 |
Color Harmonies of #A1279B
Complementary color
Monochromatic Colors of #A1279B
Black with #A1279B
Text Example
Text Example
White with #A1279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1279B; }
p { color: rgb(161,39,155); }
H1.HeaderClassName
{
color: #A1279B;
}
.AnyTagClassName
{
color: #A1279B;
}
</style>
background-color css
<style>
a { background-color: #A1279B; }
a { background-color: rgb(161,39,155); }
div.DivClassName
{
background-color: #A1279B;
}
.BgClassName
{
background-color: #A1279B;
}
</style>
border-color css
<style>
span { border-color: #A1279B; }
span { border-color: rgb(161,39,155); }
td.TdClassName
{
border-color: #A1279B;
}
.TagClassName
{
border-color: #A1279B;
}
</style>