Shades of Medium Red Violet #AF3E9C
Tints of Medium Red Violet #AF3E9C
RGB
CMYK
RGB Variations
Color information
#AF3E9C (or 0xAF3E9C) is known color: Medium Red Violet. HEX triplet: AF, 3E and 9C. RGB value is (175,62,156). Sum of RGB (Red+Green+Blue) = 175+62+156=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3E9C is #50C163. Grayscale: #6A6A6A. Windows color (decimal): -5292388 or 10239663. OLE color: 10239663.
HSL color Cylindrical-coordinate representation of color #AF3E9C: hue angle of 310.09º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E9C is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 156 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.31 |
| HSL | 310.09º | 0.48% | 0.46% | - |
| HSV(B) | 310.09º | 0.65% | 0.69% | - |
| XYZ | 25.4 | 14.96 | 33 | - |
| YUV | 106.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 156 | 0 | 0.65 | 0.11 | 0.31 | 310.09 | 0.48 | 0.46 |
| Hex | AF | 3E | 9C | 0 | 41 | B | 1F | 136 | 30 | 2E |
| Octal | 257 | 76 | 234 | 0 | 101 | 13 | 37 | 466 | 60 | 56 |
| Binary | 10101111 | 111110 | 10011100 | 0 | 1000001 | 1011 | 11111 | 100110110 | 110000 | 101110 |
Color Harmonies of #AF3E9C
Complementary color
Monochromatic Colors of #AF3E9C
Black with #AF3E9C
Text Example
Text Example
White with #AF3E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E9C; }
p { color: rgb(175,62,156); }
H1.HeaderClassName
{
color: #AF3E9C;
}
.AnyTagClassName
{
color: #AF3E9C;
}
</style>
background-color css
<style>
a { background-color: #AF3E9C; }
a { background-color: rgb(175,62,156); }
div.DivClassName
{
background-color: #AF3E9C;
}
.BgClassName
{
background-color: #AF3E9C;
}
</style>
border-color css
<style>
span { border-color: #AF3E9C; }
span { border-color: rgb(175,62,156); }
td.TdClassName
{
border-color: #AF3E9C;
}
.TagClassName
{
border-color: #AF3E9C;
}
</style>