Shades of Medium Violet Red #AF0881
Tints of Medium Violet Red #AF0881
RGB
CMYK
RGB Variations
Color information
#AF0881 (or 0xAF0881) is known color: Medium Violet Red. HEX triplet: AF, 08 and 81. RGB value is (175,8,129). Sum of RGB (Red+Green+Blue) = 175+8+129=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0881 is #50F77E. Grayscale: #474747. Windows color (decimal): -5306239 or 8456367. OLE color: 8456367.
HSL color Cylindrical-coordinate representation of color #AF0881: hue angle of 316.53º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0881 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 129 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.31 |
| HSL | 316.53º | 0.91% | 0.36% | - |
| HSV(B) | 316.53º | 0.95% | 0.69% | - |
| XYZ | 21.73 | 10.87 | 21.72 | - |
| YUV | 71.73 | 160.33 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 129 | 0 | 0.95 | 0.26 | 0.31 | 316.53 | 0.91 | 0.36 |
| Hex | AF | 8 | 81 | 0 | 5F | 1A | 1F | 13D | 5B | 24 |
| Octal | 257 | 10 | 201 | 0 | 137 | 32 | 37 | 475 | 133 | 44 |
| Binary | 10101111 | 1000 | 10000001 | 0 | 1011111 | 11010 | 11111 | 100111101 | 1011011 | 100100 |
Color Harmonies of #AF0881
Complementary color
Monochromatic Colors of #AF0881
Black with #AF0881
Text Example
Text Example
White with #AF0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0881; }
p { color: rgb(175,8,129); }
H1.HeaderClassName
{
color: #AF0881;
}
.AnyTagClassName
{
color: #AF0881;
}
</style>
background-color css
<style>
a { background-color: #AF0881; }
a { background-color: rgb(175,8,129); }
div.DivClassName
{
background-color: #AF0881;
}
.BgClassName
{
background-color: #AF0881;
}
</style>
border-color css
<style>
span { border-color: #AF0881; }
span { border-color: rgb(175,8,129); }
td.TdClassName
{
border-color: #AF0881;
}
.TagClassName
{
border-color: #AF0881;
}
</style>