Shades of Medium Violet Red #AF0C88
Tints of Medium Violet Red #AF0C88
RGB
CMYK
RGB Variations
Color information
#AF0C88 (or 0xAF0C88) is known color: Medium Violet Red. HEX triplet: AF, 0C and 88. RGB value is (175,12,136). Sum of RGB (Red+Green+Blue) = 175+12+136=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C88 is #50F377. Grayscale: #4A4A4A. Windows color (decimal): -5305208 or 8916143. OLE color: 8916143.
HSL color Cylindrical-coordinate representation of color #AF0C88: hue angle of 314.36º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C88 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 136 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.31 |
| HSL | 314.36º | 0.87% | 0.37% | - |
| HSV(B) | 314.36º | 0.93% | 0.69% | - |
| XYZ | 22.25 | 11.15 | 24.27 | - |
| YUV | 74.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 136 | 0 | 0.93 | 0.22 | 0.31 | 314.36 | 0.87 | 0.37 |
| Hex | AF | C | 88 | 0 | 5D | 16 | 1F | 13A | 57 | 25 |
| Octal | 257 | 14 | 210 | 0 | 135 | 26 | 37 | 472 | 127 | 45 |
| Binary | 10101111 | 1100 | 10001000 | 0 | 1011101 | 10110 | 11111 | 100111010 | 1010111 | 100101 |
Color Harmonies of #AF0C88
Complementary color
Monochromatic Colors of #AF0C88
Black with #AF0C88
Text Example
Text Example
White with #AF0C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C88; }
p { color: rgb(175,12,136); }
H1.HeaderClassName
{
color: #AF0C88;
}
.AnyTagClassName
{
color: #AF0C88;
}
</style>
background-color css
<style>
a { background-color: #AF0C88; }
a { background-color: rgb(175,12,136); }
div.DivClassName
{
background-color: #AF0C88;
}
.BgClassName
{
background-color: #AF0C88;
}
</style>
border-color css
<style>
span { border-color: #AF0C88; }
span { border-color: rgb(175,12,136); }
td.TdClassName
{
border-color: #AF0C88;
}
.TagClassName
{
border-color: #AF0C88;
}
</style>