Shades of Medium Violet Red #AF057C
Tints of Medium Violet Red #AF057C
RGB
CMYK
RGB Variations
Color information
#AF057C (or 0xAF057C) is known color: Medium Violet Red. HEX triplet: AF, 05 and 7C. RGB value is (175,5,124). Sum of RGB (Red+Green+Blue) = 175+5+124=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF057C is #50FA83. Grayscale: #454545. Windows color (decimal): -5307012 or 8127919. OLE color: 8127919.
HSL color Cylindrical-coordinate representation of color #AF057C: hue angle of 318º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF057C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 124 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.31 |
| HSL | 318º | 0.94% | 0.35% | - |
| HSV(B) | 318º | 0.97% | 0.69% | - |
| XYZ | 21.37 | 10.68 | 20 | - |
| YUV | 69.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 124 | 0 | 0.97 | 0.29 | 0.31 | 318 | 0.94 | 0.35 |
| Hex | AF | 5 | 7C | 0 | 61 | 1D | 1F | 13E | 5E | 23 |
| Octal | 257 | 5 | 174 | 0 | 141 | 35 | 37 | 476 | 136 | 43 |
| Binary | 10101111 | 101 | 1111100 | 0 | 1100001 | 11101 | 11111 | 100111110 | 1011110 | 100011 |
Color Harmonies of #AF057C
Complementary color
Monochromatic Colors of #AF057C
Black with #AF057C
Text Example
Text Example
White with #AF057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF057C; }
p { color: rgb(175,5,124); }
H1.HeaderClassName
{
color: #AF057C;
}
.AnyTagClassName
{
color: #AF057C;
}
</style>
background-color css
<style>
a { background-color: #AF057C; }
a { background-color: rgb(175,5,124); }
div.DivClassName
{
background-color: #AF057C;
}
.BgClassName
{
background-color: #AF057C;
}
</style>
border-color css
<style>
span { border-color: #AF057C; }
span { border-color: rgb(175,5,124); }
td.TdClassName
{
border-color: #AF057C;
}
.TagClassName
{
border-color: #AF057C;
}
</style>