Shades of Medium Red Violet #AF288C
Tints of Medium Red Violet #AF288C
RGB
CMYK
RGB Variations
Color information
#AF288C (or 0xAF288C) is known color: Medium Red Violet. HEX triplet: AF, 28 and 8C. RGB value is (175,40,140). Sum of RGB (Red+Green+Blue) = 175+40+140=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF288C is #50D773. Grayscale: #5B5B5B. Windows color (decimal): -5298036 or 9185455. OLE color: 9185455.
HSL color Cylindrical-coordinate representation of color #AF288C: hue angle of 315.56º 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 #AF288C is Cyan = 0, Magento = 0.77, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 140 | - |
| CMYK | 0 | 0.77 | 0.2 | 0.31 |
| HSL | 315.56º | 0.63% | 0.42% | - |
| HSV(B) | 315.56º | 0.77% | 0.69% | - |
| XYZ | 23.17 | 12.52 | 26.01 | - |
| YUV | 91.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 140 | 0 | 0.77 | 0.2 | 0.31 | 315.56 | 0.63 | 0.42 |
| Hex | AF | 28 | 8C | 0 | 4D | 14 | 1F | 13C | 3F | 2A |
| Octal | 257 | 50 | 214 | 0 | 115 | 24 | 37 | 474 | 77 | 52 |
| Binary | 10101111 | 101000 | 10001100 | 0 | 1001101 | 10100 | 11111 | 100111100 | 111111 | 101010 |
Color Harmonies of #AF288C
Complementary color
Monochromatic Colors of #AF288C
Black with #AF288C
Text Example
Text Example
White with #AF288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF288C; }
p { color: rgb(175,40,140); }
H1.HeaderClassName
{
color: #AF288C;
}
.AnyTagClassName
{
color: #AF288C;
}
</style>
background-color css
<style>
a { background-color: #AF288C; }
a { background-color: rgb(175,40,140); }
div.DivClassName
{
background-color: #AF288C;
}
.BgClassName
{
background-color: #AF288C;
}
</style>
border-color css
<style>
span { border-color: #AF288C; }
span { border-color: rgb(175,40,140); }
td.TdClassName
{
border-color: #AF288C;
}
.TagClassName
{
border-color: #AF288C;
}
</style>