Shades of Medium Violet Red #AF088D
Tints of Medium Violet Red #AF088D
RGB
CMYK
RGB Variations
Color information
#AF088D (or 0xAF088D) is known color: Medium Violet Red. HEX triplet: AF, 08 and 8D. RGB value is (175,8,141). Sum of RGB (Red+Green+Blue) = 175+8+141=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF088D is #50F772. Grayscale: #484848. Windows color (decimal): -5306227 or 9242799. OLE color: 9242799.
HSL color Cylindrical-coordinate representation of color #AF088D: hue angle of 312.22º 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 #AF088D is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 141 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.31 |
| HSL | 312.22º | 0.91% | 0.36% | - |
| HSV(B) | 312.22º | 0.95% | 0.69% | - |
| XYZ | 22.57 | 11.21 | 26.17 | - |
| YUV | 73.1 | 166.33 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 141 | 0 | 0.95 | 0.19 | 0.31 | 312.22 | 0.91 | 0.36 |
| Hex | AF | 8 | 8D | 0 | 5F | 13 | 1F | 138 | 5B | 24 |
| Octal | 257 | 10 | 215 | 0 | 137 | 23 | 37 | 470 | 133 | 44 |
| Binary | 10101111 | 1000 | 10001101 | 0 | 1011111 | 10011 | 11111 | 100111000 | 1011011 | 100100 |
Color Harmonies of #AF088D
Complementary color
Monochromatic Colors of #AF088D
Black with #AF088D
Text Example
Text Example
White with #AF088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF088D; }
p { color: rgb(175,8,141); }
H1.HeaderClassName
{
color: #AF088D;
}
.AnyTagClassName
{
color: #AF088D;
}
</style>
background-color css
<style>
a { background-color: #AF088D; }
a { background-color: rgb(175,8,141); }
div.DivClassName
{
background-color: #AF088D;
}
.BgClassName
{
background-color: #AF088D;
}
</style>
border-color css
<style>
span { border-color: #AF088D; }
span { border-color: rgb(175,8,141); }
td.TdClassName
{
border-color: #AF088D;
}
.TagClassName
{
border-color: #AF088D;
}
</style>