Shades of Vivid Violet #A0359D
Tints of Vivid Violet #A0359D
RGB
CMYK
RGB Variations
Color information
#A0359D (or 0xA0359D) is known color: Vivid Violet. HEX triplet: A0, 35 and 9D. RGB value is (160,53,157). Sum of RGB (Red+Green+Blue) = 160+53+157=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0359D is #5FCA62. Grayscale: #606060. Windows color (decimal): -6277731 or 10302880. OLE color: 10302880.
HSL color Cylindrical-coordinate representation of color #A0359D: hue angle of 301.68º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0359D is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 157 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.37 |
| HSL | 301.68º | 0.5% | 0.42% | - |
| HSV(B) | 301.68º | 0.67% | 0.63% | - |
| XYZ | 21.86 | 12.45 | 33.15 | - |
| YUV | 96.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 157 | 0 | 0.67 | 0.02 | 0.37 | 301.68 | 0.5 | 0.42 |
| Hex | A0 | 35 | 9D | 0 | 43 | 2 | 25 | 12E | 32 | 2A |
| Octal | 240 | 65 | 235 | 0 | 103 | 2 | 45 | 456 | 62 | 52 |
| Binary | 10100000 | 110101 | 10011101 | 0 | 1000011 | 10 | 100101 | 100101110 | 110010 | 101010 |
Color Harmonies of #A0359D
Complementary color
Monochromatic Colors of #A0359D
Black with #A0359D
Text Example
Text Example
White with #A0359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0359D; }
p { color: rgb(160,53,157); }
H1.HeaderClassName
{
color: #A0359D;
}
.AnyTagClassName
{
color: #A0359D;
}
</style>
background-color css
<style>
a { background-color: #A0359D; }
a { background-color: rgb(160,53,157); }
div.DivClassName
{
background-color: #A0359D;
}
.BgClassName
{
background-color: #A0359D;
}
</style>
border-color css
<style>
span { border-color: #A0359D; }
span { border-color: rgb(160,53,157); }
td.TdClassName
{
border-color: #A0359D;
}
.TagClassName
{
border-color: #A0359D;
}
</style>