Shades of Medium Red Violet #AF277D
Tints of Medium Red Violet #AF277D
RGB
CMYK
RGB Variations
Color information
#AF277D (or 0xAF277D) is known color: Medium Red Violet. HEX triplet: AF, 27 and 7D. RGB value is (175,39,125). Sum of RGB (Red+Green+Blue) = 175+39+125=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF277D is #50D882. Grayscale: #595959. Windows color (decimal): -5298307 or 8202159. OLE color: 8202159.
HSL color Cylindrical-coordinate representation of color #AF277D: hue angle of 322.06º 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 #AF277D is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 125 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.31 |
| HSL | 322.06º | 0.64% | 0.42% | - |
| HSV(B) | 322.06º | 0.78% | 0.69% | - |
| XYZ | 22.11 | 12.05 | 20.56 | - |
| YUV | 89.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 125 | 0 | 0.78 | 0.29 | 0.31 | 322.06 | 0.64 | 0.42 |
| Hex | AF | 27 | 7D | 0 | 4E | 1D | 1F | 142 | 40 | 2A |
| Octal | 257 | 47 | 175 | 0 | 116 | 35 | 37 | 502 | 100 | 52 |
| Binary | 10101111 | 100111 | 1111101 | 0 | 1001110 | 11101 | 11111 | 101000010 | 1000000 | 101010 |
Color Harmonies of #AF277D
Complementary color
Monochromatic Colors of #AF277D
Black with #AF277D
Text Example
Text Example
White with #AF277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF277D; }
p { color: rgb(175,39,125); }
H1.HeaderClassName
{
color: #AF277D;
}
.AnyTagClassName
{
color: #AF277D;
}
</style>
background-color css
<style>
a { background-color: #AF277D; }
a { background-color: rgb(175,39,125); }
div.DivClassName
{
background-color: #AF277D;
}
.BgClassName
{
background-color: #AF277D;
}
</style>
border-color css
<style>
span { border-color: #AF277D; }
span { border-color: rgb(175,39,125); }
td.TdClassName
{
border-color: #AF277D;
}
.TagClassName
{
border-color: #AF277D;
}
</style>