Shades of Vivid Violet #A030A2
Tints of Vivid Violet #A030A2
RGB
CMYK
RGB Variations
Color information
#A030A2 (or 0xA030A2) is known color: Vivid Violet. HEX triplet: A0, 30 and A2. RGB value is (160,48,162). Sum of RGB (Red+Green+Blue) = 160+48+162=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #A030A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030A2 is #5FCF5D. Grayscale: #5E5E5E. Windows color (decimal): -6279006 or 10629280. OLE color: 10629280.
HSL color Cylindrical-coordinate representation of color #A030A2: hue angle of 298.95º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A030A2 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 48 | 162 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.36 |
| HSL | 298.95º | 0.54% | 0.41% | - |
| HSV(B) | 298.95º | 0.7% | 0.64% | - |
| XYZ | 22.08 | 12.2 | 35.37 | - |
| YUV | 94.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 162 | 0.01 | 0.70 | 0 | 0.36 | 298.95 | 0.54 | 0.41 |
| Hex | A0 | 30 | A2 | 1 | 46 | 0 | 24 | 12B | 36 | 29 |
| Octal | 240 | 60 | 242 | 1 | 106 | 0 | 44 | 453 | 66 | 51 |
| Binary | 10100000 | 110000 | 10100010 | 1 | 1000110 | 0 | 100100 | 100101011 | 110110 | 101001 |
Color Harmonies of #A030A2
Complementary color
Monochromatic Colors of #A030A2
Black with #A030A2
Text Example
Text Example
White with #A030A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030A2; }
p { color: rgb(160,48,162); }
H1.HeaderClassName
{
color: #A030A2;
}
.AnyTagClassName
{
color: #A030A2;
}
</style>
background-color css
<style>
a { background-color: #A030A2; }
a { background-color: rgb(160,48,162); }
div.DivClassName
{
background-color: #A030A2;
}
.BgClassName
{
background-color: #A030A2;
}
</style>
border-color css
<style>
span { border-color: #A030A2; }
span { border-color: rgb(160,48,162); }
td.TdClassName
{
border-color: #A030A2;
}
.TagClassName
{
border-color: #A030A2;
}
</style>