Shades of Medium Red Violet #AF407E
Tints of Medium Red Violet #AF407E
RGB
CMYK
RGB Variations
Color information
#AF407E (or 0xAF407E) is known color: Medium Red Violet. HEX triplet: AF, 40 and 7E. RGB value is (175,64,126). Sum of RGB (Red+Green+Blue) = 175+64+126=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF407E is #50BF81. Grayscale: #686868. Windows color (decimal): -5291906 or 8274095. OLE color: 8274095.
HSL color Cylindrical-coordinate representation of color #AF407E: hue angle of 326.49º 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 #AF407E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 126 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.31 |
| HSL | 326.49º | 0.46% | 0.47% | - |
| HSV(B) | 326.49º | 0.63% | 0.69% | - |
| XYZ | 23.28 | 14.29 | 21.27 | - |
| YUV | 104.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 126 | 0 | 0.63 | 0.28 | 0.31 | 326.49 | 0.46 | 0.47 |
| Hex | AF | 40 | 7E | 0 | 3F | 1C | 1F | 146 | 2E | 2F |
| Octal | 257 | 100 | 176 | 0 | 77 | 34 | 37 | 506 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1111110 | 0 | 111111 | 11100 | 11111 | 101000110 | 101110 | 101111 |
Color Harmonies of #AF407E
Complementary color
Monochromatic Colors of #AF407E
Black with #AF407E
Text Example
Text Example
White with #AF407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF407E; }
p { color: rgb(175,64,126); }
H1.HeaderClassName
{
color: #AF407E;
}
.AnyTagClassName
{
color: #AF407E;
}
</style>
background-color css
<style>
a { background-color: #AF407E; }
a { background-color: rgb(175,64,126); }
div.DivClassName
{
background-color: #AF407E;
}
.BgClassName
{
background-color: #AF407E;
}
</style>
border-color css
<style>
span { border-color: #AF407E; }
span { border-color: rgb(175,64,126); }
td.TdClassName
{
border-color: #AF407E;
}
.TagClassName
{
border-color: #AF407E;
}
</style>