Shades of Vivid Violet #A036A2
Tints of Vivid Violet #A036A2
RGB
CMYK
RGB Variations
Color information
#A036A2 (or 0xA036A2) is known color: Vivid Violet. HEX triplet: A0, 36 and A2. RGB value is (160,54,162). Sum of RGB (Red+Green+Blue) = 160+54+162=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 162 - color contains mainly: blue. Hex color #A036A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A036A2 is #5FC95D. Grayscale: #616161. Windows color (decimal): -6277470 or 10630816. OLE color: 10630816.
HSL color Cylindrical-coordinate representation of color #A036A2: hue angle of 298.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A036A2 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 54 | 162 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.36 |
| HSL | 298.89º | 0.5% | 0.42% | - |
| HSV(B) | 298.89º | 0.67% | 0.64% | - |
| XYZ | 22.34 | 12.72 | 35.46 | - |
| YUV | 98.01 | 164.12 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 162 | 0.01 | 0.67 | 0 | 0.36 | 298.89 | 0.5 | 0.42 |
| Hex | A0 | 36 | A2 | 1 | 43 | 0 | 24 | 12B | 32 | 2A |
| Octal | 240 | 66 | 242 | 1 | 103 | 0 | 44 | 453 | 62 | 52 |
| Binary | 10100000 | 110110 | 10100010 | 1 | 1000011 | 0 | 100100 | 100101011 | 110010 | 101010 |
Color Harmonies of #A036A2
Complementary color
Monochromatic Colors of #A036A2
Black with #A036A2
Text Example
Text Example
White with #A036A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036A2; }
p { color: rgb(160,54,162); }
H1.HeaderClassName
{
color: #A036A2;
}
.AnyTagClassName
{
color: #A036A2;
}
</style>
background-color css
<style>
a { background-color: #A036A2; }
a { background-color: rgb(160,54,162); }
div.DivClassName
{
background-color: #A036A2;
}
.BgClassName
{
background-color: #A036A2;
}
</style>
border-color css
<style>
span { border-color: #A036A2; }
span { border-color: rgb(160,54,162); }
td.TdClassName
{
border-color: #A036A2;
}
.TagClassName
{
border-color: #A036A2;
}
</style>