Shades of Vivid Violet #A030A7
Tints of Vivid Violet #A030A7
RGB
CMYK
RGB Variations
Color information
#A030A7 (or 0xA030A7) is known color: Vivid Violet. HEX triplet: A0, 30 and A7. RGB value is (160,48,167). Sum of RGB (Red+Green+Blue) = 160+48+167=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #A030A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030A7 is #5FCF58. Grayscale: #5E5E5E. Windows color (decimal): -6279001 or 10956960. OLE color: 10956960.
HSL color Cylindrical-coordinate representation of color #A030A7: hue angle of 296.47º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A030A7 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 48 | 167 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.35 |
| HSL | 296.47º | 0.55% | 0.42% | - |
| HSV(B) | 296.47º | 0.71% | 0.65% | - |
| XYZ | 22.53 | 12.38 | 37.76 | - |
| YUV | 95.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 167 | 0.04 | 0.71 | 0 | 0.35 | 296.47 | 0.55 | 0.42 |
| Hex | A0 | 30 | A7 | 4 | 47 | 0 | 23 | 128 | 37 | 2A |
| Octal | 240 | 60 | 247 | 4 | 107 | 0 | 43 | 450 | 67 | 52 |
| Binary | 10100000 | 110000 | 10100111 | 100 | 1000111 | 0 | 100011 | 100101000 | 110111 | 101010 |
Color Harmonies of #A030A7
Complementary color
Monochromatic Colors of #A030A7
Black with #A030A7
Text Example
Text Example
White with #A030A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030A7; }
p { color: rgb(160,48,167); }
H1.HeaderClassName
{
color: #A030A7;
}
.AnyTagClassName
{
color: #A030A7;
}
</style>
background-color css
<style>
a { background-color: #A030A7; }
a { background-color: rgb(160,48,167); }
div.DivClassName
{
background-color: #A030A7;
}
.BgClassName
{
background-color: #A030A7;
}
</style>
border-color css
<style>
span { border-color: #A030A7; }
span { border-color: rgb(160,48,167); }
td.TdClassName
{
border-color: #A030A7;
}
.TagClassName
{
border-color: #A030A7;
}
</style>