Shades of Medium Violet Red #AF038E
Tints of Medium Violet Red #AF038E
RGB
CMYK
RGB Variations
Color information
#AF038E (or 0xAF038E) is known color: Medium Violet Red. HEX triplet: AF, 03 and 8E. RGB value is (175,3,142). Sum of RGB (Red+Green+Blue) = 175+3+142=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF038E is #50FC71. Grayscale: #454545. Windows color (decimal): -5307506 or 9307055. OLE color: 9307055.
HSL color Cylindrical-coordinate representation of color #AF038E: hue angle of 311.51º 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 #AF038E is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 142 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.31 |
| HSL | 311.51º | 0.97% | 0.35% | - |
| HSV(B) | 311.51º | 0.98% | 0.69% | - |
| XYZ | 22.59 | 11.13 | 26.55 | - |
| YUV | 70.27 | 168.48 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 142 | 0 | 0.98 | 0.19 | 0.31 | 311.51 | 0.97 | 0.35 |
| Hex | AF | 3 | 8E | 0 | 62 | 13 | 1F | 138 | 61 | 23 |
| Octal | 257 | 3 | 216 | 0 | 142 | 23 | 37 | 470 | 141 | 43 |
| Binary | 10101111 | 11 | 10001110 | 0 | 1100010 | 10011 | 11111 | 100111000 | 1100001 | 100011 |
Color Harmonies of #AF038E
Complementary color
Monochromatic Colors of #AF038E
Black with #AF038E
Text Example
Text Example
White with #AF038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF038E; }
p { color: rgb(175,3,142); }
H1.HeaderClassName
{
color: #AF038E;
}
.AnyTagClassName
{
color: #AF038E;
}
</style>
background-color css
<style>
a { background-color: #AF038E; }
a { background-color: rgb(175,3,142); }
div.DivClassName
{
background-color: #AF038E;
}
.BgClassName
{
background-color: #AF038E;
}
</style>
border-color css
<style>
span { border-color: #AF038E; }
span { border-color: rgb(175,3,142); }
td.TdClassName
{
border-color: #AF038E;
}
.TagClassName
{
border-color: #AF038E;
}
</style>