Shades of Vivid Violet #A030A4
Tints of Vivid Violet #A030A4
RGB
CMYK
RGB Variations
Color information
#A030A4 (or 0xA030A4) is known color: Vivid Violet. HEX triplet: A0, 30 and A4. RGB value is (160,48,164). Sum of RGB (Red+Green+Blue) = 160+48+164=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #A030A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030A4 is #5FCF5B. Grayscale: #5E5E5E. Windows color (decimal): -6279004 or 10760352. OLE color: 10760352.
HSL color Cylindrical-coordinate representation of color #A030A4: hue angle of 297.93º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A030A4 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 48 | 164 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.36 |
| HSL | 297.93º | 0.55% | 0.42% | - |
| HSV(B) | 297.93º | 0.71% | 0.64% | - |
| XYZ | 22.26 | 12.27 | 36.32 | - |
| YUV | 94.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 164 | 0.02 | 0.71 | 0 | 0.36 | 297.93 | 0.55 | 0.42 |
| Hex | A0 | 30 | A4 | 2 | 47 | 0 | 24 | 12A | 37 | 2A |
| Octal | 240 | 60 | 244 | 2 | 107 | 0 | 44 | 452 | 67 | 52 |
| Binary | 10100000 | 110000 | 10100100 | 10 | 1000111 | 0 | 100100 | 100101010 | 110111 | 101010 |
Color Harmonies of #A030A4
Complementary color
Monochromatic Colors of #A030A4
Black with #A030A4
Text Example
Text Example
White with #A030A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030A4; }
p { color: rgb(160,48,164); }
H1.HeaderClassName
{
color: #A030A4;
}
.AnyTagClassName
{
color: #A030A4;
}
</style>
background-color css
<style>
a { background-color: #A030A4; }
a { background-color: rgb(160,48,164); }
div.DivClassName
{
background-color: #A030A4;
}
.BgClassName
{
background-color: #A030A4;
}
</style>
border-color css
<style>
span { border-color: #A030A4; }
span { border-color: rgb(160,48,164); }
td.TdClassName
{
border-color: #A030A4;
}
.TagClassName
{
border-color: #A030A4;
}
</style>