Shades of Medium Violet Red #AF068D
Tints of Medium Violet Red #AF068D
RGB
CMYK
RGB Variations
Color information
#AF068D (or 0xAF068D) is known color: Medium Violet Red. HEX triplet: AF, 06 and 8D. RGB value is (175,6,141). Sum of RGB (Red+Green+Blue) = 175+6+141=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF068D is #50F972. Grayscale: #474747. Windows color (decimal): -5306739 or 9242287. OLE color: 9242287.
HSL color Cylindrical-coordinate representation of color #AF068D: hue angle of 312.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF068D is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.31 |
| HSL | 312.07º | 0.93% | 0.35% | - |
| HSV(B) | 312.07º | 0.97% | 0.69% | - |
| XYZ | 22.55 | 11.17 | 26.17 | - |
| YUV | 71.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 141 | 0 | 0.97 | 0.19 | 0.31 | 312.07 | 0.93 | 0.35 |
| Hex | AF | 6 | 8D | 0 | 61 | 13 | 1F | 138 | 5D | 23 |
| Octal | 257 | 6 | 215 | 0 | 141 | 23 | 37 | 470 | 135 | 43 |
| Binary | 10101111 | 110 | 10001101 | 0 | 1100001 | 10011 | 11111 | 100111000 | 1011101 | 100011 |
Color Harmonies of #AF068D
Complementary color
Monochromatic Colors of #AF068D
Black with #AF068D
Text Example
Text Example
White with #AF068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF068D; }
p { color: rgb(175,6,141); }
H1.HeaderClassName
{
color: #AF068D;
}
.AnyTagClassName
{
color: #AF068D;
}
</style>
background-color css
<style>
a { background-color: #AF068D; }
a { background-color: rgb(175,6,141); }
div.DivClassName
{
background-color: #AF068D;
}
.BgClassName
{
background-color: #AF068D;
}
</style>
border-color css
<style>
span { border-color: #AF068D; }
span { border-color: rgb(175,6,141); }
td.TdClassName
{
border-color: #AF068D;
}
.TagClassName
{
border-color: #AF068D;
}
</style>