Shades of Medium Violet Red #AF189D
Tints of Medium Violet Red #AF189D
RGB
CMYK
RGB Variations
Color information
#AF189D (or 0xAF189D) is known color: Medium Violet Red. HEX triplet: AF, 18 and 9D. RGB value is (175,24,157). Sum of RGB (Red+Green+Blue) = 175+24+157=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF189D is #50E762. Grayscale: #535353. Windows color (decimal): -5302115 or 10295471. OLE color: 10295471.
HSL color Cylindrical-coordinate representation of color #AF189D: hue angle of 307.15º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF189D is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 157 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.31 |
| HSL | 307.15º | 0.76% | 0.39% | - |
| HSV(B) | 307.15º | 0.86% | 0.69% | - |
| XYZ | 24.09 | 12.2 | 32.98 | - |
| YUV | 84.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 157 | 0 | 0.86 | 0.10 | 0.31 | 307.15 | 0.76 | 0.39 |
| Hex | AF | 18 | 9D | 0 | 56 | A | 1F | 133 | 4C | 27 |
| Octal | 257 | 30 | 235 | 0 | 126 | 12 | 37 | 463 | 114 | 47 |
| Binary | 10101111 | 11000 | 10011101 | 0 | 1010110 | 1010 | 11111 | 100110011 | 1001100 | 100111 |
Color Harmonies of #AF189D
Complementary color
Monochromatic Colors of #AF189D
Black with #AF189D
Text Example
Text Example
White with #AF189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF189D; }
p { color: rgb(175,24,157); }
H1.HeaderClassName
{
color: #AF189D;
}
.AnyTagClassName
{
color: #AF189D;
}
</style>
background-color css
<style>
a { background-color: #AF189D; }
a { background-color: rgb(175,24,157); }
div.DivClassName
{
background-color: #AF189D;
}
.BgClassName
{
background-color: #AF189D;
}
</style>
border-color css
<style>
span { border-color: #AF189D; }
span { border-color: rgb(175,24,157); }
td.TdClassName
{
border-color: #AF189D;
}
.TagClassName
{
border-color: #AF189D;
}
</style>