Shades of Medium Red Violet #AF1F8C
Tints of Medium Red Violet #AF1F8C
RGB
CMYK
RGB Variations
Color information
#AF1F8C (or 0xAF1F8C) is known color: Medium Red Violet. HEX triplet: AF, 1F and 8C. RGB value is (175,31,140). Sum of RGB (Red+Green+Blue) = 175+31+140=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F8C is #50E073. Grayscale: #565656. Windows color (decimal): -5300340 or 9183151. OLE color: 9183151.
HSL color Cylindrical-coordinate representation of color #AF1F8C: hue angle of 314.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F8C is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 140 | - |
| CMYK | 0 | 0.82 | 0.2 | 0.31 |
| HSL | 314.58º | 0.7% | 0.4% | - |
| HSV(B) | 314.58º | 0.82% | 0.69% | - |
| XYZ | 22.9 | 11.99 | 25.92 | - |
| YUV | 86.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 140 | 0 | 0.82 | 0.2 | 0.31 | 314.58 | 0.7 | 0.4 |
| Hex | AF | 1F | 8C | 0 | 52 | 14 | 1F | 13B | 46 | 28 |
| Octal | 257 | 37 | 214 | 0 | 122 | 24 | 37 | 473 | 106 | 50 |
| Binary | 10101111 | 11111 | 10001100 | 0 | 1010010 | 10100 | 11111 | 100111011 | 1000110 | 101000 |
Color Harmonies of #AF1F8C
Complementary color
Monochromatic Colors of #AF1F8C
Black with #AF1F8C
Text Example
Text Example
White with #AF1F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F8C; }
p { color: rgb(175,31,140); }
H1.HeaderClassName
{
color: #AF1F8C;
}
.AnyTagClassName
{
color: #AF1F8C;
}
</style>
background-color css
<style>
a { background-color: #AF1F8C; }
a { background-color: rgb(175,31,140); }
div.DivClassName
{
background-color: #AF1F8C;
}
.BgClassName
{
background-color: #AF1F8C;
}
</style>
border-color css
<style>
span { border-color: #AF1F8C; }
span { border-color: rgb(175,31,140); }
td.TdClassName
{
border-color: #AF1F8C;
}
.TagClassName
{
border-color: #AF1F8C;
}
</style>