Shades of Vivid Violet #A0339B
Tints of Vivid Violet #A0339B
RGB
CMYK
RGB Variations
Color information
#A0339B (or 0xA0339B) is known color: Vivid Violet. HEX triplet: A0, 33 and 9B. RGB value is (160,51,155). Sum of RGB (Red+Green+Blue) = 160+51+155=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0339B is #5FCC64. Grayscale: #5F5F5F. Windows color (decimal): -6278245 or 10171296. OLE color: 10171296.
HSL color Cylindrical-coordinate representation of color #A0339B: hue angle of 302.75º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0339B is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 155 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.37 |
| HSL | 302.75º | 0.52% | 0.41% | - |
| HSV(B) | 302.75º | 0.68% | 0.63% | - |
| XYZ | 21.6 | 12.21 | 32.23 | - |
| YUV | 95.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 155 | 0 | 0.68 | 0.03 | 0.37 | 302.75 | 0.52 | 0.41 |
| Hex | A0 | 33 | 9B | 0 | 44 | 3 | 25 | 12F | 34 | 29 |
| Octal | 240 | 63 | 233 | 0 | 104 | 3 | 45 | 457 | 64 | 51 |
| Binary | 10100000 | 110011 | 10011011 | 0 | 1000100 | 11 | 100101 | 100101111 | 110100 | 101001 |
Color Harmonies of #A0339B
Complementary color
Monochromatic Colors of #A0339B
Black with #A0339B
Text Example
Text Example
White with #A0339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0339B; }
p { color: rgb(160,51,155); }
H1.HeaderClassName
{
color: #A0339B;
}
.AnyTagClassName
{
color: #A0339B;
}
</style>
background-color css
<style>
a { background-color: #A0339B; }
a { background-color: rgb(160,51,155); }
div.DivClassName
{
background-color: #A0339B;
}
.BgClassName
{
background-color: #A0339B;
}
</style>
border-color css
<style>
span { border-color: #A0339B; }
span { border-color: rgb(160,51,155); }
td.TdClassName
{
border-color: #A0339B;
}
.TagClassName
{
border-color: #A0339B;
}
</style>