Shades of Medium Red Violet #AF4788
Tints of Medium Red Violet #AF4788
RGB
CMYK
RGB Variations
Color information
#AF4788 (or 0xAF4788) is known color: Medium Red Violet. HEX triplet: AF, 47 and 88. RGB value is (175,71,136). Sum of RGB (Red+Green+Blue) = 175+71+136=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4788 is #50B877. Grayscale: #6D6D6D. Windows color (decimal): -5290104 or 8931247. OLE color: 8931247.
HSL color Cylindrical-coordinate representation of color #AF4788: hue angle of 322.5º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4788 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 136 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.31 |
| HSL | 322.5º | 0.42% | 0.48% | - |
| HSV(B) | 322.5º | 0.59% | 0.69% | - |
| XYZ | 24.38 | 15.4 | 24.98 | - |
| YUV | 109.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 136 | 0 | 0.59 | 0.22 | 0.31 | 322.5 | 0.42 | 0.48 |
| Hex | AF | 47 | 88 | 0 | 3B | 16 | 1F | 142 | 2A | 30 |
| Octal | 257 | 107 | 210 | 0 | 73 | 26 | 37 | 502 | 52 | 60 |
| Binary | 10101111 | 1000111 | 10001000 | 0 | 111011 | 10110 | 11111 | 101000010 | 101010 | 110000 |
Color Harmonies of #AF4788
Complementary color
Monochromatic Colors of #AF4788
Black with #AF4788
Text Example
Text Example
White with #AF4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4788; }
p { color: rgb(175,71,136); }
H1.HeaderClassName
{
color: #AF4788;
}
.AnyTagClassName
{
color: #AF4788;
}
</style>
background-color css
<style>
a { background-color: #AF4788; }
a { background-color: rgb(175,71,136); }
div.DivClassName
{
background-color: #AF4788;
}
.BgClassName
{
background-color: #AF4788;
}
</style>
border-color css
<style>
span { border-color: #AF4788; }
span { border-color: rgb(175,71,136); }
td.TdClassName
{
border-color: #AF4788;
}
.TagClassName
{
border-color: #AF4788;
}
</style>