Shades of Medium Red Violet #AF2975
Tints of Medium Red Violet #AF2975
RGB
CMYK
RGB Variations
Color information
#AF2975 (or 0xAF2975) is known color: Medium Red Violet. HEX triplet: AF, 29 and 75. RGB value is (175,41,117). Sum of RGB (Red+Green+Blue) = 175+41+117=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2975 is #50D68A. Grayscale: #595959. Windows color (decimal): -5297803 or 7678383. OLE color: 7678383.
HSL color Cylindrical-coordinate representation of color #AF2975: hue angle of 325.97º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2975 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 117 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.31 |
| HSL | 325.97º | 0.62% | 0.42% | - |
| HSV(B) | 325.97º | 0.77% | 0.69% | - |
| XYZ | 21.68 | 11.98 | 18 | - |
| YUV | 89.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 117 | 0 | 0.77 | 0.33 | 0.31 | 325.97 | 0.62 | 0.42 |
| Hex | AF | 29 | 75 | 0 | 4D | 21 | 1F | 146 | 3E | 2A |
| Octal | 257 | 51 | 165 | 0 | 115 | 41 | 37 | 506 | 76 | 52 |
| Binary | 10101111 | 101001 | 1110101 | 0 | 1001101 | 100001 | 11111 | 101000110 | 111110 | 101010 |
Color Harmonies of #AF2975
Complementary color
Monochromatic Colors of #AF2975
Black with #AF2975
Text Example
Text Example
White with #AF2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2975; }
p { color: rgb(175,41,117); }
H1.HeaderClassName
{
color: #AF2975;
}
.AnyTagClassName
{
color: #AF2975;
}
</style>
background-color css
<style>
a { background-color: #AF2975; }
a { background-color: rgb(175,41,117); }
div.DivClassName
{
background-color: #AF2975;
}
.BgClassName
{
background-color: #AF2975;
}
</style>
border-color css
<style>
span { border-color: #AF2975; }
span { border-color: rgb(175,41,117); }
td.TdClassName
{
border-color: #AF2975;
}
.TagClassName
{
border-color: #AF2975;
}
</style>