Shades of Medium Red Violet #AF328B
Tints of Medium Red Violet #AF328B
RGB
CMYK
RGB Variations
Color information
#AF328B (or 0xAF328B) is known color: Medium Red Violet. HEX triplet: AF, 32 and 8B. RGB value is (175,50,139). Sum of RGB (Red+Green+Blue) = 175+50+139=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF328B is #50CD74. Grayscale: #616161. Windows color (decimal): -5295477 or 9122479. OLE color: 9122479.
HSL color Cylindrical-coordinate representation of color #AF328B: hue angle of 317.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF328B is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 139 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.31 |
| HSL | 317.28º | 0.56% | 0.44% | - |
| HSV(B) | 317.28º | 0.71% | 0.69% | - |
| XYZ | 23.48 | 13.26 | 25.75 | - |
| YUV | 97.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 139 | 0 | 0.71 | 0.21 | 0.31 | 317.28 | 0.56 | 0.44 |
| Hex | AF | 32 | 8B | 0 | 47 | 15 | 1F | 13D | 38 | 2C |
| Octal | 257 | 62 | 213 | 0 | 107 | 25 | 37 | 475 | 70 | 54 |
| Binary | 10101111 | 110010 | 10001011 | 0 | 1000111 | 10101 | 11111 | 100111101 | 111000 | 101100 |
Color Harmonies of #AF328B
Complementary color
Monochromatic Colors of #AF328B
Black with #AF328B
Text Example
Text Example
White with #AF328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF328B; }
p { color: rgb(175,50,139); }
H1.HeaderClassName
{
color: #AF328B;
}
.AnyTagClassName
{
color: #AF328B;
}
</style>
background-color css
<style>
a { background-color: #AF328B; }
a { background-color: rgb(175,50,139); }
div.DivClassName
{
background-color: #AF328B;
}
.BgClassName
{
background-color: #AF328B;
}
</style>
border-color css
<style>
span { border-color: #AF328B; }
span { border-color: rgb(175,50,139); }
td.TdClassName
{
border-color: #AF328B;
}
.TagClassName
{
border-color: #AF328B;
}
</style>