Shades of Medium Violet Red #AF1185
Tints of Medium Violet Red #AF1185
RGB
CMYK
RGB Variations
Color information
#AF1185 (or 0xAF1185) is known color: Medium Violet Red. HEX triplet: AF, 11 and 85. RGB value is (175,17,133). Sum of RGB (Red+Green+Blue) = 175+17+133=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1185 is #50EE7A. Grayscale: #4D4D4D. Windows color (decimal): -5303931 or 8720815. OLE color: 8720815.
HSL color Cylindrical-coordinate representation of color #AF1185: hue angle of 315.95º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1185 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 133 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.31 |
| HSL | 315.95º | 0.82% | 0.38% | - |
| HSV(B) | 315.95º | 0.9% | 0.69% | - |
| XYZ | 22.11 | 11.21 | 23.19 | - |
| YUV | 77.47 | 159.35 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 133 | 0 | 0.90 | 0.24 | 0.31 | 315.95 | 0.82 | 0.38 |
| Hex | AF | 11 | 85 | 0 | 5A | 18 | 1F | 13C | 52 | 26 |
| Octal | 257 | 21 | 205 | 0 | 132 | 30 | 37 | 474 | 122 | 46 |
| Binary | 10101111 | 10001 | 10000101 | 0 | 1011010 | 11000 | 11111 | 100111100 | 1010010 | 100110 |
Color Harmonies of #AF1185
Complementary color
Monochromatic Colors of #AF1185
Black with #AF1185
Text Example
Text Example
White with #AF1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1185; }
p { color: rgb(175,17,133); }
H1.HeaderClassName
{
color: #AF1185;
}
.AnyTagClassName
{
color: #AF1185;
}
</style>
background-color css
<style>
a { background-color: #AF1185; }
a { background-color: rgb(175,17,133); }
div.DivClassName
{
background-color: #AF1185;
}
.BgClassName
{
background-color: #AF1185;
}
</style>
border-color css
<style>
span { border-color: #AF1185; }
span { border-color: rgb(175,17,133); }
td.TdClassName
{
border-color: #AF1185;
}
.TagClassName
{
border-color: #AF1185;
}
</style>