Shades of Medium Red Violet #AF458F
Tints of Medium Red Violet #AF458F
RGB
CMYK
RGB Variations
Color information
#AF458F (or 0xAF458F) is known color: Medium Red Violet. HEX triplet: AF, 45 and 8F. RGB value is (175,69,143). Sum of RGB (Red+Green+Blue) = 175+69+143=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF458F is #50BA70. Grayscale: #6C6C6C. Windows color (decimal): -5290609 or 9389487. OLE color: 9389487.
HSL color Cylindrical-coordinate representation of color #AF458F: hue angle of 318.11º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF458F is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 143 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.31 |
| HSL | 318.11º | 0.43% | 0.48% | - |
| HSV(B) | 318.11º | 0.61% | 0.69% | - |
| XYZ | 24.77 | 15.35 | 27.64 | - |
| YUV | 109.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 143 | 0 | 0.61 | 0.18 | 0.31 | 318.11 | 0.43 | 0.48 |
| Hex | AF | 45 | 8F | 0 | 3D | 12 | 1F | 13E | 2B | 30 |
| Octal | 257 | 105 | 217 | 0 | 75 | 22 | 37 | 476 | 53 | 60 |
| Binary | 10101111 | 1000101 | 10001111 | 0 | 111101 | 10010 | 11111 | 100111110 | 101011 | 110000 |
Color Harmonies of #AF458F
Complementary color
Monochromatic Colors of #AF458F
Black with #AF458F
Text Example
Text Example
White with #AF458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF458F; }
p { color: rgb(175,69,143); }
H1.HeaderClassName
{
color: #AF458F;
}
.AnyTagClassName
{
color: #AF458F;
}
</style>
background-color css
<style>
a { background-color: #AF458F; }
a { background-color: rgb(175,69,143); }
div.DivClassName
{
background-color: #AF458F;
}
.BgClassName
{
background-color: #AF458F;
}
</style>
border-color css
<style>
span { border-color: #AF458F; }
span { border-color: rgb(175,69,143); }
td.TdClassName
{
border-color: #AF458F;
}
.TagClassName
{
border-color: #AF458F;
}
</style>