Shades of Vivid Violet #A0389E
Tints of Vivid Violet #A0389E
RGB
CMYK
RGB Variations
Color information
#A0389E (or 0xA0389E) is known color: Vivid Violet. HEX triplet: A0, 38 and 9E. RGB value is (160,56,158). Sum of RGB (Red+Green+Blue) = 160+56+158=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0389E is #5FC761. Grayscale: #626262. Windows color (decimal): -6276962 or 10369184. OLE color: 10369184.
HSL color Cylindrical-coordinate representation of color #A0389E: hue angle of 301.15º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0389E is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 158 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.37 |
| HSL | 301.15º | 0.48% | 0.42% | - |
| HSV(B) | 301.15º | 0.65% | 0.63% | - |
| XYZ | 22.08 | 12.77 | 33.65 | - |
| YUV | 98.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 158 | 0 | 0.65 | 0.01 | 0.37 | 301.15 | 0.48 | 0.42 |
| Hex | A0 | 38 | 9E | 0 | 41 | 1 | 25 | 12D | 30 | 2A |
| Octal | 240 | 70 | 236 | 0 | 101 | 1 | 45 | 455 | 60 | 52 |
| Binary | 10100000 | 111000 | 10011110 | 0 | 1000001 | 1 | 100101 | 100101101 | 110000 | 101010 |
Color Harmonies of #A0389E
Complementary color
Monochromatic Colors of #A0389E
Black with #A0389E
Text Example
Text Example
White with #A0389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0389E; }
p { color: rgb(160,56,158); }
H1.HeaderClassName
{
color: #A0389E;
}
.AnyTagClassName
{
color: #A0389E;
}
</style>
background-color css
<style>
a { background-color: #A0389E; }
a { background-color: rgb(160,56,158); }
div.DivClassName
{
background-color: #A0389E;
}
.BgClassName
{
background-color: #A0389E;
}
</style>
border-color css
<style>
span { border-color: #A0389E; }
span { border-color: rgb(160,56,158); }
td.TdClassName
{
border-color: #A0389E;
}
.TagClassName
{
border-color: #A0389E;
}
</style>