Shades of Medium Red Violet #AF288E
Tints of Medium Red Violet #AF288E
RGB
CMYK
RGB Variations
Color information
#AF288E (or 0xAF288E) is known color: Medium Red Violet. HEX triplet: AF, 28 and 8E. RGB value is (175,40,142). Sum of RGB (Red+Green+Blue) = 175+40+142=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF288E is #50D771. Grayscale: #5B5B5B. Windows color (decimal): -5298034 or 9316527. OLE color: 9316527.
HSL color Cylindrical-coordinate representation of color #AF288E: hue angle of 314.67º 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 #AF288E is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 142 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.31 |
| HSL | 314.67º | 0.63% | 0.42% | - |
| HSV(B) | 314.67º | 0.77% | 0.69% | - |
| XYZ | 23.32 | 12.58 | 26.79 | - |
| YUV | 91.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 142 | 0 | 0.77 | 0.19 | 0.31 | 314.67 | 0.63 | 0.42 |
| Hex | AF | 28 | 8E | 0 | 4D | 13 | 1F | 13B | 3F | 2A |
| Octal | 257 | 50 | 216 | 0 | 115 | 23 | 37 | 473 | 77 | 52 |
| Binary | 10101111 | 101000 | 10001110 | 0 | 1001101 | 10011 | 11111 | 100111011 | 111111 | 101010 |
Color Harmonies of #AF288E
Complementary color
Monochromatic Colors of #AF288E
Black with #AF288E
Text Example
Text Example
White with #AF288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF288E; }
p { color: rgb(175,40,142); }
H1.HeaderClassName
{
color: #AF288E;
}
.AnyTagClassName
{
color: #AF288E;
}
</style>
background-color css
<style>
a { background-color: #AF288E; }
a { background-color: rgb(175,40,142); }
div.DivClassName
{
background-color: #AF288E;
}
.BgClassName
{
background-color: #AF288E;
}
</style>
border-color css
<style>
span { border-color: #AF288E; }
span { border-color: rgb(175,40,142); }
td.TdClassName
{
border-color: #AF288E;
}
.TagClassName
{
border-color: #AF288E;
}
</style>