Shades of Medium Red Violet #AF257E
Tints of Medium Red Violet #AF257E
RGB
CMYK
RGB Variations
Color information
#AF257E (or 0xAF257E) is known color: Medium Red Violet. HEX triplet: AF, 25 and 7E. RGB value is (175,37,126). Sum of RGB (Red+Green+Blue) = 175+37+126=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF257E is #50DA81. Grayscale: #585858. Windows color (decimal): -5298818 or 8267183. OLE color: 8267183.
HSL color Cylindrical-coordinate representation of color #AF257E: hue angle of 321.3º 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 #AF257E is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 126 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.31 |
| HSL | 321.3º | 0.65% | 0.42% | - |
| HSV(B) | 321.3º | 0.79% | 0.69% | - |
| XYZ | 22.11 | 11.94 | 20.88 | - |
| YUV | 88.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 126 | 0 | 0.79 | 0.28 | 0.31 | 321.3 | 0.65 | 0.42 |
| Hex | AF | 25 | 7E | 0 | 4F | 1C | 1F | 141 | 41 | 2A |
| Octal | 257 | 45 | 176 | 0 | 117 | 34 | 37 | 501 | 101 | 52 |
| Binary | 10101111 | 100101 | 1111110 | 0 | 1001111 | 11100 | 11111 | 101000001 | 1000001 | 101010 |
Color Harmonies of #AF257E
Complementary color
Monochromatic Colors of #AF257E
Black with #AF257E
Text Example
Text Example
White with #AF257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF257E; }
p { color: rgb(175,37,126); }
H1.HeaderClassName
{
color: #AF257E;
}
.AnyTagClassName
{
color: #AF257E;
}
</style>
background-color css
<style>
a { background-color: #AF257E; }
a { background-color: rgb(175,37,126); }
div.DivClassName
{
background-color: #AF257E;
}
.BgClassName
{
background-color: #AF257E;
}
</style>
border-color css
<style>
span { border-color: #AF257E; }
span { border-color: rgb(175,37,126); }
td.TdClassName
{
border-color: #AF257E;
}
.TagClassName
{
border-color: #AF257E;
}
</style>