Shades of Vivid Violet #A0309D
Tints of Vivid Violet #A0309D
RGB
CMYK
RGB Variations
Color information
#A0309D (or 0xA0309D) is known color: Vivid Violet. HEX triplet: A0, 30 and 9D. RGB value is (160,48,157). Sum of RGB (Red+Green+Blue) = 160+48+157=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A0309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0309D is #5FCF62. Grayscale: #5D5D5D. Windows color (decimal): -6279011 or 10301600. OLE color: 10301600.
HSL color Cylindrical-coordinate representation of color #A0309D: hue angle of 301.61º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0309D is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 157 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.37 |
| HSL | 301.61º | 0.54% | 0.41% | - |
| HSV(B) | 301.61º | 0.7% | 0.63% | - |
| XYZ | 21.64 | 12.02 | 33.08 | - |
| YUV | 93.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 157 | 0 | 0.70 | 0.02 | 0.37 | 301.61 | 0.54 | 0.41 |
| Hex | A0 | 30 | 9D | 0 | 46 | 2 | 25 | 12E | 36 | 29 |
| Octal | 240 | 60 | 235 | 0 | 106 | 2 | 45 | 456 | 66 | 51 |
| Binary | 10100000 | 110000 | 10011101 | 0 | 1000110 | 10 | 100101 | 100101110 | 110110 | 101001 |
Color Harmonies of #A0309D
Complementary color
Monochromatic Colors of #A0309D
Black with #A0309D
Text Example
Text Example
White with #A0309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0309D; }
p { color: rgb(160,48,157); }
H1.HeaderClassName
{
color: #A0309D;
}
.AnyTagClassName
{
color: #A0309D;
}
</style>
background-color css
<style>
a { background-color: #A0309D; }
a { background-color: rgb(160,48,157); }
div.DivClassName
{
background-color: #A0309D;
}
.BgClassName
{
background-color: #A0309D;
}
</style>
border-color css
<style>
span { border-color: #A0309D; }
span { border-color: rgb(160,48,157); }
td.TdClassName
{
border-color: #A0309D;
}
.TagClassName
{
border-color: #A0309D;
}
</style>