Shades of Medium Red Violet #AF2575
Tints of Medium Red Violet #AF2575
RGB
CMYK
RGB Variations
Color information
#AF2575 (or 0xAF2575) is known color: Medium Red Violet. HEX triplet: AF, 25 and 75. RGB value is (175,37,117). Sum of RGB (Red+Green+Blue) = 175+37+117=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2575 is #50DA8A. Grayscale: #575757. Windows color (decimal): -5298827 or 7677359. OLE color: 7677359.
HSL color Cylindrical-coordinate representation of color #AF2575: hue angle of 325.22º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2575 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 117 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.31 |
| HSL | 325.22º | 0.65% | 0.42% | - |
| HSV(B) | 325.22º | 0.79% | 0.69% | - |
| XYZ | 21.55 | 11.72 | 17.96 | - |
| YUV | 87.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 117 | 0 | 0.79 | 0.33 | 0.31 | 325.22 | 0.65 | 0.42 |
| Hex | AF | 25 | 75 | 0 | 4F | 21 | 1F | 145 | 41 | 2A |
| Octal | 257 | 45 | 165 | 0 | 117 | 41 | 37 | 505 | 101 | 52 |
| Binary | 10101111 | 100101 | 1110101 | 0 | 1001111 | 100001 | 11111 | 101000101 | 1000001 | 101010 |
Color Harmonies of #AF2575
Complementary color
Monochromatic Colors of #AF2575
Black with #AF2575
Text Example
Text Example
White with #AF2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2575; }
p { color: rgb(175,37,117); }
H1.HeaderClassName
{
color: #AF2575;
}
.AnyTagClassName
{
color: #AF2575;
}
</style>
background-color css
<style>
a { background-color: #AF2575; }
a { background-color: rgb(175,37,117); }
div.DivClassName
{
background-color: #AF2575;
}
.BgClassName
{
background-color: #AF2575;
}
</style>
border-color css
<style>
span { border-color: #AF2575; }
span { border-color: rgb(175,37,117); }
td.TdClassName
{
border-color: #AF2575;
}
.TagClassName
{
border-color: #AF2575;
}
</style>