Shades of Vivid Violet #A037A3
Tints of Vivid Violet #A037A3
RGB
CMYK
RGB Variations
Color information
#A037A3 (or 0xA037A3) is known color: Vivid Violet. HEX triplet: A0, 37 and A3. RGB value is (160,55,163). Sum of RGB (Red+Green+Blue) = 160+55+163=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #A037A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A037A3 is #5FC85C. Grayscale: #626262. Windows color (decimal): -6277213 or 10696608. OLE color: 10696608.
HSL color Cylindrical-coordinate representation of color #A037A3: hue angle of 298.33º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A037A3 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 55 | 163 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.36 |
| HSL | 298.33º | 0.5% | 0.43% | - |
| HSV(B) | 298.33º | 0.66% | 0.64% | - |
| XYZ | 22.47 | 12.85 | 35.95 | - |
| YUV | 98.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 163 | 0.02 | 0.66 | 0 | 0.36 | 298.33 | 0.5 | 0.43 |
| Hex | A0 | 37 | A3 | 2 | 42 | 0 | 24 | 12A | 32 | 2B |
| Octal | 240 | 67 | 243 | 2 | 102 | 0 | 44 | 452 | 62 | 53 |
| Binary | 10100000 | 110111 | 10100011 | 10 | 1000010 | 0 | 100100 | 100101010 | 110010 | 101011 |
Color Harmonies of #A037A3
Complementary color
Monochromatic Colors of #A037A3
Black with #A037A3
Text Example
Text Example
White with #A037A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037A3; }
p { color: rgb(160,55,163); }
H1.HeaderClassName
{
color: #A037A3;
}
.AnyTagClassName
{
color: #A037A3;
}
</style>
background-color css
<style>
a { background-color: #A037A3; }
a { background-color: rgb(160,55,163); }
div.DivClassName
{
background-color: #A037A3;
}
.BgClassName
{
background-color: #A037A3;
}
</style>
border-color css
<style>
span { border-color: #A037A3; }
span { border-color: rgb(160,55,163); }
td.TdClassName
{
border-color: #A037A3;
}
.TagClassName
{
border-color: #A037A3;
}
</style>