Shades of Medium Red Violet #AF257A
Tints of Medium Red Violet #AF257A
RGB
CMYK
RGB Variations
Color information
#AF257A (or 0xAF257A) is known color: Medium Red Violet. HEX triplet: AF, 25 and 7A. RGB value is (175,37,122). Sum of RGB (Red+Green+Blue) = 175+37+122=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF257A is #50DA85. Grayscale: #575757. Windows color (decimal): -5298822 or 8005039. OLE color: 8005039.
HSL color Cylindrical-coordinate representation of color #AF257A: hue angle of 323.04º 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 #AF257A is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 122 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.31 |
| HSL | 323.04º | 0.65% | 0.42% | - |
| HSV(B) | 323.04º | 0.79% | 0.69% | - |
| XYZ | 21.85 | 11.84 | 19.55 | - |
| YUV | 87.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 122 | 0 | 0.79 | 0.30 | 0.31 | 323.04 | 0.65 | 0.42 |
| Hex | AF | 25 | 7A | 0 | 4F | 1E | 1F | 143 | 41 | 2A |
| Octal | 257 | 45 | 172 | 0 | 117 | 36 | 37 | 503 | 101 | 52 |
| Binary | 10101111 | 100101 | 1111010 | 0 | 1001111 | 11110 | 11111 | 101000011 | 1000001 | 101010 |
Color Harmonies of #AF257A
Complementary color
Monochromatic Colors of #AF257A
Black with #AF257A
Text Example
Text Example
White with #AF257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF257A; }
p { color: rgb(175,37,122); }
H1.HeaderClassName
{
color: #AF257A;
}
.AnyTagClassName
{
color: #AF257A;
}
</style>
background-color css
<style>
a { background-color: #AF257A; }
a { background-color: rgb(175,37,122); }
div.DivClassName
{
background-color: #AF257A;
}
.BgClassName
{
background-color: #AF257A;
}
</style>
border-color css
<style>
span { border-color: #AF257A; }
span { border-color: rgb(175,37,122); }
td.TdClassName
{
border-color: #AF257A;
}
.TagClassName
{
border-color: #AF257A;
}
</style>