Shades of Medium Violet Red #AF0287
Tints of Medium Violet Red #AF0287
RGB
CMYK
RGB Variations
Color information
#AF0287 (or 0xAF0287) is known color: Medium Violet Red. HEX triplet: AF, 02 and 87. RGB value is (175,2,135). Sum of RGB (Red+Green+Blue) = 175+2+135=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0287 is #50FD78. Grayscale: #444444. Windows color (decimal): -5307769 or 8848047. OLE color: 8848047.
HSL color Cylindrical-coordinate representation of color #AF0287: hue angle of 313.87º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0287 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.31 |
| HSL | 313.87º | 0.98% | 0.35% | - |
| HSV(B) | 313.87º | 0.99% | 0.69% | - |
| XYZ | 22.07 | 10.91 | 23.86 | - |
| YUV | 68.89 | 165.31 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 135 | 0 | 0.99 | 0.23 | 0.31 | 313.87 | 0.98 | 0.35 |
| Hex | AF | 2 | 87 | 0 | 63 | 17 | 1F | 13A | 62 | 23 |
| Octal | 257 | 2 | 207 | 0 | 143 | 27 | 37 | 472 | 142 | 43 |
| Binary | 10101111 | 10 | 10000111 | 0 | 1100011 | 10111 | 11111 | 100111010 | 1100010 | 100011 |
Color Harmonies of #AF0287
Complementary color
Monochromatic Colors of #AF0287
Black with #AF0287
Text Example
Text Example
White with #AF0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0287; }
p { color: rgb(175,2,135); }
H1.HeaderClassName
{
color: #AF0287;
}
.AnyTagClassName
{
color: #AF0287;
}
</style>
background-color css
<style>
a { background-color: #AF0287; }
a { background-color: rgb(175,2,135); }
div.DivClassName
{
background-color: #AF0287;
}
.BgClassName
{
background-color: #AF0287;
}
</style>
border-color css
<style>
span { border-color: #AF0287; }
span { border-color: rgb(175,2,135); }
td.TdClassName
{
border-color: #AF0287;
}
.TagClassName
{
border-color: #AF0287;
}
</style>