Shades of Medium Red Violet #AF3E7C
Tints of Medium Red Violet #AF3E7C
RGB
CMYK
RGB Variations
Color information
#AF3E7C (or 0xAF3E7C) is known color: Medium Red Violet. HEX triplet: AF, 3E and 7C. RGB value is (175,62,124). Sum of RGB (Red+Green+Blue) = 175+62+124=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E7C is #50C183. Grayscale: #666666. Windows color (decimal): -5292420 or 8142511. OLE color: 8142511.
HSL color Cylindrical-coordinate representation of color #AF3E7C: hue angle of 327.08º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E7C is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 124 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.31 |
| HSL | 327.08º | 0.48% | 0.46% | - |
| HSV(B) | 327.08º | 0.65% | 0.69% | - |
| XYZ | 23.04 | 14.01 | 20.56 | - |
| YUV | 102.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 124 | 0 | 0.65 | 0.29 | 0.31 | 327.08 | 0.48 | 0.46 |
| Hex | AF | 3E | 7C | 0 | 41 | 1D | 1F | 147 | 30 | 2E |
| Octal | 257 | 76 | 174 | 0 | 101 | 35 | 37 | 507 | 60 | 56 |
| Binary | 10101111 | 111110 | 1111100 | 0 | 1000001 | 11101 | 11111 | 101000111 | 110000 | 101110 |
Color Harmonies of #AF3E7C
Complementary color
Monochromatic Colors of #AF3E7C
Black with #AF3E7C
Text Example
Text Example
White with #AF3E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E7C; }
p { color: rgb(175,62,124); }
H1.HeaderClassName
{
color: #AF3E7C;
}
.AnyTagClassName
{
color: #AF3E7C;
}
</style>
background-color css
<style>
a { background-color: #AF3E7C; }
a { background-color: rgb(175,62,124); }
div.DivClassName
{
background-color: #AF3E7C;
}
.BgClassName
{
background-color: #AF3E7C;
}
</style>
border-color css
<style>
span { border-color: #AF3E7C; }
span { border-color: rgb(175,62,124); }
td.TdClassName
{
border-color: #AF3E7C;
}
.TagClassName
{
border-color: #AF3E7C;
}
</style>