Shades of Medium Red Violet #AF417E
Tints of Medium Red Violet #AF417E
RGB
CMYK
RGB Variations
Color information
#AF417E (or 0xAF417E) is known color: Medium Red Violet. HEX triplet: AF, 41 and 7E. RGB value is (175,65,126). Sum of RGB (Red+Green+Blue) = 175+65+126=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF417E is #50BE81. Grayscale: #686868. Windows color (decimal): -5291650 or 8274351. OLE color: 8274351.
HSL color Cylindrical-coordinate representation of color #AF417E: hue angle of 326.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 #AF417E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 126 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.31 |
| HSL | 326.73º | 0.46% | 0.47% | - |
| HSV(B) | 326.73º | 0.63% | 0.69% | - |
| XYZ | 23.34 | 14.4 | 21.29 | - |
| YUV | 104.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 126 | 0 | 0.63 | 0.28 | 0.31 | 326.73 | 0.46 | 0.47 |
| Hex | AF | 41 | 7E | 0 | 3F | 1C | 1F | 147 | 2E | 2F |
| Octal | 257 | 101 | 176 | 0 | 77 | 34 | 37 | 507 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1111110 | 0 | 111111 | 11100 | 11111 | 101000111 | 101110 | 101111 |
Color Harmonies of #AF417E
Complementary color
Monochromatic Colors of #AF417E
Black with #AF417E
Text Example
Text Example
White with #AF417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF417E; }
p { color: rgb(175,65,126); }
H1.HeaderClassName
{
color: #AF417E;
}
.AnyTagClassName
{
color: #AF417E;
}
</style>
background-color css
<style>
a { background-color: #AF417E; }
a { background-color: rgb(175,65,126); }
div.DivClassName
{
background-color: #AF417E;
}
.BgClassName
{
background-color: #AF417E;
}
</style>
border-color css
<style>
span { border-color: #AF417E; }
span { border-color: rgb(175,65,126); }
td.TdClassName
{
border-color: #AF417E;
}
.TagClassName
{
border-color: #AF417E;
}
</style>