Shades of Medium Violet Red #AF1A8F
Tints of Medium Violet Red #AF1A8F
RGB
CMYK
RGB Variations
Color information
#AF1A8F (or 0xAF1A8F) is known color: Medium Violet Red. HEX triplet: AF, 1A and 8F. RGB value is (175,26,143). Sum of RGB (Red+Green+Blue) = 175+26+143=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1A8F is #50E570. Grayscale: #535353. Windows color (decimal): -5301617 or 9378479. OLE color: 9378479.
HSL color Cylindrical-coordinate representation of color #AF1A8F: hue angle of 312.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A8F is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 143 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.31 |
| HSL | 312.89º | 0.74% | 0.39% | - |
| HSV(B) | 312.89º | 0.85% | 0.69% | - |
| XYZ | 23.01 | 11.84 | 27.06 | - |
| YUV | 83.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 143 | 0 | 0.85 | 0.18 | 0.31 | 312.89 | 0.74 | 0.39 |
| Hex | AF | 1A | 8F | 0 | 55 | 12 | 1F | 139 | 4A | 27 |
| Octal | 257 | 32 | 217 | 0 | 125 | 22 | 37 | 471 | 112 | 47 |
| Binary | 10101111 | 11010 | 10001111 | 0 | 1010101 | 10010 | 11111 | 100111001 | 1001010 | 100111 |
Color Harmonies of #AF1A8F
Complementary color
Monochromatic Colors of #AF1A8F
Black with #AF1A8F
Text Example
Text Example
White with #AF1A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A8F; }
p { color: rgb(175,26,143); }
H1.HeaderClassName
{
color: #AF1A8F;
}
.AnyTagClassName
{
color: #AF1A8F;
}
</style>
background-color css
<style>
a { background-color: #AF1A8F; }
a { background-color: rgb(175,26,143); }
div.DivClassName
{
background-color: #AF1A8F;
}
.BgClassName
{
background-color: #AF1A8F;
}
</style>
border-color css
<style>
span { border-color: #AF1A8F; }
span { border-color: rgb(175,26,143); }
td.TdClassName
{
border-color: #AF1A8F;
}
.TagClassName
{
border-color: #AF1A8F;
}
</style>