Shades of Vivid Violet #A037A7
Tints of Vivid Violet #A037A7
RGB
CMYK
RGB Variations
Color information
#A037A7 (or 0xA037A7) is known color: Vivid Violet. HEX triplet: A0, 37 and A7. RGB value is (160,55,167). Sum of RGB (Red+Green+Blue) = 160+55+167=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 167 - color contains mainly: blue. Hex color #A037A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A037A7 is #5FC858. Grayscale: #626262. Windows color (decimal): -6277209 or 10958752. OLE color: 10958752.
HSL color Cylindrical-coordinate representation of color #A037A7: hue angle of 296.25º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A037A7 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 55 | 167 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.35 |
| HSL | 296.25º | 0.5% | 0.44% | - |
| HSV(B) | 296.25º | 0.67% | 0.65% | - |
| XYZ | 22.84 | 13 | 37.86 | - |
| YUV | 99.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 167 | 0.04 | 0.67 | 0 | 0.35 | 296.25 | 0.5 | 0.44 |
| Hex | A0 | 37 | A7 | 4 | 43 | 0 | 23 | 128 | 32 | 2C |
| Octal | 240 | 67 | 247 | 4 | 103 | 0 | 43 | 450 | 62 | 54 |
| Binary | 10100000 | 110111 | 10100111 | 100 | 1000011 | 0 | 100011 | 100101000 | 110010 | 101100 |
Color Harmonies of #A037A7
Complementary color
Monochromatic Colors of #A037A7
Black with #A037A7
Text Example
Text Example
White with #A037A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037A7; }
p { color: rgb(160,55,167); }
H1.HeaderClassName
{
color: #A037A7;
}
.AnyTagClassName
{
color: #A037A7;
}
</style>
background-color css
<style>
a { background-color: #A037A7; }
a { background-color: rgb(160,55,167); }
div.DivClassName
{
background-color: #A037A7;
}
.BgClassName
{
background-color: #A037A7;
}
</style>
border-color css
<style>
span { border-color: #A037A7; }
span { border-color: rgb(160,55,167); }
td.TdClassName
{
border-color: #A037A7;
}
.TagClassName
{
border-color: #A037A7;
}
</style>