Shades of Medium Red Violet #AF468D
Tints of Medium Red Violet #AF468D
RGB
CMYK
RGB Variations
Color information
#AF468D (or 0xAF468D) is known color: Medium Red Violet. HEX triplet: AF, 46 and 8D. RGB value is (175,70,141). Sum of RGB (Red+Green+Blue) = 175+70+141=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF468D is #50B972. Grayscale: #6D6D6D. Windows color (decimal): -5290355 or 9258671. OLE color: 9258671.
HSL color Cylindrical-coordinate representation of color #AF468D: hue angle of 319.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF468D is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 141 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.31 |
| HSL | 319.43º | 0.43% | 0.48% | - |
| HSV(B) | 319.43º | 0.6% | 0.69% | - |
| XYZ | 24.68 | 15.42 | 26.87 | - |
| YUV | 109.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 141 | 0 | 0.60 | 0.19 | 0.31 | 319.43 | 0.43 | 0.48 |
| Hex | AF | 46 | 8D | 0 | 3C | 13 | 1F | 13F | 2B | 30 |
| Octal | 257 | 106 | 215 | 0 | 74 | 23 | 37 | 477 | 53 | 60 |
| Binary | 10101111 | 1000110 | 10001101 | 0 | 111100 | 10011 | 11111 | 100111111 | 101011 | 110000 |
Color Harmonies of #AF468D
Complementary color
Monochromatic Colors of #AF468D
Black with #AF468D
Text Example
Text Example
White with #AF468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF468D; }
p { color: rgb(175,70,141); }
H1.HeaderClassName
{
color: #AF468D;
}
.AnyTagClassName
{
color: #AF468D;
}
</style>
background-color css
<style>
a { background-color: #AF468D; }
a { background-color: rgb(175,70,141); }
div.DivClassName
{
background-color: #AF468D;
}
.BgClassName
{
background-color: #AF468D;
}
</style>
border-color css
<style>
span { border-color: #AF468D; }
span { border-color: rgb(175,70,141); }
td.TdClassName
{
border-color: #AF468D;
}
.TagClassName
{
border-color: #AF468D;
}
</style>