Shades of Vivid Violet #A0369F
Tints of Vivid Violet #A0369F
RGB
CMYK
RGB Variations
Color information
#A0369F (or 0xA0369F) is known color: Vivid Violet. HEX triplet: A0, 36 and 9F. RGB value is (160,54,159). Sum of RGB (Red+Green+Blue) = 160+54+159=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0369F is #5FC960. Grayscale: #616161. Windows color (decimal): -6277473 or 10434208. OLE color: 10434208.
HSL color Cylindrical-coordinate representation of color #A0369F: hue angle of 300.57º 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 #A0369F is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 159 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.37 |
| HSL | 300.57º | 0.5% | 0.42% | - |
| HSV(B) | 300.57º | 0.66% | 0.63% | - |
| XYZ | 22.07 | 12.62 | 34.07 | - |
| YUV | 97.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 159 | 0 | 0.66 | 0.01 | 0.37 | 300.57 | 0.5 | 0.42 |
| Hex | A0 | 36 | 9F | 0 | 42 | 1 | 25 | 12D | 32 | 2A |
| Octal | 240 | 66 | 237 | 0 | 102 | 1 | 45 | 455 | 62 | 52 |
| Binary | 10100000 | 110110 | 10011111 | 0 | 1000010 | 1 | 100101 | 100101101 | 110010 | 101010 |
Color Harmonies of #A0369F
Complementary color
Monochromatic Colors of #A0369F
Black with #A0369F
Text Example
Text Example
White with #A0369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0369F; }
p { color: rgb(160,54,159); }
H1.HeaderClassName
{
color: #A0369F;
}
.AnyTagClassName
{
color: #A0369F;
}
</style>
background-color css
<style>
a { background-color: #A0369F; }
a { background-color: rgb(160,54,159); }
div.DivClassName
{
background-color: #A0369F;
}
.BgClassName
{
background-color: #A0369F;
}
</style>
border-color css
<style>
span { border-color: #A0369F; }
span { border-color: rgb(160,54,159); }
td.TdClassName
{
border-color: #A0369F;
}
.TagClassName
{
border-color: #A0369F;
}
</style>