Shades of Medium Red Violet #AF417D
Tints of Medium Red Violet #AF417D
RGB
CMYK
RGB Variations
Color information
#AF417D (or 0xAF417D) is known color: Medium Red Violet. HEX triplet: AF, 41 and 7D. RGB value is (175,65,125). Sum of RGB (Red+Green+Blue) = 175+65+125=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF417D is #50BE82. Grayscale: #686868. Windows color (decimal): -5291651 or 8208815. OLE color: 8208815.
HSL color Cylindrical-coordinate representation of color #AF417D: hue angle of 327.27º 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 #AF417D is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 125 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.31 |
| HSL | 327.27º | 0.46% | 0.47% | - |
| HSV(B) | 327.27º | 0.63% | 0.69% | - |
| XYZ | 23.27 | 14.38 | 20.95 | - |
| YUV | 104.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 125 | 0 | 0.63 | 0.29 | 0.31 | 327.27 | 0.46 | 0.47 |
| Hex | AF | 41 | 7D | 0 | 3F | 1D | 1F | 147 | 2E | 2F |
| Octal | 257 | 101 | 175 | 0 | 77 | 35 | 37 | 507 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1111101 | 0 | 111111 | 11101 | 11111 | 101000111 | 101110 | 101111 |
Color Harmonies of #AF417D
Complementary color
Monochromatic Colors of #AF417D
Black with #AF417D
Text Example
Text Example
White with #AF417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF417D; }
p { color: rgb(175,65,125); }
H1.HeaderClassName
{
color: #AF417D;
}
.AnyTagClassName
{
color: #AF417D;
}
</style>
background-color css
<style>
a { background-color: #AF417D; }
a { background-color: rgb(175,65,125); }
div.DivClassName
{
background-color: #AF417D;
}
.BgClassName
{
background-color: #AF417D;
}
</style>
border-color css
<style>
span { border-color: #AF417D; }
span { border-color: rgb(175,65,125); }
td.TdClassName
{
border-color: #AF417D;
}
.TagClassName
{
border-color: #AF417D;
}
</style>