Shades of Vivid Violet #A0389D
Tints of Vivid Violet #A0389D
RGB
CMYK
RGB Variations
Color information
#A0389D (or 0xA0389D) is known color: Vivid Violet. HEX triplet: A0, 38 and 9D. RGB value is (160,56,157). Sum of RGB (Red+Green+Blue) = 160+56+157=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0389D is #5FC762. Grayscale: #626262. Windows color (decimal): -6276963 or 10303648. OLE color: 10303648.
HSL color Cylindrical-coordinate representation of color #A0389D: hue angle of 301.73º 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 #A0389D is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 157 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.37 |
| HSL | 301.73º | 0.48% | 0.42% | - |
| HSV(B) | 301.73º | 0.65% | 0.63% | - |
| XYZ | 22 | 12.74 | 33.2 | - |
| YUV | 98.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 157 | 0 | 0.65 | 0.02 | 0.37 | 301.73 | 0.48 | 0.42 |
| Hex | A0 | 38 | 9D | 0 | 41 | 2 | 25 | 12E | 30 | 2A |
| Octal | 240 | 70 | 235 | 0 | 101 | 2 | 45 | 456 | 60 | 52 |
| Binary | 10100000 | 111000 | 10011101 | 0 | 1000001 | 10 | 100101 | 100101110 | 110000 | 101010 |
Color Harmonies of #A0389D
Complementary color
Monochromatic Colors of #A0389D
Black with #A0389D
Text Example
Text Example
White with #A0389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0389D; }
p { color: rgb(160,56,157); }
H1.HeaderClassName
{
color: #A0389D;
}
.AnyTagClassName
{
color: #A0389D;
}
</style>
background-color css
<style>
a { background-color: #A0389D; }
a { background-color: rgb(160,56,157); }
div.DivClassName
{
background-color: #A0389D;
}
.BgClassName
{
background-color: #A0389D;
}
</style>
border-color css
<style>
span { border-color: #A0389D; }
span { border-color: rgb(160,56,157); }
td.TdClassName
{
border-color: #A0389D;
}
.TagClassName
{
border-color: #A0389D;
}
</style>