Shades of Medium Red Violet #AF2675
Tints of Medium Red Violet #AF2675
RGB
CMYK
RGB Variations
Color information
#AF2675 (or 0xAF2675) is known color: Medium Red Violet. HEX triplet: AF, 26 and 75. RGB value is (175,38,117). Sum of RGB (Red+Green+Blue) = 175+38+117=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2675 is #50D98A. Grayscale: #575757. Windows color (decimal): -5298571 or 7677615. OLE color: 7677615.
HSL color Cylindrical-coordinate representation of color #AF2675: hue angle of 325.4º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2675 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 117 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.31 |
| HSL | 325.4º | 0.64% | 0.42% | - |
| HSV(B) | 325.4º | 0.78% | 0.69% | - |
| XYZ | 21.58 | 11.78 | 17.97 | - |
| YUV | 87.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 117 | 0 | 0.78 | 0.33 | 0.31 | 325.4 | 0.64 | 0.42 |
| Hex | AF | 26 | 75 | 0 | 4E | 21 | 1F | 145 | 40 | 2A |
| Octal | 257 | 46 | 165 | 0 | 116 | 41 | 37 | 505 | 100 | 52 |
| Binary | 10101111 | 100110 | 1110101 | 0 | 1001110 | 100001 | 11111 | 101000101 | 1000000 | 101010 |
Color Harmonies of #AF2675
Complementary color
Monochromatic Colors of #AF2675
Black with #AF2675
Text Example
Text Example
White with #AF2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2675; }
p { color: rgb(175,38,117); }
H1.HeaderClassName
{
color: #AF2675;
}
.AnyTagClassName
{
color: #AF2675;
}
</style>
background-color css
<style>
a { background-color: #AF2675; }
a { background-color: rgb(175,38,117); }
div.DivClassName
{
background-color: #AF2675;
}
.BgClassName
{
background-color: #AF2675;
}
</style>
border-color css
<style>
span { border-color: #AF2675; }
span { border-color: rgb(175,38,117); }
td.TdClassName
{
border-color: #AF2675;
}
.TagClassName
{
border-color: #AF2675;
}
</style>