Shades of Medium Red Violet #AF287A
Tints of Medium Red Violet #AF287A
RGB
CMYK
RGB Variations
Color information
#AF287A (or 0xAF287A) is known color: Medium Red Violet. HEX triplet: AF, 28 and 7A. RGB value is (175,40,122). Sum of RGB (Red+Green+Blue) = 175+40+122=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF287A is #50D785. Grayscale: #595959. Windows color (decimal): -5298054 or 8005807. OLE color: 8005807.
HSL color Cylindrical-coordinate representation of color #AF287A: hue angle of 323.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF287A is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 122 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.31 |
| HSL | 323.56º | 0.63% | 0.42% | - |
| HSV(B) | 323.56º | 0.77% | 0.69% | - |
| XYZ | 21.95 | 12.04 | 19.58 | - |
| YUV | 89.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 122 | 0 | 0.77 | 0.30 | 0.31 | 323.56 | 0.63 | 0.42 |
| Hex | AF | 28 | 7A | 0 | 4D | 1E | 1F | 144 | 3F | 2A |
| Octal | 257 | 50 | 172 | 0 | 115 | 36 | 37 | 504 | 77 | 52 |
| Binary | 10101111 | 101000 | 1111010 | 0 | 1001101 | 11110 | 11111 | 101000100 | 111111 | 101010 |
Color Harmonies of #AF287A
Complementary color
Monochromatic Colors of #AF287A
Black with #AF287A
Text Example
Text Example
White with #AF287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF287A; }
p { color: rgb(175,40,122); }
H1.HeaderClassName
{
color: #AF287A;
}
.AnyTagClassName
{
color: #AF287A;
}
</style>
background-color css
<style>
a { background-color: #AF287A; }
a { background-color: rgb(175,40,122); }
div.DivClassName
{
background-color: #AF287A;
}
.BgClassName
{
background-color: #AF287A;
}
</style>
border-color css
<style>
span { border-color: #AF287A; }
span { border-color: rgb(175,40,122); }
td.TdClassName
{
border-color: #AF287A;
}
.TagClassName
{
border-color: #AF287A;
}
</style>