Shades of Medium Red Violet #AF3F8E
Tints of Medium Red Violet #AF3F8E
RGB
CMYK
RGB Variations
Color information
#AF3F8E (or 0xAF3F8E) is known color: Medium Red Violet. HEX triplet: AF, 3F and 8E. RGB value is (175,63,142). Sum of RGB (Red+Green+Blue) = 175+63+142=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F8E is #50C071. Grayscale: #696969. Windows color (decimal): -5292146 or 9322415. OLE color: 9322415.
HSL color Cylindrical-coordinate representation of color #AF3F8E: hue angle of 317.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F8E is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 142 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.31 |
| HSL | 317.68º | 0.47% | 0.47% | - |
| HSV(B) | 317.68º | 0.64% | 0.69% | - |
| XYZ | 24.34 | 14.62 | 27.13 | - |
| YUV | 105.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 142 | 0 | 0.64 | 0.19 | 0.31 | 317.68 | 0.47 | 0.47 |
| Hex | AF | 3F | 8E | 0 | 40 | 13 | 1F | 13E | 2F | 2F |
| Octal | 257 | 77 | 216 | 0 | 100 | 23 | 37 | 476 | 57 | 57 |
| Binary | 10101111 | 111111 | 10001110 | 0 | 1000000 | 10011 | 11111 | 100111110 | 101111 | 101111 |
Color Harmonies of #AF3F8E
Complementary color
Monochromatic Colors of #AF3F8E
Black with #AF3F8E
Text Example
Text Example
White with #AF3F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F8E; }
p { color: rgb(175,63,142); }
H1.HeaderClassName
{
color: #AF3F8E;
}
.AnyTagClassName
{
color: #AF3F8E;
}
</style>
background-color css
<style>
a { background-color: #AF3F8E; }
a { background-color: rgb(175,63,142); }
div.DivClassName
{
background-color: #AF3F8E;
}
.BgClassName
{
background-color: #AF3F8E;
}
</style>
border-color css
<style>
span { border-color: #AF3F8E; }
span { border-color: rgb(175,63,142); }
td.TdClassName
{
border-color: #AF3F8E;
}
.TagClassName
{
border-color: #AF3F8E;
}
</style>