Shades of Vivid Violet #A0369B
Tints of Vivid Violet #A0369B
RGB
CMYK
RGB Variations
Color information
#A0369B (or 0xA0369B) is known color: Vivid Violet. HEX triplet: A0, 36 and 9B. RGB value is (160,54,155). Sum of RGB (Red+Green+Blue) = 160+54+155=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0369B is #5FC964. Grayscale: #606060. Windows color (decimal): -6277477 or 10172064. OLE color: 10172064.
HSL color Cylindrical-coordinate representation of color #A0369B: hue angle of 302.83º 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 #A0369B is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 155 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.37 |
| HSL | 302.83º | 0.5% | 0.42% | - |
| HSV(B) | 302.83º | 0.66% | 0.63% | - |
| XYZ | 21.73 | 12.48 | 32.27 | - |
| YUV | 97.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 155 | 0 | 0.66 | 0.03 | 0.37 | 302.83 | 0.5 | 0.42 |
| Hex | A0 | 36 | 9B | 0 | 42 | 3 | 25 | 12F | 32 | 2A |
| Octal | 240 | 66 | 233 | 0 | 102 | 3 | 45 | 457 | 62 | 52 |
| Binary | 10100000 | 110110 | 10011011 | 0 | 1000010 | 11 | 100101 | 100101111 | 110010 | 101010 |
Color Harmonies of #A0369B
Complementary color
Monochromatic Colors of #A0369B
Black with #A0369B
Text Example
Text Example
White with #A0369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0369B; }
p { color: rgb(160,54,155); }
H1.HeaderClassName
{
color: #A0369B;
}
.AnyTagClassName
{
color: #A0369B;
}
</style>
background-color css
<style>
a { background-color: #A0369B; }
a { background-color: rgb(160,54,155); }
div.DivClassName
{
background-color: #A0369B;
}
.BgClassName
{
background-color: #A0369B;
}
</style>
border-color css
<style>
span { border-color: #A0369B; }
span { border-color: rgb(160,54,155); }
td.TdClassName
{
border-color: #A0369B;
}
.TagClassName
{
border-color: #A0369B;
}
</style>