Shades of Vivid Violet #A036A1
Tints of Vivid Violet #A036A1
RGB
CMYK
RGB Variations
Color information
#A036A1 (or 0xA036A1) is known color: Vivid Violet. HEX triplet: A0, 36 and A1. RGB value is (160,54,161). Sum of RGB (Red+Green+Blue) = 160+54+161=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 161 - color contains mainly: blue. Hex color #A036A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A036A1 is #5FC95E. Grayscale: #616161. Windows color (decimal): -6277471 or 10565280. OLE color: 10565280.
HSL color Cylindrical-coordinate representation of color #A036A1: hue angle of 299.44º 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 #A036A1 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 161 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.37 |
| HSL | 299.44º | 0.5% | 0.42% | - |
| HSV(B) | 299.44º | 0.66% | 0.63% | - |
| XYZ | 22.25 | 12.69 | 34.99 | - |
| YUV | 97.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 161 | 0.01 | 0.66 | 0 | 0.37 | 299.44 | 0.5 | 0.42 |
| Hex | A0 | 36 | A1 | 1 | 42 | 0 | 25 | 12B | 32 | 2A |
| Octal | 240 | 66 | 241 | 1 | 102 | 0 | 45 | 453 | 62 | 52 |
| Binary | 10100000 | 110110 | 10100001 | 1 | 1000010 | 0 | 100101 | 100101011 | 110010 | 101010 |
Color Harmonies of #A036A1
Complementary color
Monochromatic Colors of #A036A1
Black with #A036A1
Text Example
Text Example
White with #A036A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036A1; }
p { color: rgb(160,54,161); }
H1.HeaderClassName
{
color: #A036A1;
}
.AnyTagClassName
{
color: #A036A1;
}
</style>
background-color css
<style>
a { background-color: #A036A1; }
a { background-color: rgb(160,54,161); }
div.DivClassName
{
background-color: #A036A1;
}
.BgClassName
{
background-color: #A036A1;
}
</style>
border-color css
<style>
span { border-color: #A036A1; }
span { border-color: rgb(160,54,161); }
td.TdClassName
{
border-color: #A036A1;
}
.TagClassName
{
border-color: #A036A1;
}
</style>