Shades of Medium Violet Red #AF0D8C
Tints of Medium Violet Red #AF0D8C
RGB
CMYK
RGB Variations
Color information
#AF0D8C (or 0xAF0D8C) is known color: Medium Violet Red. HEX triplet: AF, 0D and 8C. RGB value is (175,13,140). Sum of RGB (Red+Green+Blue) = 175+13+140=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0D8C is #50F273. Grayscale: #4B4B4B. Windows color (decimal): -5304948 or 9178543. OLE color: 9178543.
HSL color Cylindrical-coordinate representation of color #AF0D8C: hue angle of 312.96º degrees, saturation: 0.86, 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 #AF0D8C is Cyan = 0, Magento = 0.93, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 140 | - |
| CMYK | 0 | 0.93 | 0.2 | 0.31 |
| HSL | 312.96º | 0.86% | 0.37% | - |
| HSV(B) | 312.96º | 0.93% | 0.69% | - |
| XYZ | 22.56 | 11.3 | 25.8 | - |
| YUV | 75.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 140 | 0 | 0.93 | 0.2 | 0.31 | 312.96 | 0.86 | 0.37 |
| Hex | AF | D | 8C | 0 | 5D | 14 | 1F | 139 | 56 | 25 |
| Octal | 257 | 15 | 214 | 0 | 135 | 24 | 37 | 471 | 126 | 45 |
| Binary | 10101111 | 1101 | 10001100 | 0 | 1011101 | 10100 | 11111 | 100111001 | 1010110 | 100101 |
Color Harmonies of #AF0D8C
Complementary color
Monochromatic Colors of #AF0D8C
Black with #AF0D8C
Text Example
Text Example
White with #AF0D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D8C; }
p { color: rgb(175,13,140); }
H1.HeaderClassName
{
color: #AF0D8C;
}
.AnyTagClassName
{
color: #AF0D8C;
}
</style>
background-color css
<style>
a { background-color: #AF0D8C; }
a { background-color: rgb(175,13,140); }
div.DivClassName
{
background-color: #AF0D8C;
}
.BgClassName
{
background-color: #AF0D8C;
}
</style>
border-color css
<style>
span { border-color: #AF0D8C; }
span { border-color: rgb(175,13,140); }
td.TdClassName
{
border-color: #AF0D8C;
}
.TagClassName
{
border-color: #AF0D8C;
}
</style>