Shades of Medium Violet Red #AF038B
Tints of Medium Violet Red #AF038B
RGB
CMYK
RGB Variations
Color information
#AF038B (or 0xAF038B) is known color: Medium Violet Red. HEX triplet: AF, 03 and 8B. RGB value is (175,3,139). Sum of RGB (Red+Green+Blue) = 175+3+139=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF038B is #50FC74. Grayscale: #454545. Windows color (decimal): -5307509 or 9110447. OLE color: 9110447.
HSL color Cylindrical-coordinate representation of color #AF038B: hue angle of 312.56º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF038B is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.31 |
| HSL | 312.56º | 0.97% | 0.35% | - |
| HSV(B) | 312.56º | 0.98% | 0.69% | - |
| XYZ | 22.37 | 11.04 | 25.38 | - |
| YUV | 69.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 139 | 0 | 0.98 | 0.21 | 0.31 | 312.56 | 0.97 | 0.35 |
| Hex | AF | 3 | 8B | 0 | 62 | 15 | 1F | 139 | 61 | 23 |
| Octal | 257 | 3 | 213 | 0 | 142 | 25 | 37 | 471 | 141 | 43 |
| Binary | 10101111 | 11 | 10001011 | 0 | 1100010 | 10101 | 11111 | 100111001 | 1100001 | 100011 |
Color Harmonies of #AF038B
Complementary color
Monochromatic Colors of #AF038B
Black with #AF038B
Text Example
Text Example
White with #AF038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF038B; }
p { color: rgb(175,3,139); }
H1.HeaderClassName
{
color: #AF038B;
}
.AnyTagClassName
{
color: #AF038B;
}
</style>
background-color css
<style>
a { background-color: #AF038B; }
a { background-color: rgb(175,3,139); }
div.DivClassName
{
background-color: #AF038B;
}
.BgClassName
{
background-color: #AF038B;
}
</style>
border-color css
<style>
span { border-color: #AF038B; }
span { border-color: rgb(175,3,139); }
td.TdClassName
{
border-color: #AF038B;
}
.TagClassName
{
border-color: #AF038B;
}
</style>