Shades of Medium Red Violet #AF468E
Tints of Medium Red Violet #AF468E
RGB
CMYK
RGB Variations
Color information
#AF468E (or 0xAF468E) is known color: Medium Red Violet. HEX triplet: AF, 46 and 8E. RGB value is (175,70,142). Sum of RGB (Red+Green+Blue) = 175+70+142=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF468E is #50B971. Grayscale: #6D6D6D. Windows color (decimal): -5290354 or 9324207. OLE color: 9324207.
HSL color Cylindrical-coordinate representation of color #AF468E: hue angle of 318.86º 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 #AF468E is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 142 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.31 |
| HSL | 318.86º | 0.43% | 0.48% | - |
| HSV(B) | 318.86º | 0.6% | 0.69% | - |
| XYZ | 24.75 | 15.45 | 27.27 | - |
| YUV | 109.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 142 | 0 | 0.60 | 0.19 | 0.31 | 318.86 | 0.43 | 0.48 |
| Hex | AF | 46 | 8E | 0 | 3C | 13 | 1F | 13F | 2B | 30 |
| Octal | 257 | 106 | 216 | 0 | 74 | 23 | 37 | 477 | 53 | 60 |
| Binary | 10101111 | 1000110 | 10001110 | 0 | 111100 | 10011 | 11111 | 100111111 | 101011 | 110000 |
Color Harmonies of #AF468E
Complementary color
Monochromatic Colors of #AF468E
Black with #AF468E
Text Example
Text Example
White with #AF468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF468E; }
p { color: rgb(175,70,142); }
H1.HeaderClassName
{
color: #AF468E;
}
.AnyTagClassName
{
color: #AF468E;
}
</style>
background-color css
<style>
a { background-color: #AF468E; }
a { background-color: rgb(175,70,142); }
div.DivClassName
{
background-color: #AF468E;
}
.BgClassName
{
background-color: #AF468E;
}
</style>
border-color css
<style>
span { border-color: #AF468E; }
span { border-color: rgb(175,70,142); }
td.TdClassName
{
border-color: #AF468E;
}
.TagClassName
{
border-color: #AF468E;
}
</style>