Shades of Vivid Violet #A0369C
Tints of Vivid Violet #A0369C
RGB
CMYK
RGB Variations
Color information
#A0369C (or 0xA0369C) is known color: Vivid Violet. HEX triplet: A0, 36 and 9C. RGB value is (160,54,156). Sum of RGB (Red+Green+Blue) = 160+54+156=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0369C is #5FC963. Grayscale: #616161. Windows color (decimal): -6277476 or 10237600. OLE color: 10237600.
HSL color Cylindrical-coordinate representation of color #A0369C: hue angle of 302.26º 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 #A0369C is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 156 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.37 |
| HSL | 302.26º | 0.5% | 0.42% | - |
| HSV(B) | 302.26º | 0.66% | 0.63% | - |
| XYZ | 21.82 | 12.51 | 32.72 | - |
| YUV | 97.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 156 | 0 | 0.66 | 0.02 | 0.37 | 302.26 | 0.5 | 0.42 |
| Hex | A0 | 36 | 9C | 0 | 42 | 2 | 25 | 12E | 32 | 2A |
| Octal | 240 | 66 | 234 | 0 | 102 | 2 | 45 | 456 | 62 | 52 |
| Binary | 10100000 | 110110 | 10011100 | 0 | 1000010 | 10 | 100101 | 100101110 | 110010 | 101010 |
Color Harmonies of #A0369C
Complementary color
Monochromatic Colors of #A0369C
Black with #A0369C
Text Example
Text Example
White with #A0369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0369C; }
p { color: rgb(160,54,156); }
H1.HeaderClassName
{
color: #A0369C;
}
.AnyTagClassName
{
color: #A0369C;
}
</style>
background-color css
<style>
a { background-color: #A0369C; }
a { background-color: rgb(160,54,156); }
div.DivClassName
{
background-color: #A0369C;
}
.BgClassName
{
background-color: #A0369C;
}
</style>
border-color css
<style>
span { border-color: #A0369C; }
span { border-color: rgb(160,54,156); }
td.TdClassName
{
border-color: #A0369C;
}
.TagClassName
{
border-color: #A0369C;
}
</style>