Shades of Medium Violet Red #AF067C
Tints of Medium Violet Red #AF067C
RGB
CMYK
RGB Variations
Color information
#AF067C (or 0xAF067C) is known color: Medium Violet Red. HEX triplet: AF, 06 and 7C. RGB value is (175,6,124). Sum of RGB (Red+Green+Blue) = 175+6+124=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF067C is #50F983. Grayscale: #454545. Windows color (decimal): -5306756 or 8128175. OLE color: 8128175.
HSL color Cylindrical-coordinate representation of color #AF067C: hue angle of 318.11º 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 #AF067C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.31 |
| HSL | 318.11º | 0.93% | 0.35% | - |
| HSV(B) | 318.11º | 0.97% | 0.69% | - |
| XYZ | 21.38 | 10.7 | 20.01 | - |
| YUV | 69.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 124 | 0 | 0.97 | 0.29 | 0.31 | 318.11 | 0.93 | 0.35 |
| Hex | AF | 6 | 7C | 0 | 61 | 1D | 1F | 13E | 5D | 23 |
| Octal | 257 | 6 | 174 | 0 | 141 | 35 | 37 | 476 | 135 | 43 |
| Binary | 10101111 | 110 | 1111100 | 0 | 1100001 | 11101 | 11111 | 100111110 | 1011101 | 100011 |
Color Harmonies of #AF067C
Complementary color
Monochromatic Colors of #AF067C
Black with #AF067C
Text Example
Text Example
White with #AF067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF067C; }
p { color: rgb(175,6,124); }
H1.HeaderClassName
{
color: #AF067C;
}
.AnyTagClassName
{
color: #AF067C;
}
</style>
background-color css
<style>
a { background-color: #AF067C; }
a { background-color: rgb(175,6,124); }
div.DivClassName
{
background-color: #AF067C;
}
.BgClassName
{
background-color: #AF067C;
}
</style>
border-color css
<style>
span { border-color: #AF067C; }
span { border-color: rgb(175,6,124); }
td.TdClassName
{
border-color: #AF067C;
}
.TagClassName
{
border-color: #AF067C;
}
</style>