Shades of Vivid Violet #A0299D
Tints of Vivid Violet #A0299D
RGB
CMYK
RGB Variations
Color information
#A0299D (or 0xA0299D) is known color: Vivid Violet. HEX triplet: A0, 29 and 9D. RGB value is (160,41,157). Sum of RGB (Red+Green+Blue) = 160+41+157=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0299D is #5FD662. Grayscale: #595959. Windows color (decimal): -6280803 or 10299808. OLE color: 10299808.
HSL color Cylindrical-coordinate representation of color #A0299D: hue angle of 301.51º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0299D is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 157 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.37 |
| HSL | 301.51º | 0.59% | 0.39% | - |
| HSV(B) | 301.51º | 0.74% | 0.63% | - |
| XYZ | 21.38 | 11.49 | 32.99 | - |
| YUV | 89.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 157 | 0 | 0.74 | 0.02 | 0.37 | 301.51 | 0.59 | 0.39 |
| Hex | A0 | 29 | 9D | 0 | 4A | 2 | 25 | 12E | 3B | 27 |
| Octal | 240 | 51 | 235 | 0 | 112 | 2 | 45 | 456 | 73 | 47 |
| Binary | 10100000 | 101001 | 10011101 | 0 | 1001010 | 10 | 100101 | 100101110 | 111011 | 100111 |
Color Harmonies of #A0299D
Complementary color
Monochromatic Colors of #A0299D
Black with #A0299D
Text Example
Text Example
White with #A0299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0299D; }
p { color: rgb(160,41,157); }
H1.HeaderClassName
{
color: #A0299D;
}
.AnyTagClassName
{
color: #A0299D;
}
</style>
background-color css
<style>
a { background-color: #A0299D; }
a { background-color: rgb(160,41,157); }
div.DivClassName
{
background-color: #A0299D;
}
.BgClassName
{
background-color: #A0299D;
}
</style>
border-color css
<style>
span { border-color: #A0299D; }
span { border-color: rgb(160,41,157); }
td.TdClassName
{
border-color: #A0299D;
}
.TagClassName
{
border-color: #A0299D;
}
</style>