Shades of Medium Violet Red #AF11A2
Tints of Medium Violet Red #AF11A2
RGB
CMYK
RGB Variations
Color information
#AF11A2 (or 0xAF11A2) is known color: Medium Violet Red. HEX triplet: AF, 11 and A2. RGB value is (175,17,162). Sum of RGB (Red+Green+Blue) = 175+17+162=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11A2 is #50EE5D. Grayscale: #505050. Windows color (decimal): -5303902 or 10621359. OLE color: 10621359.
HSL color Cylindrical-coordinate representation of color #AF11A2: hue angle of 304.94º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF11A2 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 162 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.31 |
| HSL | 304.94º | 0.82% | 0.38% | - |
| HSV(B) | 304.94º | 0.9% | 0.69% | - |
| XYZ | 24.4 | 12.12 | 35.24 | - |
| YUV | 80.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 162 | 0 | 0.90 | 0.07 | 0.31 | 304.94 | 0.82 | 0.38 |
| Hex | AF | 11 | A2 | 0 | 5A | 7 | 1F | 131 | 52 | 26 |
| Octal | 257 | 21 | 242 | 0 | 132 | 7 | 37 | 461 | 122 | 46 |
| Binary | 10101111 | 10001 | 10100010 | 0 | 1011010 | 111 | 11111 | 100110001 | 1010010 | 100110 |
Color Harmonies of #AF11A2
Complementary color
Monochromatic Colors of #AF11A2
Black with #AF11A2
Text Example
Text Example
White with #AF11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11A2; }
p { color: rgb(175,17,162); }
H1.HeaderClassName
{
color: #AF11A2;
}
.AnyTagClassName
{
color: #AF11A2;
}
</style>
background-color css
<style>
a { background-color: #AF11A2; }
a { background-color: rgb(175,17,162); }
div.DivClassName
{
background-color: #AF11A2;
}
.BgClassName
{
background-color: #AF11A2;
}
</style>
border-color css
<style>
span { border-color: #AF11A2; }
span { border-color: rgb(175,17,162); }
td.TdClassName
{
border-color: #AF11A2;
}
.TagClassName
{
border-color: #AF11A2;
}
</style>