Shades of Medium Violet Red #AF1DA3
Tints of Medium Violet Red #AF1DA3
RGB
CMYK
RGB Variations
Color information
#AF1DA3 (or 0xAF1DA3) is known color: Medium Violet Red. HEX triplet: AF, 1D and A3. RGB value is (175,29,163). Sum of RGB (Red+Green+Blue) = 175+29+163=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DA3 is #50E25C. Grayscale: #575757. Windows color (decimal): -5300829 or 10689967. OLE color: 10689967.
HSL color Cylindrical-coordinate representation of color #AF1DA3: hue angle of 304.93º 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 #AF1DA3 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 163 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.31 |
| HSL | 304.93º | 0.72% | 0.4% | - |
| HSV(B) | 304.93º | 0.83% | 0.69% | - |
| XYZ | 24.73 | 12.64 | 35.79 | - |
| YUV | 87.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 163 | 0 | 0.83 | 0.07 | 0.31 | 304.93 | 0.72 | 0.4 |
| Hex | AF | 1D | A3 | 0 | 53 | 7 | 1F | 131 | 48 | 28 |
| Octal | 257 | 35 | 243 | 0 | 123 | 7 | 37 | 461 | 110 | 50 |
| Binary | 10101111 | 11101 | 10100011 | 0 | 1010011 | 111 | 11111 | 100110001 | 1001000 | 101000 |
Color Harmonies of #AF1DA3
Complementary color
Monochromatic Colors of #AF1DA3
Black with #AF1DA3
Text Example
Text Example
White with #AF1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DA3; }
p { color: rgb(175,29,163); }
H1.HeaderClassName
{
color: #AF1DA3;
}
.AnyTagClassName
{
color: #AF1DA3;
}
</style>
background-color css
<style>
a { background-color: #AF1DA3; }
a { background-color: rgb(175,29,163); }
div.DivClassName
{
background-color: #AF1DA3;
}
.BgClassName
{
background-color: #AF1DA3;
}
</style>
border-color css
<style>
span { border-color: #AF1DA3; }
span { border-color: rgb(175,29,163); }
td.TdClassName
{
border-color: #AF1DA3;
}
.TagClassName
{
border-color: #AF1DA3;
}
</style>