Shades of Vivid Violet #A0289F
Tints of Vivid Violet #A0289F
RGB
CMYK
RGB Variations
Color information
#A0289F (or 0xA0289F) is known color: Vivid Violet. HEX triplet: A0, 28 and 9F. RGB value is (160,40,159). Sum of RGB (Red+Green+Blue) = 160+40+159=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A0289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0289F is #5FD760. Grayscale: #595959. Windows color (decimal): -6281057 or 10430624. OLE color: 10430624.
HSL color Cylindrical-coordinate representation of color #A0289F: hue angle of 300.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 #A0289F is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 159 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.37 |
| HSL | 300.5º | 0.6% | 0.39% | - |
| HSV(B) | 300.5º | 0.75% | 0.63% | - |
| XYZ | 21.51 | 11.49 | 33.89 | - |
| YUV | 89.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 159 | 0 | 0.75 | 0.01 | 0.37 | 300.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 9F | 0 | 4B | 1 | 25 | 12C | 3C | 27 |
| Octal | 240 | 50 | 237 | 0 | 113 | 1 | 45 | 454 | 74 | 47 |
| Binary | 10100000 | 101000 | 10011111 | 0 | 1001011 | 1 | 100101 | 100101100 | 111100 | 100111 |
Color Harmonies of #A0289F
Complementary color
Monochromatic Colors of #A0289F
Black with #A0289F
Text Example
Text Example
White with #A0289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0289F; }
p { color: rgb(160,40,159); }
H1.HeaderClassName
{
color: #A0289F;
}
.AnyTagClassName
{
color: #A0289F;
}
</style>
background-color css
<style>
a { background-color: #A0289F; }
a { background-color: rgb(160,40,159); }
div.DivClassName
{
background-color: #A0289F;
}
.BgClassName
{
background-color: #A0289F;
}
</style>
border-color css
<style>
span { border-color: #A0289F; }
span { border-color: rgb(160,40,159); }
td.TdClassName
{
border-color: #A0289F;
}
.TagClassName
{
border-color: #A0289F;
}
</style>