Shades of Medium Red Violet #AF2875
Tints of Medium Red Violet #AF2875
RGB
CMYK
RGB Variations
Color information
#AF2875 (or 0xAF2875) is known color: Medium Red Violet. HEX triplet: AF, 28 and 75. RGB value is (175,40,117). Sum of RGB (Red+Green+Blue) = 175+40+117=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2875 is #50D78A. Grayscale: #585858. Windows color (decimal): -5298059 or 7678127. OLE color: 7678127.
HSL color Cylindrical-coordinate representation of color #AF2875: hue angle of 325.78º degrees, saturation: 0.63, 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 #AF2875 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 117 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.31 |
| HSL | 325.78º | 0.63% | 0.42% | - |
| HSV(B) | 325.78º | 0.77% | 0.69% | - |
| XYZ | 21.65 | 11.92 | 17.99 | - |
| YUV | 89.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 117 | 0 | 0.77 | 0.33 | 0.31 | 325.78 | 0.63 | 0.42 |
| Hex | AF | 28 | 75 | 0 | 4D | 21 | 1F | 146 | 3F | 2A |
| Octal | 257 | 50 | 165 | 0 | 115 | 41 | 37 | 506 | 77 | 52 |
| Binary | 10101111 | 101000 | 1110101 | 0 | 1001101 | 100001 | 11111 | 101000110 | 111111 | 101010 |
Color Harmonies of #AF2875
Complementary color
Monochromatic Colors of #AF2875
Black with #AF2875
Text Example
Text Example
White with #AF2875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2875; }
p { color: rgb(175,40,117); }
H1.HeaderClassName
{
color: #AF2875;
}
.AnyTagClassName
{
color: #AF2875;
}
</style>
background-color css
<style>
a { background-color: #AF2875; }
a { background-color: rgb(175,40,117); }
div.DivClassName
{
background-color: #AF2875;
}
.BgClassName
{
background-color: #AF2875;
}
</style>
border-color css
<style>
span { border-color: #AF2875; }
span { border-color: rgb(175,40,117); }
td.TdClassName
{
border-color: #AF2875;
}
.TagClassName
{
border-color: #AF2875;
}
</style>