Shades of Medium Red Violet #AF3896
Tints of Medium Red Violet #AF3896
RGB
CMYK
RGB Variations
Color information
#AF3896 (or 0xAF3896) is known color: Medium Red Violet. HEX triplet: AF, 38 and 96. RGB value is (175,56,150). Sum of RGB (Red+Green+Blue) = 175+56+150=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3896 is #50C769. Grayscale: #666666. Windows color (decimal): -5293930 or 9844911. OLE color: 9844911.
HSL color Cylindrical-coordinate representation of color #AF3896: hue angle of 312.61º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3896 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 150 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.31 |
| HSL | 312.61º | 0.52% | 0.45% | - |
| HSV(B) | 312.61º | 0.68% | 0.69% | - |
| XYZ | 24.6 | 14.14 | 30.29 | - |
| YUV | 102.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 150 | 0 | 0.68 | 0.14 | 0.31 | 312.61 | 0.52 | 0.45 |
| Hex | AF | 38 | 96 | 0 | 44 | E | 1F | 139 | 34 | 2D |
| Octal | 257 | 70 | 226 | 0 | 104 | 16 | 37 | 471 | 64 | 55 |
| Binary | 10101111 | 111000 | 10010110 | 0 | 1000100 | 1110 | 11111 | 100111001 | 110100 | 101101 |
Color Harmonies of #AF3896
Complementary color
Monochromatic Colors of #AF3896
Black with #AF3896
Text Example
Text Example
White with #AF3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3896; }
p { color: rgb(175,56,150); }
H1.HeaderClassName
{
color: #AF3896;
}
.AnyTagClassName
{
color: #AF3896;
}
</style>
background-color css
<style>
a { background-color: #AF3896; }
a { background-color: rgb(175,56,150); }
div.DivClassName
{
background-color: #AF3896;
}
.BgClassName
{
background-color: #AF3896;
}
</style>
border-color css
<style>
span { border-color: #AF3896; }
span { border-color: rgb(175,56,150); }
td.TdClassName
{
border-color: #AF3896;
}
.TagClassName
{
border-color: #AF3896;
}
</style>