Shades of Medium Violet Red #AF1277
Tints of Medium Violet Red #AF1277
RGB
CMYK
RGB Variations
Color information
#AF1277 (or 0xAF1277) is known color: Medium Violet Red. HEX triplet: AF, 12 and 77. RGB value is (175,18,119). Sum of RGB (Red+Green+Blue) = 175+18+119=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1277 is #50ED88. Grayscale: #4C4C4C. Windows color (decimal): -5303689 or 7803567. OLE color: 7803567.
HSL color Cylindrical-coordinate representation of color #AF1277: hue angle of 321.4º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1277 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 119 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.31 |
| HSL | 321.4º | 0.81% | 0.38% | - |
| HSV(B) | 321.4º | 0.9% | 0.69% | - |
| XYZ | 21.23 | 10.88 | 18.43 | - |
| YUV | 76.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 119 | 0 | 0.90 | 0.32 | 0.31 | 321.4 | 0.81 | 0.38 |
| Hex | AF | 12 | 77 | 0 | 5A | 20 | 1F | 141 | 51 | 26 |
| Octal | 257 | 22 | 167 | 0 | 132 | 40 | 37 | 501 | 121 | 46 |
| Binary | 10101111 | 10010 | 1110111 | 0 | 1011010 | 100000 | 11111 | 101000001 | 1010001 | 100110 |
Color Harmonies of #AF1277
Complementary color
Monochromatic Colors of #AF1277
Black with #AF1277
Text Example
Text Example
White with #AF1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1277; }
p { color: rgb(175,18,119); }
H1.HeaderClassName
{
color: #AF1277;
}
.AnyTagClassName
{
color: #AF1277;
}
</style>
background-color css
<style>
a { background-color: #AF1277; }
a { background-color: rgb(175,18,119); }
div.DivClassName
{
background-color: #AF1277;
}
.BgClassName
{
background-color: #AF1277;
}
</style>
border-color css
<style>
span { border-color: #AF1277; }
span { border-color: rgb(175,18,119); }
td.TdClassName
{
border-color: #AF1277;
}
.TagClassName
{
border-color: #AF1277;
}
</style>