Shades of Medium Violet Red #AF1478
Tints of Medium Violet Red #AF1478
RGB
CMYK
RGB Variations
Color information
#AF1478 (or 0xAF1478) is known color: Medium Violet Red. HEX triplet: AF, 14 and 78. RGB value is (175,20,120). Sum of RGB (Red+Green+Blue) = 175+20+120=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1478 is #50EB87. Grayscale: #4D4D4D. Windows color (decimal): -5303176 or 7869615. OLE color: 7869615.
HSL color Cylindrical-coordinate representation of color #AF1478: hue angle of 321.29º 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 #AF1478 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 120 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.31 |
| HSL | 321.29º | 0.79% | 0.38% | - |
| HSV(B) | 321.29º | 0.89% | 0.69% | - |
| XYZ | 21.32 | 10.97 | 18.76 | - |
| YUV | 77.75 | 151.85 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 120 | 0 | 0.89 | 0.31 | 0.31 | 321.29 | 0.79 | 0.38 |
| Hex | AF | 14 | 78 | 0 | 59 | 1F | 1F | 141 | 4F | 26 |
| Octal | 257 | 24 | 170 | 0 | 131 | 37 | 37 | 501 | 117 | 46 |
| Binary | 10101111 | 10100 | 1111000 | 0 | 1011001 | 11111 | 11111 | 101000001 | 1001111 | 100110 |
Color Harmonies of #AF1478
Complementary color
Monochromatic Colors of #AF1478
Black with #AF1478
Text Example
Text Example
White with #AF1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1478; }
p { color: rgb(175,20,120); }
H1.HeaderClassName
{
color: #AF1478;
}
.AnyTagClassName
{
color: #AF1478;
}
</style>
background-color css
<style>
a { background-color: #AF1478; }
a { background-color: rgb(175,20,120); }
div.DivClassName
{
background-color: #AF1478;
}
.BgClassName
{
background-color: #AF1478;
}
</style>
border-color css
<style>
span { border-color: #AF1478; }
span { border-color: rgb(175,20,120); }
td.TdClassName
{
border-color: #AF1478;
}
.TagClassName
{
border-color: #AF1478;
}
</style>