Shades of Medium Violet Red #AF177B
Tints of Medium Violet Red #AF177B
RGB
CMYK
RGB Variations
Color information
#AF177B (or 0xAF177B) is known color: Medium Violet Red. HEX triplet: AF, 17 and 7B. RGB value is (175,23,123). Sum of RGB (Red+Green+Blue) = 175+23+123=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF177B is #50E884. Grayscale: #4F4F4F. Windows color (decimal): -5302405 or 8066991. OLE color: 8066991.
HSL color Cylindrical-coordinate representation of color #AF177B: hue angle of 320.53º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF177B is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 123 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.31 |
| HSL | 320.53º | 0.77% | 0.39% | - |
| HSV(B) | 320.53º | 0.87% | 0.69% | - |
| XYZ | 21.56 | 11.16 | 19.76 | - |
| YUV | 79.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 123 | 0 | 0.87 | 0.30 | 0.31 | 320.53 | 0.77 | 0.39 |
| Hex | AF | 17 | 7B | 0 | 57 | 1E | 1F | 141 | 4D | 27 |
| Octal | 257 | 27 | 173 | 0 | 127 | 36 | 37 | 501 | 115 | 47 |
| Binary | 10101111 | 10111 | 1111011 | 0 | 1010111 | 11110 | 11111 | 101000001 | 1001101 | 100111 |
Color Harmonies of #AF177B
Complementary color
Monochromatic Colors of #AF177B
Black with #AF177B
Text Example
Text Example
White with #AF177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF177B; }
p { color: rgb(175,23,123); }
H1.HeaderClassName
{
color: #AF177B;
}
.AnyTagClassName
{
color: #AF177B;
}
</style>
background-color css
<style>
a { background-color: #AF177B; }
a { background-color: rgb(175,23,123); }
div.DivClassName
{
background-color: #AF177B;
}
.BgClassName
{
background-color: #AF177B;
}
</style>
border-color css
<style>
span { border-color: #AF177B; }
span { border-color: rgb(175,23,123); }
td.TdClassName
{
border-color: #AF177B;
}
.TagClassName
{
border-color: #AF177B;
}
</style>