Shades of Vivid Violet #A730A4
Tints of Vivid Violet #A730A4
RGB
CMYK
RGB Variations
Color information
#A730A4 (or 0xA730A4) is known color: Vivid Violet. HEX triplet: A7, 30 and A4. RGB value is (167,48,164). Sum of RGB (Red+Green+Blue) = 167+48+164=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A730A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A730A4 is #58CF5B. Grayscale: #606060. Windows color (decimal): -5820252 or 10760359. OLE color: 10760359.
HSL color Cylindrical-coordinate representation of color #A730A4: hue angle of 301.51º 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 #A730A4 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 48 | 164 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.35 |
| HSL | 301.51º | 0.55% | 0.42% | - |
| HSV(B) | 301.51º | 0.71% | 0.65% | - |
| XYZ | 23.69 | 13.01 | 36.38 | - |
| YUV | 96.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 164 | 0 | 0.71 | 0.02 | 0.35 | 301.51 | 0.55 | 0.42 |
| Hex | A7 | 30 | A4 | 0 | 47 | 2 | 23 | 12E | 37 | 2A |
| Octal | 247 | 60 | 244 | 0 | 107 | 2 | 43 | 456 | 67 | 52 |
| Binary | 10100111 | 110000 | 10100100 | 0 | 1000111 | 10 | 100011 | 100101110 | 110111 | 101010 |
Color Harmonies of #A730A4
Complementary color
Monochromatic Colors of #A730A4
Black with #A730A4
Text Example
Text Example
White with #A730A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730A4; }
p { color: rgb(167,48,164); }
H1.HeaderClassName
{
color: #A730A4;
}
.AnyTagClassName
{
color: #A730A4;
}
</style>
background-color css
<style>
a { background-color: #A730A4; }
a { background-color: rgb(167,48,164); }
div.DivClassName
{
background-color: #A730A4;
}
.BgClassName
{
background-color: #A730A4;
}
</style>
border-color css
<style>
span { border-color: #A730A4; }
span { border-color: rgb(167,48,164); }
td.TdClassName
{
border-color: #A730A4;
}
.TagClassName
{
border-color: #A730A4;
}
</style>