Shades of Medium Red Violet #A2407B
Tints of Medium Red Violet #A2407B
RGB
CMYK
RGB Variations
Color information
#A2407B (or 0xA2407B) is known color: Medium Red Violet. HEX triplet: A2, 40 and 7B. RGB value is (162,64,123). Sum of RGB (Red+Green+Blue) = 162+64+123=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A2407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2407B is #5DBF84. Grayscale: #636363. Windows color (decimal): -6143877 or 8077474. OLE color: 8077474.
HSL color Cylindrical-coordinate representation of color #A2407B: hue angle of 323.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2407B is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 123 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.36 |
| HSL | 323.88º | 0.43% | 0.44% | - |
| HSV(B) | 323.88º | 0.6% | 0.64% | - |
| XYZ | 20.31 | 12.78 | 20.13 | - |
| YUV | 100.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 123 | 0 | 0.60 | 0.24 | 0.36 | 323.88 | 0.43 | 0.44 |
| Hex | A2 | 40 | 7B | 0 | 3C | 18 | 24 | 144 | 2B | 2C |
| Octal | 242 | 100 | 173 | 0 | 74 | 30 | 44 | 504 | 53 | 54 |
| Binary | 10100010 | 1000000 | 1111011 | 0 | 111100 | 11000 | 100100 | 101000100 | 101011 | 101100 |
Color Harmonies of #A2407B
Complementary color
Monochromatic Colors of #A2407B
Black with #A2407B
Text Example
Text Example
White with #A2407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2407B; }
p { color: rgb(162,64,123); }
H1.HeaderClassName
{
color: #A2407B;
}
.AnyTagClassName
{
color: #A2407B;
}
</style>
background-color css
<style>
a { background-color: #A2407B; }
a { background-color: rgb(162,64,123); }
div.DivClassName
{
background-color: #A2407B;
}
.BgClassName
{
background-color: #A2407B;
}
</style>
border-color css
<style>
span { border-color: #A2407B; }
span { border-color: rgb(162,64,123); }
td.TdClassName
{
border-color: #A2407B;
}
.TagClassName
{
border-color: #A2407B;
}
</style>