Shades of Medium Violet Red #AF008B
Tints of Medium Violet Red #AF008B
RGB
CMYK
RGB Variations
Color information
#AF008B (or 0xAF008B) is known color: Medium Violet Red. HEX triplet: AF, 00 and 8B. RGB value is (175,0,139). Sum of RGB (Red+Green+Blue) = 175+0+139=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF008B is #50FF74. Grayscale: #434343. Windows color (decimal): -5308277 or 9109679. OLE color: 9109679.
HSL color Cylindrical-coordinate representation of color #AF008B: hue angle of 312.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF008B is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.21 | 0.31 |
| HSL | 312.34º | 1% | 0.34% | - |
| HSV(B) | 312.34º | 1% | 0.69% | - |
| XYZ | 22.34 | 10.98 | 25.37 | - |
| YUV | 68.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 139 | 0 | 1 | 0.21 | 0.31 | 312.34 | 1 | 0.34 |
| Hex | AF | 0 | 8B | 0 | 64 | 15 | 1F | 138 | 64 | 22 |
| Octal | 257 | 0 | 213 | 0 | 144 | 25 | 37 | 470 | 144 | 42 |
| Binary | 10101111 | 0 | 10001011 | 0 | 1100100 | 10101 | 11111 | 100111000 | 1100100 | 100010 |
Color Harmonies of #AF008B
Complementary color
Monochromatic Colors of #AF008B
Black with #AF008B
Text Example
Text Example
White with #AF008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF008B; }
p { color: rgb(175,0,139); }
H1.HeaderClassName
{
color: #AF008B;
}
.AnyTagClassName
{
color: #AF008B;
}
</style>
background-color css
<style>
a { background-color: #AF008B; }
a { background-color: rgb(175,0,139); }
div.DivClassName
{
background-color: #AF008B;
}
.BgClassName
{
background-color: #AF008B;
}
</style>
border-color css
<style>
span { border-color: #AF008B; }
span { border-color: rgb(175,0,139); }
td.TdClassName
{
border-color: #AF008B;
}
.TagClassName
{
border-color: #AF008B;
}
</style>