Shades of Medium Red Violet #AF288A
Tints of Medium Red Violet #AF288A
RGB
CMYK
RGB Variations
Color information
#AF288A (or 0xAF288A) is known color: Medium Red Violet. HEX triplet: AF, 28 and 8A. RGB value is (175,40,138). Sum of RGB (Red+Green+Blue) = 175+40+138=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF288A is #50D775. Grayscale: #5B5B5B. Windows color (decimal): -5298038 or 9054383. OLE color: 9054383.
HSL color Cylindrical-coordinate representation of color #AF288A: hue angle of 316.44º 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 #AF288A is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 138 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.31 |
| HSL | 316.44º | 0.63% | 0.42% | - |
| HSV(B) | 316.44º | 0.77% | 0.69% | - |
| XYZ | 23.03 | 12.47 | 25.24 | - |
| YUV | 91.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 138 | 0 | 0.77 | 0.21 | 0.31 | 316.44 | 0.63 | 0.42 |
| Hex | AF | 28 | 8A | 0 | 4D | 15 | 1F | 13C | 3F | 2A |
| Octal | 257 | 50 | 212 | 0 | 115 | 25 | 37 | 474 | 77 | 52 |
| Binary | 10101111 | 101000 | 10001010 | 0 | 1001101 | 10101 | 11111 | 100111100 | 111111 | 101010 |
Color Harmonies of #AF288A
Complementary color
Monochromatic Colors of #AF288A
Black with #AF288A
Text Example
Text Example
White with #AF288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF288A; }
p { color: rgb(175,40,138); }
H1.HeaderClassName
{
color: #AF288A;
}
.AnyTagClassName
{
color: #AF288A;
}
</style>
background-color css
<style>
a { background-color: #AF288A; }
a { background-color: rgb(175,40,138); }
div.DivClassName
{
background-color: #AF288A;
}
.BgClassName
{
background-color: #AF288A;
}
</style>
border-color css
<style>
span { border-color: #AF288A; }
span { border-color: rgb(175,40,138); }
td.TdClassName
{
border-color: #AF288A;
}
.TagClassName
{
border-color: #AF288A;
}
</style>