Shades of Vivid Violet #A0289D
Tints of Vivid Violet #A0289D
RGB
CMYK
RGB Variations
Color information
#A0289D (or 0xA0289D) is known color: Vivid Violet. HEX triplet: A0, 28 and 9D. RGB value is (160,40,157). Sum of RGB (Red+Green+Blue) = 160+40+157=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0289D is #5FD762. Grayscale: #585858. Windows color (decimal): -6281059 or 10299552. OLE color: 10299552.
HSL color Cylindrical-coordinate representation of color #A0289D: hue angle of 301.5º 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 #A0289D is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 157 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.37 |
| HSL | 301.5º | 0.6% | 0.39% | - |
| HSV(B) | 301.5º | 0.75% | 0.63% | - |
| XYZ | 21.34 | 11.43 | 32.98 | - |
| YUV | 89.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 157 | 0 | 0.75 | 0.02 | 0.37 | 301.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 9D | 0 | 4B | 2 | 25 | 12E | 3C | 27 |
| Octal | 240 | 50 | 235 | 0 | 113 | 2 | 45 | 456 | 74 | 47 |
| Binary | 10100000 | 101000 | 10011101 | 0 | 1001011 | 10 | 100101 | 100101110 | 111100 | 100111 |
Color Harmonies of #A0289D
Complementary color
Monochromatic Colors of #A0289D
Black with #A0289D
Text Example
Text Example
White with #A0289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0289D; }
p { color: rgb(160,40,157); }
H1.HeaderClassName
{
color: #A0289D;
}
.AnyTagClassName
{
color: #A0289D;
}
</style>
background-color css
<style>
a { background-color: #A0289D; }
a { background-color: rgb(160,40,157); }
div.DivClassName
{
background-color: #A0289D;
}
.BgClassName
{
background-color: #A0289D;
}
</style>
border-color css
<style>
span { border-color: #A0289D; }
span { border-color: rgb(160,40,157); }
td.TdClassName
{
border-color: #A0289D;
}
.TagClassName
{
border-color: #A0289D;
}
</style>