Shades of Medium Red Violet #A730A1
Tints of Medium Red Violet #A730A1
RGB
CMYK
RGB Variations
Color information
#A730A1 (or 0xA730A1) is known color: Medium Red Violet. HEX triplet: A7, 30 and A1. RGB value is (167,48,161). Sum of RGB (Red+Green+Blue) = 167+48+161=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A730A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A730A1 is #58CF5E. Grayscale: #606060. Windows color (decimal): -5820255 or 10563751. OLE color: 10563751.
HSL color Cylindrical-coordinate representation of color #A730A1: hue angle of 303.03º 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 #A730A1 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 48 | 161 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.35 |
| HSL | 303.03º | 0.55% | 0.42% | - |
| HSV(B) | 303.03º | 0.71% | 0.65% | - |
| XYZ | 23.43 | 12.9 | 34.97 | - |
| YUV | 96.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 161 | 0 | 0.71 | 0.04 | 0.35 | 303.03 | 0.55 | 0.42 |
| Hex | A7 | 30 | A1 | 0 | 47 | 4 | 23 | 12F | 37 | 2A |
| Octal | 247 | 60 | 241 | 0 | 107 | 4 | 43 | 457 | 67 | 52 |
| Binary | 10100111 | 110000 | 10100001 | 0 | 1000111 | 100 | 100011 | 100101111 | 110111 | 101010 |
Color Harmonies of #A730A1
Complementary color
Monochromatic Colors of #A730A1
Black with #A730A1
Text Example
Text Example
White with #A730A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730A1; }
p { color: rgb(167,48,161); }
H1.HeaderClassName
{
color: #A730A1;
}
.AnyTagClassName
{
color: #A730A1;
}
</style>
background-color css
<style>
a { background-color: #A730A1; }
a { background-color: rgb(167,48,161); }
div.DivClassName
{
background-color: #A730A1;
}
.BgClassName
{
background-color: #A730A1;
}
</style>
border-color css
<style>
span { border-color: #A730A1; }
span { border-color: rgb(167,48,161); }
td.TdClassName
{
border-color: #A730A1;
}
.TagClassName
{
border-color: #A730A1;
}
</style>