Shades of Medium Red Violet #AF1E8C
Tints of Medium Red Violet #AF1E8C
RGB
CMYK
RGB Variations
Color information
#AF1E8C (or 0xAF1E8C) is known color: Medium Red Violet. HEX triplet: AF, 1E and 8C. RGB value is (175,30,140). Sum of RGB (Red+Green+Blue) = 175+30+140=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1E8C is #50E173. Grayscale: #555555. Windows color (decimal): -5300596 or 9182895. OLE color: 9182895.
HSL color Cylindrical-coordinate representation of color #AF1E8C: hue angle of 314.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E8C is Cyan = 0, Magento = 0.83, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 140 | - |
| CMYK | 0 | 0.83 | 0.2 | 0.31 |
| HSL | 314.48º | 0.71% | 0.4% | - |
| HSV(B) | 314.48º | 0.83% | 0.69% | - |
| XYZ | 22.88 | 11.94 | 25.91 | - |
| YUV | 85.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 140 | 0 | 0.83 | 0.2 | 0.31 | 314.48 | 0.71 | 0.4 |
| Hex | AF | 1E | 8C | 0 | 53 | 14 | 1F | 13A | 47 | 28 |
| Octal | 257 | 36 | 214 | 0 | 123 | 24 | 37 | 472 | 107 | 50 |
| Binary | 10101111 | 11110 | 10001100 | 0 | 1010011 | 10100 | 11111 | 100111010 | 1000111 | 101000 |
Color Harmonies of #AF1E8C
Complementary color
Monochromatic Colors of #AF1E8C
Black with #AF1E8C
Text Example
Text Example
White with #AF1E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E8C; }
p { color: rgb(175,30,140); }
H1.HeaderClassName
{
color: #AF1E8C;
}
.AnyTagClassName
{
color: #AF1E8C;
}
</style>
background-color css
<style>
a { background-color: #AF1E8C; }
a { background-color: rgb(175,30,140); }
div.DivClassName
{
background-color: #AF1E8C;
}
.BgClassName
{
background-color: #AF1E8C;
}
</style>
border-color css
<style>
span { border-color: #AF1E8C; }
span { border-color: rgb(175,30,140); }
td.TdClassName
{
border-color: #AF1E8C;
}
.TagClassName
{
border-color: #AF1E8C;
}
</style>