Shades of Medium Red Violet #A3407B
Tints of Medium Red Violet #A3407B
RGB
CMYK
RGB Variations
Color information
#A3407B (or 0xA3407B) is known color: Medium Red Violet. HEX triplet: A3, 40 and 7B. RGB value is (163,64,123). Sum of RGB (Red+Green+Blue) = 163+64+123=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3407B is #5CBF84. Grayscale: #646464. Windows color (decimal): -6078341 or 8077475. OLE color: 8077475.
HSL color Cylindrical-coordinate representation of color #A3407B: hue angle of 324.24º 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 #A3407B is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 123 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.36 |
| HSL | 324.24º | 0.44% | 0.45% | - |
| HSV(B) | 324.24º | 0.61% | 0.64% | - |
| XYZ | 20.51 | 12.88 | 20.14 | - |
| YUV | 100.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 123 | 0 | 0.61 | 0.25 | 0.36 | 324.24 | 0.44 | 0.45 |
| Hex | A3 | 40 | 7B | 0 | 3D | 19 | 24 | 144 | 2C | 2D |
| Octal | 243 | 100 | 173 | 0 | 75 | 31 | 44 | 504 | 54 | 55 |
| Binary | 10100011 | 1000000 | 1111011 | 0 | 111101 | 11001 | 100100 | 101000100 | 101100 | 101101 |
Color Harmonies of #A3407B
Complementary color
Monochromatic Colors of #A3407B
Black with #A3407B
Text Example
Text Example
White with #A3407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3407B; }
p { color: rgb(163,64,123); }
H1.HeaderClassName
{
color: #A3407B;
}
.AnyTagClassName
{
color: #A3407B;
}
</style>
background-color css
<style>
a { background-color: #A3407B; }
a { background-color: rgb(163,64,123); }
div.DivClassName
{
background-color: #A3407B;
}
.BgClassName
{
background-color: #A3407B;
}
</style>
border-color css
<style>
span { border-color: #A3407B; }
span { border-color: rgb(163,64,123); }
td.TdClassName
{
border-color: #A3407B;
}
.TagClassName
{
border-color: #A3407B;
}
</style>