Shades of Medium Violet Red #AF1DA1
Tints of Medium Violet Red #AF1DA1
RGB
CMYK
RGB Variations
Color information
#AF1DA1 (or 0xAF1DA1) is known color: Medium Violet Red. HEX triplet: AF, 1D and A1. RGB value is (175,29,161). Sum of RGB (Red+Green+Blue) = 175+29+161=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DA1 is #50E25E. Grayscale: #575757. Windows color (decimal): -5300831 or 10558895. OLE color: 10558895.
HSL color Cylindrical-coordinate representation of color #AF1DA1: hue angle of 305.75º 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 #AF1DA1 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 161 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.31 |
| HSL | 305.75º | 0.72% | 0.4% | - |
| HSV(B) | 305.75º | 0.83% | 0.69% | - |
| XYZ | 24.55 | 12.57 | 34.85 | - |
| YUV | 87.7 | 169.37 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 161 | 0 | 0.83 | 0.08 | 0.31 | 305.75 | 0.72 | 0.4 |
| Hex | AF | 1D | A1 | 0 | 53 | 8 | 1F | 132 | 48 | 28 |
| Octal | 257 | 35 | 241 | 0 | 123 | 10 | 37 | 462 | 110 | 50 |
| Binary | 10101111 | 11101 | 10100001 | 0 | 1010011 | 1000 | 11111 | 100110010 | 1001000 | 101000 |
Color Harmonies of #AF1DA1
Complementary color
Monochromatic Colors of #AF1DA1
Black with #AF1DA1
Text Example
Text Example
White with #AF1DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DA1; }
p { color: rgb(175,29,161); }
H1.HeaderClassName
{
color: #AF1DA1;
}
.AnyTagClassName
{
color: #AF1DA1;
}
</style>
background-color css
<style>
a { background-color: #AF1DA1; }
a { background-color: rgb(175,29,161); }
div.DivClassName
{
background-color: #AF1DA1;
}
.BgClassName
{
background-color: #AF1DA1;
}
</style>
border-color css
<style>
span { border-color: #AF1DA1; }
span { border-color: rgb(175,29,161); }
td.TdClassName
{
border-color: #AF1DA1;
}
.TagClassName
{
border-color: #AF1DA1;
}
</style>