Shades of Medium Red Violet #AF3C9C
Tints of Medium Red Violet #AF3C9C
RGB
CMYK
RGB Variations
Color information
#AF3C9C (or 0xAF3C9C) is known color: Medium Red Violet. HEX triplet: AF, 3C and 9C. RGB value is (175,60,156). Sum of RGB (Red+Green+Blue) = 175+60+156=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C9C is #50C363. Grayscale: #696969. Windows color (decimal): -5292900 or 10239151. OLE color: 10239151.
HSL color Cylindrical-coordinate representation of color #AF3C9C: hue angle of 309.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 #AF3C9C is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 156 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.31 |
| HSL | 309.91º | 0.49% | 0.46% | - |
| HSV(B) | 309.91º | 0.66% | 0.69% | - |
| XYZ | 25.3 | 14.75 | 32.97 | - |
| YUV | 105.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 156 | 0 | 0.66 | 0.11 | 0.31 | 309.91 | 0.49 | 0.46 |
| Hex | AF | 3C | 9C | 0 | 42 | B | 1F | 136 | 31 | 2E |
| Octal | 257 | 74 | 234 | 0 | 102 | 13 | 37 | 466 | 61 | 56 |
| Binary | 10101111 | 111100 | 10011100 | 0 | 1000010 | 1011 | 11111 | 100110110 | 110001 | 101110 |
Color Harmonies of #AF3C9C
Complementary color
Monochromatic Colors of #AF3C9C
Black with #AF3C9C
Text Example
Text Example
White with #AF3C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C9C; }
p { color: rgb(175,60,156); }
H1.HeaderClassName
{
color: #AF3C9C;
}
.AnyTagClassName
{
color: #AF3C9C;
}
</style>
background-color css
<style>
a { background-color: #AF3C9C; }
a { background-color: rgb(175,60,156); }
div.DivClassName
{
background-color: #AF3C9C;
}
.BgClassName
{
background-color: #AF3C9C;
}
</style>
border-color css
<style>
span { border-color: #AF3C9C; }
span { border-color: rgb(175,60,156); }
td.TdClassName
{
border-color: #AF3C9C;
}
.TagClassName
{
border-color: #AF3C9C;
}
</style>