Shades of Medium Violet Red #AF077D
Tints of Medium Violet Red #AF077D
RGB
CMYK
RGB Variations
Color information
#AF077D (or 0xAF077D) is known color: Medium Violet Red. HEX triplet: AF, 07 and 7D. RGB value is (175,7,125). Sum of RGB (Red+Green+Blue) = 175+7+125=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF077D is #50F882. Grayscale: #464646. Windows color (decimal): -5306499 or 8193967. OLE color: 8193967.
HSL color Cylindrical-coordinate representation of color #AF077D: hue angle of 317.86º 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 #AF077D is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 125 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.31 |
| HSL | 317.86º | 0.92% | 0.36% | - |
| HSV(B) | 317.86º | 0.96% | 0.69% | - |
| XYZ | 21.46 | 10.75 | 20.35 | - |
| YUV | 70.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 125 | 0 | 0.96 | 0.29 | 0.31 | 317.86 | 0.92 | 0.36 |
| Hex | AF | 7 | 7D | 0 | 60 | 1D | 1F | 13E | 5C | 24 |
| Octal | 257 | 7 | 175 | 0 | 140 | 35 | 37 | 476 | 134 | 44 |
| Binary | 10101111 | 111 | 1111101 | 0 | 1100000 | 11101 | 11111 | 100111110 | 1011100 | 100100 |
Color Harmonies of #AF077D
Complementary color
Monochromatic Colors of #AF077D
Black with #AF077D
Text Example
Text Example
White with #AF077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF077D; }
p { color: rgb(175,7,125); }
H1.HeaderClassName
{
color: #AF077D;
}
.AnyTagClassName
{
color: #AF077D;
}
</style>
background-color css
<style>
a { background-color: #AF077D; }
a { background-color: rgb(175,7,125); }
div.DivClassName
{
background-color: #AF077D;
}
.BgClassName
{
background-color: #AF077D;
}
</style>
border-color css
<style>
span { border-color: #AF077D; }
span { border-color: rgb(175,7,125); }
td.TdClassName
{
border-color: #AF077D;
}
.TagClassName
{
border-color: #AF077D;
}
</style>