Shades of Vivid Violet #A0359F
Tints of Vivid Violet #A0359F
RGB
CMYK
RGB Variations
Color information
#A0359F (or 0xA0359F) is known color: Vivid Violet. HEX triplet: A0, 35 and 9F. RGB value is (160,53,159). Sum of RGB (Red+Green+Blue) = 160+53+159=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0359F is #5FCA60. Grayscale: #606060. Windows color (decimal): -6277729 or 10433952. OLE color: 10433952.
HSL color Cylindrical-coordinate representation of color #A0359F: hue angle of 300.56º 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 #A0359F is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 159 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.37 |
| HSL | 300.56º | 0.5% | 0.42% | - |
| HSV(B) | 300.56º | 0.67% | 0.63% | - |
| XYZ | 22.03 | 12.52 | 34.06 | - |
| YUV | 97.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 159 | 0 | 0.67 | 0.01 | 0.37 | 300.56 | 0.5 | 0.42 |
| Hex | A0 | 35 | 9F | 0 | 43 | 1 | 25 | 12D | 32 | 2A |
| Octal | 240 | 65 | 237 | 0 | 103 | 1 | 45 | 455 | 62 | 52 |
| Binary | 10100000 | 110101 | 10011111 | 0 | 1000011 | 1 | 100101 | 100101101 | 110010 | 101010 |
Color Harmonies of #A0359F
Complementary color
Monochromatic Colors of #A0359F
Black with #A0359F
Text Example
Text Example
White with #A0359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0359F; }
p { color: rgb(160,53,159); }
H1.HeaderClassName
{
color: #A0359F;
}
.AnyTagClassName
{
color: #A0359F;
}
</style>
background-color css
<style>
a { background-color: #A0359F; }
a { background-color: rgb(160,53,159); }
div.DivClassName
{
background-color: #A0359F;
}
.BgClassName
{
background-color: #A0359F;
}
</style>
border-color css
<style>
span { border-color: #A0359F; }
span { border-color: rgb(160,53,159); }
td.TdClassName
{
border-color: #A0359F;
}
.TagClassName
{
border-color: #A0359F;
}
</style>