Shades of Medium Red Violet #AF3E9D
Tints of Medium Red Violet #AF3E9D
RGB
CMYK
RGB Variations
Color information
#AF3E9D (or 0xAF3E9D) is known color: Medium Red Violet. HEX triplet: AF, 3E and 9D. RGB value is (175,62,157). Sum of RGB (Red+Green+Blue) = 175+62+157=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3E9D is #50C162. Grayscale: #6A6A6A. Windows color (decimal): -5292387 or 10305199. OLE color: 10305199.
HSL color Cylindrical-coordinate representation of color #AF3E9D: hue angle of 309.56º 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 #AF3E9D is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 157 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.31 |
| HSL | 309.56º | 0.48% | 0.46% | - |
| HSV(B) | 309.56º | 0.65% | 0.69% | - |
| XYZ | 25.49 | 14.99 | 33.45 | - |
| YUV | 106.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 157 | 0 | 0.65 | 0.10 | 0.31 | 309.56 | 0.48 | 0.46 |
| Hex | AF | 3E | 9D | 0 | 41 | A | 1F | 136 | 30 | 2E |
| Octal | 257 | 76 | 235 | 0 | 101 | 12 | 37 | 466 | 60 | 56 |
| Binary | 10101111 | 111110 | 10011101 | 0 | 1000001 | 1010 | 11111 | 100110110 | 110000 | 101110 |
Color Harmonies of #AF3E9D
Complementary color
Monochromatic Colors of #AF3E9D
Black with #AF3E9D
Text Example
Text Example
White with #AF3E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E9D; }
p { color: rgb(175,62,157); }
H1.HeaderClassName
{
color: #AF3E9D;
}
.AnyTagClassName
{
color: #AF3E9D;
}
</style>
background-color css
<style>
a { background-color: #AF3E9D; }
a { background-color: rgb(175,62,157); }
div.DivClassName
{
background-color: #AF3E9D;
}
.BgClassName
{
background-color: #AF3E9D;
}
</style>
border-color css
<style>
span { border-color: #AF3E9D; }
span { border-color: rgb(175,62,157); }
td.TdClassName
{
border-color: #AF3E9D;
}
.TagClassName
{
border-color: #AF3E9D;
}
</style>