Shades of Medium Violet Red #AF1B7E
Tints of Medium Violet Red #AF1B7E
RGB
CMYK
RGB Variations
Color information
#AF1B7E (or 0xAF1B7E) is known color: Medium Violet Red. HEX triplet: AF, 1B and 7E. RGB value is (175,27,126). Sum of RGB (Red+Green+Blue) = 175+27+126=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B7E is #50E481. Grayscale: #525252. Windows color (decimal): -5301378 or 8264623. OLE color: 8264623.
HSL color Cylindrical-coordinate representation of color #AF1B7E: hue angle of 319.86º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B7E is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 126 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.31 |
| HSL | 319.86º | 0.73% | 0.4% | - |
| HSV(B) | 319.86º | 0.85% | 0.69% | - |
| XYZ | 21.84 | 11.4 | 20.79 | - |
| YUV | 82.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 126 | 0 | 0.85 | 0.28 | 0.31 | 319.86 | 0.73 | 0.4 |
| Hex | AF | 1B | 7E | 0 | 55 | 1C | 1F | 140 | 49 | 28 |
| Octal | 257 | 33 | 176 | 0 | 125 | 34 | 37 | 500 | 111 | 50 |
| Binary | 10101111 | 11011 | 1111110 | 0 | 1010101 | 11100 | 11111 | 101000000 | 1001001 | 101000 |
Color Harmonies of #AF1B7E
Complementary color
Monochromatic Colors of #AF1B7E
Black with #AF1B7E
Text Example
Text Example
White with #AF1B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B7E; }
p { color: rgb(175,27,126); }
H1.HeaderClassName
{
color: #AF1B7E;
}
.AnyTagClassName
{
color: #AF1B7E;
}
</style>
background-color css
<style>
a { background-color: #AF1B7E; }
a { background-color: rgb(175,27,126); }
div.DivClassName
{
background-color: #AF1B7E;
}
.BgClassName
{
background-color: #AF1B7E;
}
</style>
border-color css
<style>
span { border-color: #AF1B7E; }
span { border-color: rgb(175,27,126); }
td.TdClassName
{
border-color: #AF1B7E;
}
.TagClassName
{
border-color: #AF1B7E;
}
</style>