Shades of Medium Violet Red #AF1881
Tints of Medium Violet Red #AF1881
RGB
CMYK
RGB Variations
Color information
#AF1881 (or 0xAF1881) is known color: Medium Violet Red. HEX triplet: AF, 18 and 81. RGB value is (175,24,129). Sum of RGB (Red+Green+Blue) = 175+24+129=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1881 is #50E77E. Grayscale: #505050. Windows color (decimal): -5302143 or 8460463. OLE color: 8460463.
HSL color Cylindrical-coordinate representation of color #AF1881: hue angle of 318.28º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1881 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 129 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.31 |
| HSL | 318.28º | 0.76% | 0.39% | - |
| HSV(B) | 318.28º | 0.86% | 0.69% | - |
| XYZ | 21.97 | 11.35 | 21.8 | - |
| YUV | 81.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 129 | 0 | 0.86 | 0.26 | 0.31 | 318.28 | 0.76 | 0.39 |
| Hex | AF | 18 | 81 | 0 | 56 | 1A | 1F | 13E | 4C | 27 |
| Octal | 257 | 30 | 201 | 0 | 126 | 32 | 37 | 476 | 114 | 47 |
| Binary | 10101111 | 11000 | 10000001 | 0 | 1010110 | 11010 | 11111 | 100111110 | 1001100 | 100111 |
Color Harmonies of #AF1881
Complementary color
Monochromatic Colors of #AF1881
Black with #AF1881
Text Example
Text Example
White with #AF1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1881; }
p { color: rgb(175,24,129); }
H1.HeaderClassName
{
color: #AF1881;
}
.AnyTagClassName
{
color: #AF1881;
}
</style>
background-color css
<style>
a { background-color: #AF1881; }
a { background-color: rgb(175,24,129); }
div.DivClassName
{
background-color: #AF1881;
}
.BgClassName
{
background-color: #AF1881;
}
</style>
border-color css
<style>
span { border-color: #AF1881; }
span { border-color: rgb(175,24,129); }
td.TdClassName
{
border-color: #AF1881;
}
.TagClassName
{
border-color: #AF1881;
}
</style>