Shades of Medium Red Violet #AF3C9B
Tints of Medium Red Violet #AF3C9B
RGB
CMYK
RGB Variations
Color information
#AF3C9B (or 0xAF3C9B) is known color: Medium Red Violet. HEX triplet: AF, 3C and 9B. RGB value is (175,60,155). Sum of RGB (Red+Green+Blue) = 175+60+155=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C9B is #50C364. Grayscale: #686868. Windows color (decimal): -5292901 or 10173615. OLE color: 10173615.
HSL color Cylindrical-coordinate representation of color #AF3C9B: hue angle of 310.43º 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 #AF3C9B is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 155 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.31 |
| HSL | 310.43º | 0.49% | 0.46% | - |
| HSV(B) | 310.43º | 0.66% | 0.69% | - |
| XYZ | 25.21 | 14.71 | 32.52 | - |
| YUV | 105.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 155 | 0 | 0.66 | 0.11 | 0.31 | 310.43 | 0.49 | 0.46 |
| Hex | AF | 3C | 9B | 0 | 42 | B | 1F | 136 | 31 | 2E |
| Octal | 257 | 74 | 233 | 0 | 102 | 13 | 37 | 466 | 61 | 56 |
| Binary | 10101111 | 111100 | 10011011 | 0 | 1000010 | 1011 | 11111 | 100110110 | 110001 | 101110 |
Color Harmonies of #AF3C9B
Complementary color
Monochromatic Colors of #AF3C9B
Black with #AF3C9B
Text Example
Text Example
White with #AF3C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C9B; }
p { color: rgb(175,60,155); }
H1.HeaderClassName
{
color: #AF3C9B;
}
.AnyTagClassName
{
color: #AF3C9B;
}
</style>
background-color css
<style>
a { background-color: #AF3C9B; }
a { background-color: rgb(175,60,155); }
div.DivClassName
{
background-color: #AF3C9B;
}
.BgClassName
{
background-color: #AF3C9B;
}
</style>
border-color css
<style>
span { border-color: #AF3C9B; }
span { border-color: rgb(175,60,155); }
td.TdClassName
{
border-color: #AF3C9B;
}
.TagClassName
{
border-color: #AF3C9B;
}
</style>