Shades of Vivid Violet #A038A0
Tints of Vivid Violet #A038A0
RGB
CMYK
RGB Variations
Color information
#A038A0 (or 0xA038A0) is known color: Vivid Violet. HEX triplet: A0, 38 and A0. RGB value is (160,56,160). Sum of RGB (Red+Green+Blue) = 160+56+160=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A038A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A038A0 is #5FC75F. Grayscale: #626262. Windows color (decimal): -6276960 or 10500256. OLE color: 10500256.
HSL color Cylindrical-coordinate representation of color #A038A0: hue angle of 300º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A038A0 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 160 | - |
| CMYK | 0 | 0.65 | 0 | 0.37 |
| HSL | 300º | 0.48% | 0.42% | - |
| HSV(B) | 300º | 0.65% | 0.63% | - |
| XYZ | 22.26 | 12.84 | 34.56 | - |
| YUV | 98.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 160 | 0 | 0.65 | 0 | 0.37 | 300 | 0.48 | 0.42 |
| Hex | A0 | 38 | A0 | 0 | 41 | 0 | 25 | 12C | 30 | 2A |
| Octal | 240 | 70 | 240 | 0 | 101 | 0 | 45 | 454 | 60 | 52 |
| Binary | 10100000 | 111000 | 10100000 | 0 | 1000001 | 0 | 100101 | 100101100 | 110000 | 101010 |
Color Harmonies of #A038A0
Complementary color
Monochromatic Colors of #A038A0
Black with #A038A0
Text Example
Text Example
White with #A038A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038A0; }
p { color: rgb(160,56,160); }
H1.HeaderClassName
{
color: #A038A0;
}
.AnyTagClassName
{
color: #A038A0;
}
</style>
background-color css
<style>
a { background-color: #A038A0; }
a { background-color: rgb(160,56,160); }
div.DivClassName
{
background-color: #A038A0;
}
.BgClassName
{
background-color: #A038A0;
}
</style>
border-color css
<style>
span { border-color: #A038A0; }
span { border-color: rgb(160,56,160); }
td.TdClassName
{
border-color: #A038A0;
}
.TagClassName
{
border-color: #A038A0;
}
</style>