Shades of Medium Violet Red #AF0888
Tints of Medium Violet Red #AF0888
RGB
CMYK
RGB Variations
Color information
#AF0888 (or 0xAF0888) is known color: Medium Violet Red. HEX triplet: AF, 08 and 88. RGB value is (175,8,136). Sum of RGB (Red+Green+Blue) = 175+8+136=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0888 is #50F777. Grayscale: #484848. Windows color (decimal): -5306232 or 8915119. OLE color: 8915119.
HSL color Cylindrical-coordinate representation of color #AF0888: hue angle of 314.01º 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 #AF0888 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 136 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.31 |
| HSL | 314.01º | 0.91% | 0.36% | - |
| HSV(B) | 314.01º | 0.95% | 0.69% | - |
| XYZ | 22.21 | 11.07 | 24.26 | - |
| YUV | 72.53 | 163.83 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 136 | 0 | 0.95 | 0.22 | 0.31 | 314.01 | 0.91 | 0.36 |
| Hex | AF | 8 | 88 | 0 | 5F | 16 | 1F | 13A | 5B | 24 |
| Octal | 257 | 10 | 210 | 0 | 137 | 26 | 37 | 472 | 133 | 44 |
| Binary | 10101111 | 1000 | 10001000 | 0 | 1011111 | 10110 | 11111 | 100111010 | 1011011 | 100100 |
Color Harmonies of #AF0888
Complementary color
Monochromatic Colors of #AF0888
Black with #AF0888
Text Example
Text Example
White with #AF0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0888; }
p { color: rgb(175,8,136); }
H1.HeaderClassName
{
color: #AF0888;
}
.AnyTagClassName
{
color: #AF0888;
}
</style>
background-color css
<style>
a { background-color: #AF0888; }
a { background-color: rgb(175,8,136); }
div.DivClassName
{
background-color: #AF0888;
}
.BgClassName
{
background-color: #AF0888;
}
</style>
border-color css
<style>
span { border-color: #AF0888; }
span { border-color: rgb(175,8,136); }
td.TdClassName
{
border-color: #AF0888;
}
.TagClassName
{
border-color: #AF0888;
}
</style>