Shades of Medium Red Violet #AF277B
Tints of Medium Red Violet #AF277B
RGB
CMYK
RGB Variations
Color information
#AF277B (or 0xAF277B) is known color: Medium Red Violet. HEX triplet: AF, 27 and 7B. RGB value is (175,39,123). Sum of RGB (Red+Green+Blue) = 175+39+123=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF277B is #50D884. Grayscale: #595959. Windows color (decimal): -5298309 or 8071087. OLE color: 8071087.
HSL color Cylindrical-coordinate representation of color #AF277B: hue angle of 322.94º 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 #AF277B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 123 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.31 |
| HSL | 322.94º | 0.64% | 0.42% | - |
| HSV(B) | 322.94º | 0.78% | 0.69% | - |
| XYZ | 21.98 | 12 | 19.9 | - |
| YUV | 89.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 123 | 0 | 0.78 | 0.30 | 0.31 | 322.94 | 0.64 | 0.42 |
| Hex | AF | 27 | 7B | 0 | 4E | 1E | 1F | 143 | 40 | 2A |
| Octal | 257 | 47 | 173 | 0 | 116 | 36 | 37 | 503 | 100 | 52 |
| Binary | 10101111 | 100111 | 1111011 | 0 | 1001110 | 11110 | 11111 | 101000011 | 1000000 | 101010 |
Color Harmonies of #AF277B
Complementary color
Monochromatic Colors of #AF277B
Black with #AF277B
Text Example
Text Example
White with #AF277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF277B; }
p { color: rgb(175,39,123); }
H1.HeaderClassName
{
color: #AF277B;
}
.AnyTagClassName
{
color: #AF277B;
}
</style>
background-color css
<style>
a { background-color: #AF277B; }
a { background-color: rgb(175,39,123); }
div.DivClassName
{
background-color: #AF277B;
}
.BgClassName
{
background-color: #AF277B;
}
</style>
border-color css
<style>
span { border-color: #AF277B; }
span { border-color: rgb(175,39,123); }
td.TdClassName
{
border-color: #AF277B;
}
.TagClassName
{
border-color: #AF277B;
}
</style>