Shades of Medium Red Violet #AF2288
Tints of Medium Red Violet #AF2288
RGB
CMYK
RGB Variations
Color information
#AF2288 (or 0xAF2288) is known color: Medium Red Violet. HEX triplet: AF, 22 and 88. RGB value is (175,34,136). Sum of RGB (Red+Green+Blue) = 175+34+136=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2288 is #50DD77. Grayscale: #575757. Windows color (decimal): -5299576 or 8921775. OLE color: 8921775.
HSL color Cylindrical-coordinate representation of color #AF2288: hue angle of 316.6º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2288 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 136 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.31 |
| HSL | 316.6º | 0.67% | 0.41% | - |
| HSV(B) | 316.6º | 0.81% | 0.69% | - |
| XYZ | 22.7 | 12.04 | 24.42 | - |
| YUV | 87.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 136 | 0 | 0.81 | 0.22 | 0.31 | 316.6 | 0.67 | 0.41 |
| Hex | AF | 22 | 88 | 0 | 51 | 16 | 1F | 13D | 43 | 29 |
| Octal | 257 | 42 | 210 | 0 | 121 | 26 | 37 | 475 | 103 | 51 |
| Binary | 10101111 | 100010 | 10001000 | 0 | 1010001 | 10110 | 11111 | 100111101 | 1000011 | 101001 |
Color Harmonies of #AF2288
Complementary color
Monochromatic Colors of #AF2288
Black with #AF2288
Text Example
Text Example
White with #AF2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2288; }
p { color: rgb(175,34,136); }
H1.HeaderClassName
{
color: #AF2288;
}
.AnyTagClassName
{
color: #AF2288;
}
</style>
background-color css
<style>
a { background-color: #AF2288; }
a { background-color: rgb(175,34,136); }
div.DivClassName
{
background-color: #AF2288;
}
.BgClassName
{
background-color: #AF2288;
}
</style>
border-color css
<style>
span { border-color: #AF2288; }
span { border-color: rgb(175,34,136); }
td.TdClassName
{
border-color: #AF2288;
}
.TagClassName
{
border-color: #AF2288;
}
</style>