Shades of Medium Red Violet #AF257C
Tints of Medium Red Violet #AF257C
RGB
CMYK
RGB Variations
Color information
#AF257C (or 0xAF257C) is known color: Medium Red Violet. HEX triplet: AF, 25 and 7C. RGB value is (175,37,124). Sum of RGB (Red+Green+Blue) = 175+37+124=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF257C is #50DA83. Grayscale: #575757. Windows color (decimal): -5298820 or 8136111. OLE color: 8136111.
HSL color Cylindrical-coordinate representation of color #AF257C: hue angle of 322.17º 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 #AF257C is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 124 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.31 |
| HSL | 322.17º | 0.65% | 0.42% | - |
| HSV(B) | 322.17º | 0.79% | 0.69% | - |
| XYZ | 21.98 | 11.89 | 20.21 | - |
| YUV | 88.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 124 | 0 | 0.79 | 0.29 | 0.31 | 322.17 | 0.65 | 0.42 |
| Hex | AF | 25 | 7C | 0 | 4F | 1D | 1F | 142 | 41 | 2A |
| Octal | 257 | 45 | 174 | 0 | 117 | 35 | 37 | 502 | 101 | 52 |
| Binary | 10101111 | 100101 | 1111100 | 0 | 1001111 | 11101 | 11111 | 101000010 | 1000001 | 101010 |
Color Harmonies of #AF257C
Complementary color
Monochromatic Colors of #AF257C
Black with #AF257C
Text Example
Text Example
White with #AF257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF257C; }
p { color: rgb(175,37,124); }
H1.HeaderClassName
{
color: #AF257C;
}
.AnyTagClassName
{
color: #AF257C;
}
</style>
background-color css
<style>
a { background-color: #AF257C; }
a { background-color: rgb(175,37,124); }
div.DivClassName
{
background-color: #AF257C;
}
.BgClassName
{
background-color: #AF257C;
}
</style>
border-color css
<style>
span { border-color: #AF257C; }
span { border-color: rgb(175,37,124); }
td.TdClassName
{
border-color: #AF257C;
}
.TagClassName
{
border-color: #AF257C;
}
</style>