Shades of Medium Red Violet #AF409D
Tints of Medium Red Violet #AF409D
RGB
CMYK
RGB Variations
Color information
#AF409D (or 0xAF409D) is known color: Medium Red Violet. HEX triplet: AF, 40 and 9D. RGB value is (175,64,157). Sum of RGB (Red+Green+Blue) = 175+64+157=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF409D is #50BF62. Grayscale: #6B6B6B. Windows color (decimal): -5291875 or 10305711. OLE color: 10305711.
HSL color Cylindrical-coordinate representation of color #AF409D: hue angle of 309.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF409D is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 157 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.31 |
| HSL | 309.73º | 0.46% | 0.47% | - |
| HSV(B) | 309.73º | 0.63% | 0.69% | - |
| XYZ | 25.6 | 15.22 | 33.49 | - |
| YUV | 107.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 157 | 0 | 0.63 | 0.10 | 0.31 | 309.73 | 0.46 | 0.47 |
| Hex | AF | 40 | 9D | 0 | 3F | A | 1F | 136 | 2E | 2F |
| Octal | 257 | 100 | 235 | 0 | 77 | 12 | 37 | 466 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10011101 | 0 | 111111 | 1010 | 11111 | 100110110 | 101110 | 101111 |
Color Harmonies of #AF409D
Complementary color
Monochromatic Colors of #AF409D
Black with #AF409D
Text Example
Text Example
White with #AF409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF409D; }
p { color: rgb(175,64,157); }
H1.HeaderClassName
{
color: #AF409D;
}
.AnyTagClassName
{
color: #AF409D;
}
</style>
background-color css
<style>
a { background-color: #AF409D; }
a { background-color: rgb(175,64,157); }
div.DivClassName
{
background-color: #AF409D;
}
.BgClassName
{
background-color: #AF409D;
}
</style>
border-color css
<style>
span { border-color: #AF409D; }
span { border-color: rgb(175,64,157); }
td.TdClassName
{
border-color: #AF409D;
}
.TagClassName
{
border-color: #AF409D;
}
</style>