Shades of Vivid Violet #A032A3
Tints of Vivid Violet #A032A3
RGB
CMYK
RGB Variations
Color information
#A032A3 (or 0xA032A3) is known color: Vivid Violet. HEX triplet: A0, 32 and A3. RGB value is (160,50,163). Sum of RGB (Red+Green+Blue) = 160+50+163=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #A032A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032A3 is #5FCD5C. Grayscale: #5F5F5F. Windows color (decimal): -6278493 or 10695328. OLE color: 10695328.
HSL color Cylindrical-coordinate representation of color #A032A3: hue angle of 298.41º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A032A3 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 50 | 163 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.36 |
| HSL | 298.41º | 0.53% | 0.42% | - |
| HSV(B) | 298.41º | 0.69% | 0.64% | - |
| XYZ | 22.25 | 12.4 | 35.87 | - |
| YUV | 95.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 163 | 0.02 | 0.69 | 0 | 0.36 | 298.41 | 0.53 | 0.42 |
| Hex | A0 | 32 | A3 | 2 | 45 | 0 | 24 | 12A | 35 | 2A |
| Octal | 240 | 62 | 243 | 2 | 105 | 0 | 44 | 452 | 65 | 52 |
| Binary | 10100000 | 110010 | 10100011 | 10 | 1000101 | 0 | 100100 | 100101010 | 110101 | 101010 |
Color Harmonies of #A032A3
Complementary color
Monochromatic Colors of #A032A3
Black with #A032A3
Text Example
Text Example
White with #A032A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032A3; }
p { color: rgb(160,50,163); }
H1.HeaderClassName
{
color: #A032A3;
}
.AnyTagClassName
{
color: #A032A3;
}
</style>
background-color css
<style>
a { background-color: #A032A3; }
a { background-color: rgb(160,50,163); }
div.DivClassName
{
background-color: #A032A3;
}
.BgClassName
{
background-color: #A032A3;
}
</style>
border-color css
<style>
span { border-color: #A032A3; }
span { border-color: rgb(160,50,163); }
td.TdClassName
{
border-color: #A032A3;
}
.TagClassName
{
border-color: #A032A3;
}
</style>