Shades of Medium Red Violet #AF378F
Tints of Medium Red Violet #AF378F
RGB
CMYK
RGB Variations
Color information
#AF378F (or 0xAF378F) is known color: Medium Red Violet. HEX triplet: AF, 37 and 8F. RGB value is (175,55,143). Sum of RGB (Red+Green+Blue) = 175+55+143=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF378F is #50C870. Grayscale: #646464. Windows color (decimal): -5294193 or 9385903. OLE color: 9385903.
HSL color Cylindrical-coordinate representation of color #AF378F: hue angle of 316º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF378F is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 143 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.31 |
| HSL | 316º | 0.52% | 0.45% | - |
| HSV(B) | 316º | 0.69% | 0.69% | - |
| XYZ | 24 | 13.83 | 27.39 | - |
| YUV | 100.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 143 | 0 | 0.69 | 0.18 | 0.31 | 316 | 0.52 | 0.45 |
| Hex | AF | 37 | 8F | 0 | 45 | 12 | 1F | 13C | 34 | 2D |
| Octal | 257 | 67 | 217 | 0 | 105 | 22 | 37 | 474 | 64 | 55 |
| Binary | 10101111 | 110111 | 10001111 | 0 | 1000101 | 10010 | 11111 | 100111100 | 110100 | 101101 |
Color Harmonies of #AF378F
Complementary color
Monochromatic Colors of #AF378F
Black with #AF378F
Text Example
Text Example
White with #AF378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF378F; }
p { color: rgb(175,55,143); }
H1.HeaderClassName
{
color: #AF378F;
}
.AnyTagClassName
{
color: #AF378F;
}
</style>
background-color css
<style>
a { background-color: #AF378F; }
a { background-color: rgb(175,55,143); }
div.DivClassName
{
background-color: #AF378F;
}
.BgClassName
{
background-color: #AF378F;
}
</style>
border-color css
<style>
span { border-color: #AF378F; }
span { border-color: rgb(175,55,143); }
td.TdClassName
{
border-color: #AF378F;
}
.TagClassName
{
border-color: #AF378F;
}
</style>