Shades of Medium Violet Red #AF1C8B
Tints of Medium Violet Red #AF1C8B
RGB
CMYK
RGB Variations
Color information
#AF1C8B (or 0xAF1C8B) is known color: Medium Violet Red. HEX triplet: AF, 1C and 8B. RGB value is (175,28,139). Sum of RGB (Red+Green+Blue) = 175+28+139=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C8B is #50E374. Grayscale: #545454. Windows color (decimal): -5301109 or 9116847. OLE color: 9116847.
HSL color Cylindrical-coordinate representation of color #AF1C8B: hue angle of 314.69º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C8B is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 139 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.31 |
| HSL | 314.69º | 0.72% | 0.4% | - |
| HSV(B) | 314.69º | 0.84% | 0.69% | - |
| XYZ | 22.75 | 11.81 | 25.51 | - |
| YUV | 84.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 139 | 0 | 0.84 | 0.21 | 0.31 | 314.69 | 0.72 | 0.4 |
| Hex | AF | 1C | 8B | 0 | 54 | 15 | 1F | 13B | 48 | 28 |
| Octal | 257 | 34 | 213 | 0 | 124 | 25 | 37 | 473 | 110 | 50 |
| Binary | 10101111 | 11100 | 10001011 | 0 | 1010100 | 10101 | 11111 | 100111011 | 1001000 | 101000 |
Color Harmonies of #AF1C8B
Complementary color
Monochromatic Colors of #AF1C8B
Black with #AF1C8B
Text Example
Text Example
White with #AF1C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C8B; }
p { color: rgb(175,28,139); }
H1.HeaderClassName
{
color: #AF1C8B;
}
.AnyTagClassName
{
color: #AF1C8B;
}
</style>
background-color css
<style>
a { background-color: #AF1C8B; }
a { background-color: rgb(175,28,139); }
div.DivClassName
{
background-color: #AF1C8B;
}
.BgClassName
{
background-color: #AF1C8B;
}
</style>
border-color css
<style>
span { border-color: #AF1C8B; }
span { border-color: rgb(175,28,139); }
td.TdClassName
{
border-color: #AF1C8B;
}
.TagClassName
{
border-color: #AF1C8B;
}
</style>