Shades of Medium Violet Red #AF1DA2
Tints of Medium Violet Red #AF1DA2
RGB
CMYK
RGB Variations
Color information
#AF1DA2 (or 0xAF1DA2) is known color: Medium Violet Red. HEX triplet: AF, 1D and A2. RGB value is (175,29,162). Sum of RGB (Red+Green+Blue) = 175+29+162=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DA2 is #50E25D. Grayscale: #575757. Windows color (decimal): -5300830 or 10624431. OLE color: 10624431.
HSL color Cylindrical-coordinate representation of color #AF1DA2: hue angle of 305.34º 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 #AF1DA2 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 162 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.31 |
| HSL | 305.34º | 0.72% | 0.4% | - |
| HSV(B) | 305.34º | 0.83% | 0.69% | - |
| XYZ | 24.64 | 12.6 | 35.32 | - |
| YUV | 87.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 162 | 0 | 0.83 | 0.07 | 0.31 | 305.34 | 0.72 | 0.4 |
| Hex | AF | 1D | A2 | 0 | 53 | 7 | 1F | 131 | 48 | 28 |
| Octal | 257 | 35 | 242 | 0 | 123 | 7 | 37 | 461 | 110 | 50 |
| Binary | 10101111 | 11101 | 10100010 | 0 | 1010011 | 111 | 11111 | 100110001 | 1001000 | 101000 |
Color Harmonies of #AF1DA2
Complementary color
Monochromatic Colors of #AF1DA2
Black with #AF1DA2
Text Example
Text Example
White with #AF1DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DA2; }
p { color: rgb(175,29,162); }
H1.HeaderClassName
{
color: #AF1DA2;
}
.AnyTagClassName
{
color: #AF1DA2;
}
</style>
background-color css
<style>
a { background-color: #AF1DA2; }
a { background-color: rgb(175,29,162); }
div.DivClassName
{
background-color: #AF1DA2;
}
.BgClassName
{
background-color: #AF1DA2;
}
</style>
border-color css
<style>
span { border-color: #AF1DA2; }
span { border-color: rgb(175,29,162); }
td.TdClassName
{
border-color: #AF1DA2;
}
.TagClassName
{
border-color: #AF1DA2;
}
</style>