Shades of Medium Violet Red #AF1078
Tints of Medium Violet Red #AF1078
RGB
CMYK
RGB Variations
Color information
#AF1078 (or 0xAF1078) is known color: Medium Violet Red. HEX triplet: AF, 10 and 78. RGB value is (175,16,120). Sum of RGB (Red+Green+Blue) = 175+16+120=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1078 is #50EF87. Grayscale: #4B4B4B. Windows color (decimal): -5304200 or 7868591. OLE color: 7868591.
HSL color Cylindrical-coordinate representation of color #AF1078: hue angle of 320.75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1078 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 120 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.31 |
| HSL | 320.75º | 0.83% | 0.37% | - |
| HSV(B) | 320.75º | 0.91% | 0.69% | - |
| XYZ | 21.25 | 10.84 | 18.74 | - |
| YUV | 75.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 120 | 0 | 0.91 | 0.31 | 0.31 | 320.75 | 0.83 | 0.37 |
| Hex | AF | 10 | 78 | 0 | 5B | 1F | 1F | 141 | 53 | 25 |
| Octal | 257 | 20 | 170 | 0 | 133 | 37 | 37 | 501 | 123 | 45 |
| Binary | 10101111 | 10000 | 1111000 | 0 | 1011011 | 11111 | 11111 | 101000001 | 1010011 | 100101 |
Color Harmonies of #AF1078
Complementary color
Monochromatic Colors of #AF1078
Black with #AF1078
Text Example
Text Example
White with #AF1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1078; }
p { color: rgb(175,16,120); }
H1.HeaderClassName
{
color: #AF1078;
}
.AnyTagClassName
{
color: #AF1078;
}
</style>
background-color css
<style>
a { background-color: #AF1078; }
a { background-color: rgb(175,16,120); }
div.DivClassName
{
background-color: #AF1078;
}
.BgClassName
{
background-color: #AF1078;
}
</style>
border-color css
<style>
span { border-color: #AF1078; }
span { border-color: rgb(175,16,120); }
td.TdClassName
{
border-color: #AF1078;
}
.TagClassName
{
border-color: #AF1078;
}
</style>