Shades of Medium Red Violet #A3407C
Tints of Medium Red Violet #A3407C
RGB
CMYK
RGB Variations
Color information
#A3407C (or 0xA3407C) is known color: Medium Red Violet. HEX triplet: A3, 40 and 7C. RGB value is (163,64,124). Sum of RGB (Red+Green+Blue) = 163+64+124=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3407C is #5CBF83. Grayscale: #646464. Windows color (decimal): -6078340 or 8143011. OLE color: 8143011.
HSL color Cylindrical-coordinate representation of color #A3407C: hue angle of 323.64º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3407C is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 124 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.36 |
| HSL | 323.64º | 0.44% | 0.45% | - |
| HSV(B) | 323.64º | 0.61% | 0.64% | - |
| XYZ | 20.58 | 12.91 | 20.48 | - |
| YUV | 100.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 124 | 0 | 0.61 | 0.24 | 0.36 | 323.64 | 0.44 | 0.45 |
| Hex | A3 | 40 | 7C | 0 | 3D | 18 | 24 | 144 | 2C | 2D |
| Octal | 243 | 100 | 174 | 0 | 75 | 30 | 44 | 504 | 54 | 55 |
| Binary | 10100011 | 1000000 | 1111100 | 0 | 111101 | 11000 | 100100 | 101000100 | 101100 | 101101 |
Color Harmonies of #A3407C
Complementary color
Monochromatic Colors of #A3407C
Black with #A3407C
Text Example
Text Example
White with #A3407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3407C; }
p { color: rgb(163,64,124); }
H1.HeaderClassName
{
color: #A3407C;
}
.AnyTagClassName
{
color: #A3407C;
}
</style>
background-color css
<style>
a { background-color: #A3407C; }
a { background-color: rgb(163,64,124); }
div.DivClassName
{
background-color: #A3407C;
}
.BgClassName
{
background-color: #A3407C;
}
</style>
border-color css
<style>
span { border-color: #A3407C; }
span { border-color: rgb(163,64,124); }
td.TdClassName
{
border-color: #A3407C;
}
.TagClassName
{
border-color: #A3407C;
}
</style>