Shades of Medium Red Violet #AF2888
Tints of Medium Red Violet #AF2888
RGB
CMYK
RGB Variations
Color information
#AF2888 (or 0xAF2888) is known color: Medium Red Violet. HEX triplet: AF, 28 and 88. RGB value is (175,40,136). Sum of RGB (Red+Green+Blue) = 175+40+136=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2888 is #50D777. Grayscale: #5B5B5B. Windows color (decimal): -5298040 or 8923311. OLE color: 8923311.
HSL color Cylindrical-coordinate representation of color #AF2888: hue angle of 317.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2888 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 136 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.31 |
| HSL | 317.33º | 0.63% | 0.42% | - |
| HSV(B) | 317.33º | 0.77% | 0.69% | - |
| XYZ | 22.88 | 12.41 | 24.48 | - |
| YUV | 91.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 136 | 0 | 0.77 | 0.22 | 0.31 | 317.33 | 0.63 | 0.42 |
| Hex | AF | 28 | 88 | 0 | 4D | 16 | 1F | 13D | 3F | 2A |
| Octal | 257 | 50 | 210 | 0 | 115 | 26 | 37 | 475 | 77 | 52 |
| Binary | 10101111 | 101000 | 10001000 | 0 | 1001101 | 10110 | 11111 | 100111101 | 111111 | 101010 |
Color Harmonies of #AF2888
Complementary color
Monochromatic Colors of #AF2888
Black with #AF2888
Text Example
Text Example
White with #AF2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2888; }
p { color: rgb(175,40,136); }
H1.HeaderClassName
{
color: #AF2888;
}
.AnyTagClassName
{
color: #AF2888;
}
</style>
background-color css
<style>
a { background-color: #AF2888; }
a { background-color: rgb(175,40,136); }
div.DivClassName
{
background-color: #AF2888;
}
.BgClassName
{
background-color: #AF2888;
}
</style>
border-color css
<style>
span { border-color: #AF2888; }
span { border-color: rgb(175,40,136); }
td.TdClassName
{
border-color: #AF2888;
}
.TagClassName
{
border-color: #AF2888;
}
</style>