Shades of Vivid Violet #A033A0
Tints of Vivid Violet #A033A0
RGB
CMYK
RGB Variations
Color information
#A033A0 (or 0xA033A0) is known color: Vivid Violet. HEX triplet: A0, 33 and A0. RGB value is (160,51,160). Sum of RGB (Red+Green+Blue) = 160+51+160=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A033A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A033A0 is #5FCC5F. Grayscale: #5F5F5F. Windows color (decimal): -6278240 or 10498976. OLE color: 10498976.
HSL color Cylindrical-coordinate representation of color #A033A0: hue angle of 300º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A033A0 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 160 | - |
| CMYK | 0 | 0.68 | 0 | 0.37 |
| HSL | 300º | 0.52% | 0.41% | - |
| HSV(B) | 300º | 0.68% | 0.63% | - |
| XYZ | 22.03 | 12.38 | 34.49 | - |
| YUV | 96.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 160 | 0 | 0.68 | 0 | 0.37 | 300 | 0.52 | 0.41 |
| Hex | A0 | 33 | A0 | 0 | 44 | 0 | 25 | 12C | 34 | 29 |
| Octal | 240 | 63 | 240 | 0 | 104 | 0 | 45 | 454 | 64 | 51 |
| Binary | 10100000 | 110011 | 10100000 | 0 | 1000100 | 0 | 100101 | 100101100 | 110100 | 101001 |
Color Harmonies of #A033A0
Complementary color
Monochromatic Colors of #A033A0
Black with #A033A0
Text Example
Text Example
White with #A033A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033A0; }
p { color: rgb(160,51,160); }
H1.HeaderClassName
{
color: #A033A0;
}
.AnyTagClassName
{
color: #A033A0;
}
</style>
background-color css
<style>
a { background-color: #A033A0; }
a { background-color: rgb(160,51,160); }
div.DivClassName
{
background-color: #A033A0;
}
.BgClassName
{
background-color: #A033A0;
}
</style>
border-color css
<style>
span { border-color: #A033A0; }
span { border-color: rgb(160,51,160); }
td.TdClassName
{
border-color: #A033A0;
}
.TagClassName
{
border-color: #A033A0;
}
</style>