Shades of Medium Red Violet #AF3C8E
Tints of Medium Red Violet #AF3C8E
RGB
CMYK
RGB Variations
Color information
#AF3C8E (or 0xAF3C8E) is known color: Medium Red Violet. HEX triplet: AF, 3C and 8E. RGB value is (175,60,142). Sum of RGB (Red+Green+Blue) = 175+60+142=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C8E is #50C371. Grayscale: #676767. Windows color (decimal): -5292914 or 9321647. OLE color: 9321647.
HSL color Cylindrical-coordinate representation of color #AF3C8E: hue angle of 317.22º 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 #AF3C8E is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 142 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.31 |
| HSL | 317.22º | 0.49% | 0.46% | - |
| HSV(B) | 317.22º | 0.66% | 0.69% | - |
| XYZ | 24.18 | 14.3 | 27.08 | - |
| YUV | 103.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 142 | 0 | 0.66 | 0.19 | 0.31 | 317.22 | 0.49 | 0.46 |
| Hex | AF | 3C | 8E | 0 | 42 | 13 | 1F | 13D | 31 | 2E |
| Octal | 257 | 74 | 216 | 0 | 102 | 23 | 37 | 475 | 61 | 56 |
| Binary | 10101111 | 111100 | 10001110 | 0 | 1000010 | 10011 | 11111 | 100111101 | 110001 | 101110 |
Color Harmonies of #AF3C8E
Complementary color
Monochromatic Colors of #AF3C8E
Black with #AF3C8E
Text Example
Text Example
White with #AF3C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C8E; }
p { color: rgb(175,60,142); }
H1.HeaderClassName
{
color: #AF3C8E;
}
.AnyTagClassName
{
color: #AF3C8E;
}
</style>
background-color css
<style>
a { background-color: #AF3C8E; }
a { background-color: rgb(175,60,142); }
div.DivClassName
{
background-color: #AF3C8E;
}
.BgClassName
{
background-color: #AF3C8E;
}
</style>
border-color css
<style>
span { border-color: #AF3C8E; }
span { border-color: rgb(175,60,142); }
td.TdClassName
{
border-color: #AF3C8E;
}
.TagClassName
{
border-color: #AF3C8E;
}
</style>