Shades of Medium Violet Red #AF078D
Tints of Medium Violet Red #AF078D
RGB
CMYK
RGB Variations
Color information
#AF078D (or 0xAF078D) is known color: Medium Violet Red. HEX triplet: AF, 07 and 8D. RGB value is (175,7,141). Sum of RGB (Red+Green+Blue) = 175+7+141=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF078D is #50F872. Grayscale: #484848. Windows color (decimal): -5306483 or 9242543. OLE color: 9242543.
HSL color Cylindrical-coordinate representation of color #AF078D: hue angle of 312.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF078D is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 141 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.31 |
| HSL | 312.14º | 0.92% | 0.36% | - |
| HSV(B) | 312.14º | 0.96% | 0.69% | - |
| XYZ | 22.56 | 11.19 | 26.17 | - |
| YUV | 72.51 | 166.66 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 141 | 0 | 0.96 | 0.19 | 0.31 | 312.14 | 0.92 | 0.36 |
| Hex | AF | 7 | 8D | 0 | 60 | 13 | 1F | 138 | 5C | 24 |
| Octal | 257 | 7 | 215 | 0 | 140 | 23 | 37 | 470 | 134 | 44 |
| Binary | 10101111 | 111 | 10001101 | 0 | 1100000 | 10011 | 11111 | 100111000 | 1011100 | 100100 |
Color Harmonies of #AF078D
Complementary color
Monochromatic Colors of #AF078D
Black with #AF078D
Text Example
Text Example
White with #AF078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF078D; }
p { color: rgb(175,7,141); }
H1.HeaderClassName
{
color: #AF078D;
}
.AnyTagClassName
{
color: #AF078D;
}
</style>
background-color css
<style>
a { background-color: #AF078D; }
a { background-color: rgb(175,7,141); }
div.DivClassName
{
background-color: #AF078D;
}
.BgClassName
{
background-color: #AF078D;
}
</style>
border-color css
<style>
span { border-color: #AF078D; }
span { border-color: rgb(175,7,141); }
td.TdClassName
{
border-color: #AF078D;
}
.TagClassName
{
border-color: #AF078D;
}
</style>