Shades of Medium Red Violet #AF1D7B
Tints of Medium Red Violet #AF1D7B
RGB
CMYK
RGB Variations
Color information
#AF1D7B (or 0xAF1D7B) is known color: Medium Red Violet. HEX triplet: AF, 1D and 7B. RGB value is (175,29,123). Sum of RGB (Red+Green+Blue) = 175+29+123=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1D7B is #50E284. Grayscale: #535353. Windows color (decimal): -5300869 or 8068527. OLE color: 8068527.
HSL color Cylindrical-coordinate representation of color #AF1D7B: hue angle of 321.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D7B is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 123 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.31 |
| HSL | 321.37º | 0.72% | 0.4% | - |
| HSV(B) | 321.37º | 0.83% | 0.69% | - |
| XYZ | 21.69 | 11.42 | 19.8 | - |
| YUV | 83.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 123 | 0 | 0.83 | 0.30 | 0.31 | 321.37 | 0.72 | 0.4 |
| Hex | AF | 1D | 7B | 0 | 53 | 1E | 1F | 141 | 48 | 28 |
| Octal | 257 | 35 | 173 | 0 | 123 | 36 | 37 | 501 | 110 | 50 |
| Binary | 10101111 | 11101 | 1111011 | 0 | 1010011 | 11110 | 11111 | 101000001 | 1001000 | 101000 |
Color Harmonies of #AF1D7B
Complementary color
Monochromatic Colors of #AF1D7B
Black with #AF1D7B
Text Example
Text Example
White with #AF1D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D7B; }
p { color: rgb(175,29,123); }
H1.HeaderClassName
{
color: #AF1D7B;
}
.AnyTagClassName
{
color: #AF1D7B;
}
</style>
background-color css
<style>
a { background-color: #AF1D7B; }
a { background-color: rgb(175,29,123); }
div.DivClassName
{
background-color: #AF1D7B;
}
.BgClassName
{
background-color: #AF1D7B;
}
</style>
border-color css
<style>
span { border-color: #AF1D7B; }
span { border-color: rgb(175,29,123); }
td.TdClassName
{
border-color: #AF1D7B;
}
.TagClassName
{
border-color: #AF1D7B;
}
</style>