Shades of Medium Violet Red #AF148C
Tints of Medium Violet Red #AF148C
RGB
CMYK
RGB Variations
Color information
#AF148C (or 0xAF148C) is known color: Medium Violet Red. HEX triplet: AF, 14 and 8C. RGB value is (175,20,140). Sum of RGB (Red+Green+Blue) = 175+20+140=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF148C is #50EB73. Grayscale: #4F4F4F. Windows color (decimal): -5303156 or 9180335. OLE color: 9180335.
HSL color Cylindrical-coordinate representation of color #AF148C: hue angle of 313.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF148C is Cyan = 0, Magento = 0.89, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 140 | - |
| CMYK | 0 | 0.89 | 0.2 | 0.31 |
| HSL | 313.55º | 0.79% | 0.38% | - |
| HSV(B) | 313.55º | 0.89% | 0.69% | - |
| XYZ | 22.66 | 11.51 | 25.84 | - |
| YUV | 80.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 140 | 0 | 0.89 | 0.2 | 0.31 | 313.55 | 0.79 | 0.38 |
| Hex | AF | 14 | 8C | 0 | 59 | 14 | 1F | 13A | 4F | 26 |
| Octal | 257 | 24 | 214 | 0 | 131 | 24 | 37 | 472 | 117 | 46 |
| Binary | 10101111 | 10100 | 10001100 | 0 | 1011001 | 10100 | 11111 | 100111010 | 1001111 | 100110 |
Color Harmonies of #AF148C
Complementary color
Monochromatic Colors of #AF148C
Black with #AF148C
Text Example
Text Example
White with #AF148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF148C; }
p { color: rgb(175,20,140); }
H1.HeaderClassName
{
color: #AF148C;
}
.AnyTagClassName
{
color: #AF148C;
}
</style>
background-color css
<style>
a { background-color: #AF148C; }
a { background-color: rgb(175,20,140); }
div.DivClassName
{
background-color: #AF148C;
}
.BgClassName
{
background-color: #AF148C;
}
</style>
border-color css
<style>
span { border-color: #AF148C; }
span { border-color: rgb(175,20,140); }
td.TdClassName
{
border-color: #AF148C;
}
.TagClassName
{
border-color: #AF148C;
}
</style>