Shades of Medium Violet Red #AF068E
Tints of Medium Violet Red #AF068E
RGB
CMYK
RGB Variations
Color information
#AF068E (or 0xAF068E) is known color: Medium Violet Red. HEX triplet: AF, 06 and 8E. RGB value is (175,6,142). Sum of RGB (Red+Green+Blue) = 175+6+142=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF068E is #50F971. Grayscale: #474747. Windows color (decimal): -5306738 or 9307823. OLE color: 9307823.
HSL color Cylindrical-coordinate representation of color #AF068E: hue angle of 311.72º 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 #AF068E is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.31 |
| HSL | 311.72º | 0.93% | 0.35% | - |
| HSV(B) | 311.72º | 0.97% | 0.69% | - |
| XYZ | 22.63 | 11.2 | 26.56 | - |
| YUV | 72.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 142 | 0 | 0.97 | 0.19 | 0.31 | 311.72 | 0.93 | 0.35 |
| Hex | AF | 6 | 8E | 0 | 61 | 13 | 1F | 138 | 5D | 23 |
| Octal | 257 | 6 | 216 | 0 | 141 | 23 | 37 | 470 | 135 | 43 |
| Binary | 10101111 | 110 | 10001110 | 0 | 1100001 | 10011 | 11111 | 100111000 | 1011101 | 100011 |
Color Harmonies of #AF068E
Complementary color
Monochromatic Colors of #AF068E
Black with #AF068E
Text Example
Text Example
White with #AF068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF068E; }
p { color: rgb(175,6,142); }
H1.HeaderClassName
{
color: #AF068E;
}
.AnyTagClassName
{
color: #AF068E;
}
</style>
background-color css
<style>
a { background-color: #AF068E; }
a { background-color: rgb(175,6,142); }
div.DivClassName
{
background-color: #AF068E;
}
.BgClassName
{
background-color: #AF068E;
}
</style>
border-color css
<style>
span { border-color: #AF068E; }
span { border-color: rgb(175,6,142); }
td.TdClassName
{
border-color: #AF068E;
}
.TagClassName
{
border-color: #AF068E;
}
</style>