Shades of Vivid Violet #A0389B
Tints of Vivid Violet #A0389B
RGB
CMYK
RGB Variations
Color information
#A0389B (or 0xA0389B) is known color: Vivid Violet. HEX triplet: A0, 38 and 9B. RGB value is (160,56,155). Sum of RGB (Red+Green+Blue) = 160+56+155=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0389B is #5FC764. Grayscale: #626262. Windows color (decimal): -6276965 or 10172576. OLE color: 10172576.
HSL color Cylindrical-coordinate representation of color #A0389B: hue angle of 302.88º 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 #A0389B is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 155 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.37 |
| HSL | 302.88º | 0.48% | 0.42% | - |
| HSV(B) | 302.88º | 0.65% | 0.63% | - |
| XYZ | 21.83 | 12.67 | 32.31 | - |
| YUV | 98.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 155 | 0 | 0.65 | 0.03 | 0.37 | 302.88 | 0.48 | 0.42 |
| Hex | A0 | 38 | 9B | 0 | 41 | 3 | 25 | 12F | 30 | 2A |
| Octal | 240 | 70 | 233 | 0 | 101 | 3 | 45 | 457 | 60 | 52 |
| Binary | 10100000 | 111000 | 10011011 | 0 | 1000001 | 11 | 100101 | 100101111 | 110000 | 101010 |
Color Harmonies of #A0389B
Complementary color
Monochromatic Colors of #A0389B
Black with #A0389B
Text Example
Text Example
White with #A0389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0389B; }
p { color: rgb(160,56,155); }
H1.HeaderClassName
{
color: #A0389B;
}
.AnyTagClassName
{
color: #A0389B;
}
</style>
background-color css
<style>
a { background-color: #A0389B; }
a { background-color: rgb(160,56,155); }
div.DivClassName
{
background-color: #A0389B;
}
.BgClassName
{
background-color: #A0389B;
}
</style>
border-color css
<style>
span { border-color: #A0389B; }
span { border-color: rgb(160,56,155); }
td.TdClassName
{
border-color: #A0389B;
}
.TagClassName
{
border-color: #A0389B;
}
</style>