Shades of Medium Violet Red #AF1DAA
Tints of Medium Violet Red #AF1DAA
RGB
CMYK
RGB Variations
Color information
#AF1DAA (or 0xAF1DAA) is known color: Medium Violet Red. HEX triplet: AF, 1D and AA. RGB value is (175,29,170). Sum of RGB (Red+Green+Blue) = 175+29+170=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DAA is #50E255. Grayscale: #585858. Windows color (decimal): -5300822 or 11148719. OLE color: 11148719.
HSL color Cylindrical-coordinate representation of color #AF1DAA: hue angle of 302.05º 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 #AF1DAA is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 170 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.31 |
| HSL | 302.05º | 0.72% | 0.4% | - |
| HSV(B) | 302.05º | 0.83% | 0.69% | - |
| XYZ | 25.37 | 12.89 | 39.18 | - |
| YUV | 88.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 170 | 0 | 0.83 | 0.03 | 0.31 | 302.05 | 0.72 | 0.4 |
| Hex | AF | 1D | AA | 0 | 53 | 3 | 1F | 12E | 48 | 28 |
| Octal | 257 | 35 | 252 | 0 | 123 | 3 | 37 | 456 | 110 | 50 |
| Binary | 10101111 | 11101 | 10101010 | 0 | 1010011 | 11 | 11111 | 100101110 | 1001000 | 101000 |
Color Harmonies of #AF1DAA
Complementary color
Monochromatic Colors of #AF1DAA
Black with #AF1DAA
Text Example
Text Example
White with #AF1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DAA; }
p { color: rgb(175,29,170); }
H1.HeaderClassName
{
color: #AF1DAA;
}
.AnyTagClassName
{
color: #AF1DAA;
}
</style>
background-color css
<style>
a { background-color: #AF1DAA; }
a { background-color: rgb(175,29,170); }
div.DivClassName
{
background-color: #AF1DAA;
}
.BgClassName
{
background-color: #AF1DAA;
}
</style>
border-color css
<style>
span { border-color: #AF1DAA; }
span { border-color: rgb(175,29,170); }
td.TdClassName
{
border-color: #AF1DAA;
}
.TagClassName
{
border-color: #AF1DAA;
}
</style>