Shades of Medium Red Violet #AF277F
Tints of Medium Red Violet #AF277F
RGB
CMYK
RGB Variations
Color information
#AF277F (or 0xAF277F) is known color: Medium Red Violet. HEX triplet: AF, 27 and 7F. RGB value is (175,39,127). Sum of RGB (Red+Green+Blue) = 175+39+127=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF277F is #50D880. Grayscale: #595959. Windows color (decimal): -5298305 or 8333231. OLE color: 8333231.
HSL color Cylindrical-coordinate representation of color #AF277F: hue angle of 321.18º 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 #AF277F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 127 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.31 |
| HSL | 321.18º | 0.64% | 0.42% | - |
| HSV(B) | 321.18º | 0.78% | 0.69% | - |
| XYZ | 22.24 | 12.1 | 21.24 | - |
| YUV | 89.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 127 | 0 | 0.78 | 0.27 | 0.31 | 321.18 | 0.64 | 0.42 |
| Hex | AF | 27 | 7F | 0 | 4E | 1B | 1F | 141 | 40 | 2A |
| Octal | 257 | 47 | 177 | 0 | 116 | 33 | 37 | 501 | 100 | 52 |
| Binary | 10101111 | 100111 | 1111111 | 0 | 1001110 | 11011 | 11111 | 101000001 | 1000000 | 101010 |
Color Harmonies of #AF277F
Complementary color
Monochromatic Colors of #AF277F
Black with #AF277F
Text Example
Text Example
White with #AF277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF277F; }
p { color: rgb(175,39,127); }
H1.HeaderClassName
{
color: #AF277F;
}
.AnyTagClassName
{
color: #AF277F;
}
</style>
background-color css
<style>
a { background-color: #AF277F; }
a { background-color: rgb(175,39,127); }
div.DivClassName
{
background-color: #AF277F;
}
.BgClassName
{
background-color: #AF277F;
}
</style>
border-color css
<style>
span { border-color: #AF277F; }
span { border-color: rgb(175,39,127); }
td.TdClassName
{
border-color: #AF277F;
}
.TagClassName
{
border-color: #AF277F;
}
</style>