Shades of Medium Red Violet #AF329F
Tints of Medium Red Violet #AF329F
RGB
CMYK
RGB Variations
Color information
#AF329F (or 0xAF329F) is known color: Medium Red Violet. HEX triplet: AF, 32 and 9F. RGB value is (175,50,159). Sum of RGB (Red+Green+Blue) = 175+50+159=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF329F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF329F is #50CD60. Grayscale: #636363. Windows color (decimal): -5295457 or 10433199. OLE color: 10433199.
HSL color Cylindrical-coordinate representation of color #AF329F: hue angle of 307.68º 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 #AF329F is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 159 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.31 |
| HSL | 307.68º | 0.56% | 0.44% | - |
| HSV(B) | 307.68º | 0.71% | 0.69% | - |
| XYZ | 25.08 | 13.9 | 34.16 | - |
| YUV | 99.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 159 | 0 | 0.71 | 0.09 | 0.31 | 307.68 | 0.56 | 0.44 |
| Hex | AF | 32 | 9F | 0 | 47 | 9 | 1F | 134 | 38 | 2C |
| Octal | 257 | 62 | 237 | 0 | 107 | 11 | 37 | 464 | 70 | 54 |
| Binary | 10101111 | 110010 | 10011111 | 0 | 1000111 | 1001 | 11111 | 100110100 | 111000 | 101100 |
Color Harmonies of #AF329F
Complementary color
Monochromatic Colors of #AF329F
Black with #AF329F
Text Example
Text Example
White with #AF329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF329F; }
p { color: rgb(175,50,159); }
H1.HeaderClassName
{
color: #AF329F;
}
.AnyTagClassName
{
color: #AF329F;
}
</style>
background-color css
<style>
a { background-color: #AF329F; }
a { background-color: rgb(175,50,159); }
div.DivClassName
{
background-color: #AF329F;
}
.BgClassName
{
background-color: #AF329F;
}
</style>
border-color css
<style>
span { border-color: #AF329F; }
span { border-color: rgb(175,50,159); }
td.TdClassName
{
border-color: #AF329F;
}
.TagClassName
{
border-color: #AF329F;
}
</style>