Shades of Medium Violet Red #AF048B
Tints of Medium Violet Red #AF048B
RGB
CMYK
RGB Variations
Color information
#AF048B (or 0xAF048B) is known color: Medium Violet Red. HEX triplet: AF, 04 and 8B. RGB value is (175,4,139). Sum of RGB (Red+Green+Blue) = 175+4+139=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF048B is #50FB74. Grayscale: #464646. Windows color (decimal): -5307253 or 9110703. OLE color: 9110703.
HSL color Cylindrical-coordinate representation of color #AF048B: hue angle of 312.63º degrees, saturation: 0.96, 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 #AF048B is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.31 |
| HSL | 312.63º | 0.96% | 0.35% | - |
| HSV(B) | 312.63º | 0.98% | 0.69% | - |
| XYZ | 22.38 | 11.06 | 25.38 | - |
| YUV | 70.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 139 | 0 | 0.98 | 0.21 | 0.31 | 312.63 | 0.96 | 0.35 |
| Hex | AF | 4 | 8B | 0 | 62 | 15 | 1F | 139 | 60 | 23 |
| Octal | 257 | 4 | 213 | 0 | 142 | 25 | 37 | 471 | 140 | 43 |
| Binary | 10101111 | 100 | 10001011 | 0 | 1100010 | 10101 | 11111 | 100111001 | 1100000 | 100011 |
Color Harmonies of #AF048B
Complementary color
Monochromatic Colors of #AF048B
Black with #AF048B
Text Example
Text Example
White with #AF048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF048B; }
p { color: rgb(175,4,139); }
H1.HeaderClassName
{
color: #AF048B;
}
.AnyTagClassName
{
color: #AF048B;
}
</style>
background-color css
<style>
a { background-color: #AF048B; }
a { background-color: rgb(175,4,139); }
div.DivClassName
{
background-color: #AF048B;
}
.BgClassName
{
background-color: #AF048B;
}
</style>
border-color css
<style>
span { border-color: #AF048B; }
span { border-color: rgb(175,4,139); }
td.TdClassName
{
border-color: #AF048B;
}
.TagClassName
{
border-color: #AF048B;
}
</style>