Shades of Medium Red Violet #AF4588
Tints of Medium Red Violet #AF4588
RGB
CMYK
RGB Variations
Color information
#AF4588 (or 0xAF4588) is known color: Medium Red Violet. HEX triplet: AF, 45 and 88. RGB value is (175,69,136). Sum of RGB (Red+Green+Blue) = 175+69+136=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4588 is #50BA77. Grayscale: #6C6C6C. Windows color (decimal): -5290616 or 8930735. OLE color: 8930735.
HSL color Cylindrical-coordinate representation of color #AF4588: hue angle of 322.08º 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 #AF4588 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 136 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.31 |
| HSL | 322.08º | 0.43% | 0.48% | - |
| HSV(B) | 322.08º | 0.61% | 0.69% | - |
| XYZ | 24.25 | 15.15 | 24.94 | - |
| YUV | 108.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 136 | 0 | 0.61 | 0.22 | 0.31 | 322.08 | 0.43 | 0.48 |
| Hex | AF | 45 | 88 | 0 | 3D | 16 | 1F | 142 | 2B | 30 |
| Octal | 257 | 105 | 210 | 0 | 75 | 26 | 37 | 502 | 53 | 60 |
| Binary | 10101111 | 1000101 | 10001000 | 0 | 111101 | 10110 | 11111 | 101000010 | 101011 | 110000 |
Color Harmonies of #AF4588
Complementary color
Monochromatic Colors of #AF4588
Black with #AF4588
Text Example
Text Example
White with #AF4588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4588; }
p { color: rgb(175,69,136); }
H1.HeaderClassName
{
color: #AF4588;
}
.AnyTagClassName
{
color: #AF4588;
}
</style>
background-color css
<style>
a { background-color: #AF4588; }
a { background-color: rgb(175,69,136); }
div.DivClassName
{
background-color: #AF4588;
}
.BgClassName
{
background-color: #AF4588;
}
</style>
border-color css
<style>
span { border-color: #AF4588; }
span { border-color: rgb(175,69,136); }
td.TdClassName
{
border-color: #AF4588;
}
.TagClassName
{
border-color: #AF4588;
}
</style>