Shades of Medium Red Violet #AF458E
Tints of Medium Red Violet #AF458E
RGB
CMYK
RGB Variations
Color information
#AF458E (or 0xAF458E) is known color: Medium Red Violet. HEX triplet: AF, 45 and 8E. RGB value is (175,69,142). Sum of RGB (Red+Green+Blue) = 175+69+142=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF458E is #50BA71. Grayscale: #6C6C6C. Windows color (decimal): -5290610 or 9323951. OLE color: 9323951.
HSL color Cylindrical-coordinate representation of color #AF458E: hue angle of 318.68º 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 #AF458E is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 142 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.31 |
| HSL | 318.68º | 0.43% | 0.48% | - |
| HSV(B) | 318.68º | 0.61% | 0.69% | - |
| XYZ | 24.69 | 15.32 | 27.25 | - |
| YUV | 109.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 142 | 0 | 0.61 | 0.19 | 0.31 | 318.68 | 0.43 | 0.48 |
| Hex | AF | 45 | 8E | 0 | 3D | 13 | 1F | 13F | 2B | 30 |
| Octal | 257 | 105 | 216 | 0 | 75 | 23 | 37 | 477 | 53 | 60 |
| Binary | 10101111 | 1000101 | 10001110 | 0 | 111101 | 10011 | 11111 | 100111111 | 101011 | 110000 |
Color Harmonies of #AF458E
Complementary color
Monochromatic Colors of #AF458E
Black with #AF458E
Text Example
Text Example
White with #AF458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF458E; }
p { color: rgb(175,69,142); }
H1.HeaderClassName
{
color: #AF458E;
}
.AnyTagClassName
{
color: #AF458E;
}
</style>
background-color css
<style>
a { background-color: #AF458E; }
a { background-color: rgb(175,69,142); }
div.DivClassName
{
background-color: #AF458E;
}
.BgClassName
{
background-color: #AF458E;
}
</style>
border-color css
<style>
span { border-color: #AF458E; }
span { border-color: rgb(175,69,142); }
td.TdClassName
{
border-color: #AF458E;
}
.TagClassName
{
border-color: #AF458E;
}
</style>