Shades of Medium Violet Red #AF1DA8
Tints of Medium Violet Red #AF1DA8
RGB
CMYK
RGB Variations
Color information
#AF1DA8 (or 0xAF1DA8) is known color: Medium Violet Red. HEX triplet: AF, 1D and A8. RGB value is (175,29,168). Sum of RGB (Red+Green+Blue) = 175+29+168=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DA8 is #50E257. Grayscale: #585858. Windows color (decimal): -5300824 or 11017647. OLE color: 11017647.
HSL color Cylindrical-coordinate representation of color #AF1DA8: hue angle of 302.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1DA8 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 168 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.31 |
| HSL | 302.88º | 0.72% | 0.4% | - |
| HSV(B) | 302.88º | 0.83% | 0.69% | - |
| XYZ | 25.19 | 12.82 | 38.19 | - |
| YUV | 88.5 | 172.87 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 168 | 0 | 0.83 | 0.04 | 0.31 | 302.88 | 0.72 | 0.4 |
| Hex | AF | 1D | A8 | 0 | 53 | 4 | 1F | 12F | 48 | 28 |
| Octal | 257 | 35 | 250 | 0 | 123 | 4 | 37 | 457 | 110 | 50 |
| Binary | 10101111 | 11101 | 10101000 | 0 | 1010011 | 100 | 11111 | 100101111 | 1001000 | 101000 |
Color Harmonies of #AF1DA8
Complementary color
Monochromatic Colors of #AF1DA8
Black with #AF1DA8
Text Example
Text Example
White with #AF1DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DA8; }
p { color: rgb(175,29,168); }
H1.HeaderClassName
{
color: #AF1DA8;
}
.AnyTagClassName
{
color: #AF1DA8;
}
</style>
background-color css
<style>
a { background-color: #AF1DA8; }
a { background-color: rgb(175,29,168); }
div.DivClassName
{
background-color: #AF1DA8;
}
.BgClassName
{
background-color: #AF1DA8;
}
</style>
border-color css
<style>
span { border-color: #AF1DA8; }
span { border-color: rgb(175,29,168); }
td.TdClassName
{
border-color: #AF1DA8;
}
.TagClassName
{
border-color: #AF1DA8;
}
</style>