Shades of Vivid Violet #A0369D
Tints of Vivid Violet #A0369D
RGB
CMYK
RGB Variations
Color information
#A0369D (or 0xA0369D) is known color: Vivid Violet. HEX triplet: A0, 36 and 9D. RGB value is (160,54,157). Sum of RGB (Red+Green+Blue) = 160+54+157=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0369D is #5FC962. Grayscale: #616161. Windows color (decimal): -6277475 or 10303136. OLE color: 10303136.
HSL color Cylindrical-coordinate representation of color #A0369D: hue angle of 301.7º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0369D is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 157 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.37 |
| HSL | 301.7º | 0.5% | 0.42% | - |
| HSV(B) | 301.7º | 0.66% | 0.63% | - |
| XYZ | 21.9 | 12.55 | 33.17 | - |
| YUV | 97.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 157 | 0 | 0.66 | 0.02 | 0.37 | 301.7 | 0.5 | 0.42 |
| Hex | A0 | 36 | 9D | 0 | 42 | 2 | 25 | 12E | 32 | 2A |
| Octal | 240 | 66 | 235 | 0 | 102 | 2 | 45 | 456 | 62 | 52 |
| Binary | 10100000 | 110110 | 10011101 | 0 | 1000010 | 10 | 100101 | 100101110 | 110010 | 101010 |
Color Harmonies of #A0369D
Complementary color
Monochromatic Colors of #A0369D
Black with #A0369D
Text Example
Text Example
White with #A0369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0369D; }
p { color: rgb(160,54,157); }
H1.HeaderClassName
{
color: #A0369D;
}
.AnyTagClassName
{
color: #A0369D;
}
</style>
background-color css
<style>
a { background-color: #A0369D; }
a { background-color: rgb(160,54,157); }
div.DivClassName
{
background-color: #A0369D;
}
.BgClassName
{
background-color: #A0369D;
}
</style>
border-color css
<style>
span { border-color: #A0369D; }
span { border-color: rgb(160,54,157); }
td.TdClassName
{
border-color: #A0369D;
}
.TagClassName
{
border-color: #A0369D;
}
</style>