Shades of Medium Red Violet #AF2677
Tints of Medium Red Violet #AF2677
RGB
CMYK
RGB Variations
Color information
#AF2677 (or 0xAF2677) is known color: Medium Red Violet. HEX triplet: AF, 26 and 77. RGB value is (175,38,119). Sum of RGB (Red+Green+Blue) = 175+38+119=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2677 is #50D988. Grayscale: #585858. Windows color (decimal): -5298569 or 7808687. OLE color: 7808687.
HSL color Cylindrical-coordinate representation of color #AF2677: hue angle of 324.53º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2677 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 119 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.31 |
| HSL | 324.53º | 0.64% | 0.42% | - |
| HSV(B) | 324.53º | 0.78% | 0.69% | - |
| XYZ | 21.7 | 11.83 | 18.59 | - |
| YUV | 88.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 119 | 0 | 0.78 | 0.32 | 0.31 | 324.53 | 0.64 | 0.42 |
| Hex | AF | 26 | 77 | 0 | 4E | 20 | 1F | 145 | 40 | 2A |
| Octal | 257 | 46 | 167 | 0 | 116 | 40 | 37 | 505 | 100 | 52 |
| Binary | 10101111 | 100110 | 1110111 | 0 | 1001110 | 100000 | 11111 | 101000101 | 1000000 | 101010 |
Color Harmonies of #AF2677
Complementary color
Monochromatic Colors of #AF2677
Black with #AF2677
Text Example
Text Example
White with #AF2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2677; }
p { color: rgb(175,38,119); }
H1.HeaderClassName
{
color: #AF2677;
}
.AnyTagClassName
{
color: #AF2677;
}
</style>
background-color css
<style>
a { background-color: #AF2677; }
a { background-color: rgb(175,38,119); }
div.DivClassName
{
background-color: #AF2677;
}
.BgClassName
{
background-color: #AF2677;
}
</style>
border-color css
<style>
span { border-color: #AF2677; }
span { border-color: rgb(175,38,119); }
td.TdClassName
{
border-color: #AF2677;
}
.TagClassName
{
border-color: #AF2677;
}
</style>