Shades of Medium Red Violet #AF3C85
Tints of Medium Red Violet #AF3C85
RGB
CMYK
RGB Variations
Color information
#AF3C85 (or 0xAF3C85) is known color: Medium Red Violet. HEX triplet: AF, 3C and 85. RGB value is (175,60,133). Sum of RGB (Red+Green+Blue) = 175+60+133=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C85 is #50C37A. Grayscale: #666666. Windows color (decimal): -5292923 or 8731823. OLE color: 8731823.
HSL color Cylindrical-coordinate representation of color #AF3C85: hue angle of 321.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C85 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 133 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.31 |
| HSL | 321.91º | 0.49% | 0.46% | - |
| HSV(B) | 321.91º | 0.66% | 0.69% | - |
| XYZ | 23.53 | 14.04 | 23.66 | - |
| YUV | 102.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 133 | 0 | 0.66 | 0.24 | 0.31 | 321.91 | 0.49 | 0.46 |
| Hex | AF | 3C | 85 | 0 | 42 | 18 | 1F | 142 | 31 | 2E |
| Octal | 257 | 74 | 205 | 0 | 102 | 30 | 37 | 502 | 61 | 56 |
| Binary | 10101111 | 111100 | 10000101 | 0 | 1000010 | 11000 | 11111 | 101000010 | 110001 | 101110 |
Color Harmonies of #AF3C85
Complementary color
Monochromatic Colors of #AF3C85
Black with #AF3C85
Text Example
Text Example
White with #AF3C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C85; }
p { color: rgb(175,60,133); }
H1.HeaderClassName
{
color: #AF3C85;
}
.AnyTagClassName
{
color: #AF3C85;
}
</style>
background-color css
<style>
a { background-color: #AF3C85; }
a { background-color: rgb(175,60,133); }
div.DivClassName
{
background-color: #AF3C85;
}
.BgClassName
{
background-color: #AF3C85;
}
</style>
border-color css
<style>
span { border-color: #AF3C85; }
span { border-color: rgb(175,60,133); }
td.TdClassName
{
border-color: #AF3C85;
}
.TagClassName
{
border-color: #AF3C85;
}
</style>