Shades of Medium Violet Red #AF0C8D
Tints of Medium Violet Red #AF0C8D
RGB
CMYK
RGB Variations
Color information
#AF0C8D (or 0xAF0C8D) is known color: Medium Violet Red. HEX triplet: AF, 0C and 8D. RGB value is (175,12,141). Sum of RGB (Red+Green+Blue) = 175+12+141=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C8D is #50F372. Grayscale: #4B4B4B. Windows color (decimal): -5305203 or 9243823. OLE color: 9243823.
HSL color Cylindrical-coordinate representation of color #AF0C8D: hue angle of 312.52º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C8D is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 141 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.31 |
| HSL | 312.52º | 0.87% | 0.37% | - |
| HSV(B) | 312.52º | 0.93% | 0.69% | - |
| XYZ | 22.62 | 11.3 | 26.19 | - |
| YUV | 75.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 141 | 0 | 0.93 | 0.19 | 0.31 | 312.52 | 0.87 | 0.37 |
| Hex | AF | C | 8D | 0 | 5D | 13 | 1F | 139 | 57 | 25 |
| Octal | 257 | 14 | 215 | 0 | 135 | 23 | 37 | 471 | 127 | 45 |
| Binary | 10101111 | 1100 | 10001101 | 0 | 1011101 | 10011 | 11111 | 100111001 | 1010111 | 100101 |
Color Harmonies of #AF0C8D
Complementary color
Monochromatic Colors of #AF0C8D
Black with #AF0C8D
Text Example
Text Example
White with #AF0C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C8D; }
p { color: rgb(175,12,141); }
H1.HeaderClassName
{
color: #AF0C8D;
}
.AnyTagClassName
{
color: #AF0C8D;
}
</style>
background-color css
<style>
a { background-color: #AF0C8D; }
a { background-color: rgb(175,12,141); }
div.DivClassName
{
background-color: #AF0C8D;
}
.BgClassName
{
background-color: #AF0C8D;
}
</style>
border-color css
<style>
span { border-color: #AF0C8D; }
span { border-color: rgb(175,12,141); }
td.TdClassName
{
border-color: #AF0C8D;
}
.TagClassName
{
border-color: #AF0C8D;
}
</style>