Shades of Medium Red Violet #AF2A77
Tints of Medium Red Violet #AF2A77
RGB
CMYK
RGB Variations
Color information
#AF2A77 (or 0xAF2A77) is known color: Medium Red Violet. HEX triplet: AF, 2A and 77. RGB value is (175,42,119). Sum of RGB (Red+Green+Blue) = 175+42+119=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A77 is #50D588. Grayscale: #5A5A5A. Windows color (decimal): -5297545 or 7809711. OLE color: 7809711.
HSL color Cylindrical-coordinate representation of color #AF2A77: hue angle of 325.26º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2A77 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 119 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.31 |
| HSL | 325.26º | 0.61% | 0.43% | - |
| HSV(B) | 325.26º | 0.76% | 0.69% | - |
| XYZ | 21.84 | 12.1 | 18.64 | - |
| YUV | 90.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 119 | 0 | 0.76 | 0.32 | 0.31 | 325.26 | 0.61 | 0.43 |
| Hex | AF | 2A | 77 | 0 | 4C | 20 | 1F | 145 | 3D | 2B |
| Octal | 257 | 52 | 167 | 0 | 114 | 40 | 37 | 505 | 75 | 53 |
| Binary | 10101111 | 101010 | 1110111 | 0 | 1001100 | 100000 | 11111 | 101000101 | 111101 | 101011 |
Color Harmonies of #AF2A77
Complementary color
Monochromatic Colors of #AF2A77
Black with #AF2A77
Text Example
Text Example
White with #AF2A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A77; }
p { color: rgb(175,42,119); }
H1.HeaderClassName
{
color: #AF2A77;
}
.AnyTagClassName
{
color: #AF2A77;
}
</style>
background-color css
<style>
a { background-color: #AF2A77; }
a { background-color: rgb(175,42,119); }
div.DivClassName
{
background-color: #AF2A77;
}
.BgClassName
{
background-color: #AF2A77;
}
</style>
border-color css
<style>
span { border-color: #AF2A77; }
span { border-color: rgb(175,42,119); }
td.TdClassName
{
border-color: #AF2A77;
}
.TagClassName
{
border-color: #AF2A77;
}
</style>