Shades of Vivid Violet #A0279D
Tints of Vivid Violet #A0279D
RGB
CMYK
RGB Variations
Color information
#A0279D (or 0xA0279D) is known color: Vivid Violet. HEX triplet: A0, 27 and 9D. RGB value is (160,39,157). Sum of RGB (Red+Green+Blue) = 160+39+157=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0279D is #5FD862. Grayscale: #585858. Windows color (decimal): -6281315 or 10299296. OLE color: 10299296.
HSL color Cylindrical-coordinate representation of color #A0279D: hue angle of 301.49º 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 #A0279D is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 157 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.37 |
| HSL | 301.49º | 0.61% | 0.39% | - |
| HSV(B) | 301.49º | 0.76% | 0.63% | - |
| XYZ | 21.31 | 11.36 | 32.97 | - |
| YUV | 88.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 157 | 0 | 0.76 | 0.02 | 0.37 | 301.49 | 0.61 | 0.39 |
| Hex | A0 | 27 | 9D | 0 | 4C | 2 | 25 | 12D | 3D | 27 |
| Octal | 240 | 47 | 235 | 0 | 114 | 2 | 45 | 455 | 75 | 47 |
| Binary | 10100000 | 100111 | 10011101 | 0 | 1001100 | 10 | 100101 | 100101101 | 111101 | 100111 |
Color Harmonies of #A0279D
Complementary color
Monochromatic Colors of #A0279D
Black with #A0279D
Text Example
Text Example
White with #A0279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0279D; }
p { color: rgb(160,39,157); }
H1.HeaderClassName
{
color: #A0279D;
}
.AnyTagClassName
{
color: #A0279D;
}
</style>
background-color css
<style>
a { background-color: #A0279D; }
a { background-color: rgb(160,39,157); }
div.DivClassName
{
background-color: #A0279D;
}
.BgClassName
{
background-color: #A0279D;
}
</style>
border-color css
<style>
span { border-color: #A0279D; }
span { border-color: rgb(160,39,157); }
td.TdClassName
{
border-color: #A0279D;
}
.TagClassName
{
border-color: #A0279D;
}
</style>