Shades of Medium Violet Red #AF107A
Tints of Medium Violet Red #AF107A
RGB
CMYK
RGB Variations
Color information
#AF107A (or 0xAF107A) is known color: Medium Violet Red. HEX triplet: AF, 10 and 7A. RGB value is (175,16,122). Sum of RGB (Red+Green+Blue) = 175+16+122=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF107A is #50EF85. Grayscale: #4B4B4B. Windows color (decimal): -5304198 or 7999663. OLE color: 7999663.
HSL color Cylindrical-coordinate representation of color #AF107A: hue angle of 320º 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 #AF107A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 122 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.31 |
| HSL | 320º | 0.83% | 0.37% | - |
| HSV(B) | 320º | 0.91% | 0.69% | - |
| XYZ | 21.38 | 10.89 | 19.39 | - |
| YUV | 75.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 122 | 0 | 0.91 | 0.30 | 0.31 | 320 | 0.83 | 0.37 |
| Hex | AF | 10 | 7A | 0 | 5B | 1E | 1F | 140 | 53 | 25 |
| Octal | 257 | 20 | 172 | 0 | 133 | 36 | 37 | 500 | 123 | 45 |
| Binary | 10101111 | 10000 | 1111010 | 0 | 1011011 | 11110 | 11111 | 101000000 | 1010011 | 100101 |
Color Harmonies of #AF107A
Complementary color
Monochromatic Colors of #AF107A
Black with #AF107A
Text Example
Text Example
White with #AF107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF107A; }
p { color: rgb(175,16,122); }
H1.HeaderClassName
{
color: #AF107A;
}
.AnyTagClassName
{
color: #AF107A;
}
</style>
background-color css
<style>
a { background-color: #AF107A; }
a { background-color: rgb(175,16,122); }
div.DivClassName
{
background-color: #AF107A;
}
.BgClassName
{
background-color: #AF107A;
}
</style>
border-color css
<style>
span { border-color: #AF107A; }
span { border-color: rgb(175,16,122); }
td.TdClassName
{
border-color: #AF107A;
}
.TagClassName
{
border-color: #AF107A;
}
</style>