Shades of Medium Red Violet #AF389F
Tints of Medium Red Violet #AF389F
RGB
CMYK
RGB Variations
Color information
#AF389F (or 0xAF389F) is known color: Medium Red Violet. HEX triplet: AF, 38 and 9F. RGB value is (175,56,159). Sum of RGB (Red+Green+Blue) = 175+56+159=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF389F is #50C760. Grayscale: #676767. Windows color (decimal): -5293921 or 10434735. OLE color: 10434735.
HSL color Cylindrical-coordinate representation of color #AF389F: hue angle of 308.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF389F is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 159 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.31 |
| HSL | 308.07º | 0.52% | 0.45% | - |
| HSV(B) | 308.07º | 0.68% | 0.69% | - |
| XYZ | 25.35 | 14.45 | 34.25 | - |
| YUV | 103.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 159 | 0 | 0.68 | 0.09 | 0.31 | 308.07 | 0.52 | 0.45 |
| Hex | AF | 38 | 9F | 0 | 44 | 9 | 1F | 134 | 34 | 2D |
| Octal | 257 | 70 | 237 | 0 | 104 | 11 | 37 | 464 | 64 | 55 |
| Binary | 10101111 | 111000 | 10011111 | 0 | 1000100 | 1001 | 11111 | 100110100 | 110100 | 101101 |
Color Harmonies of #AF389F
Complementary color
Monochromatic Colors of #AF389F
Black with #AF389F
Text Example
Text Example
White with #AF389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF389F; }
p { color: rgb(175,56,159); }
H1.HeaderClassName
{
color: #AF389F;
}
.AnyTagClassName
{
color: #AF389F;
}
</style>
background-color css
<style>
a { background-color: #AF389F; }
a { background-color: rgb(175,56,159); }
div.DivClassName
{
background-color: #AF389F;
}
.BgClassName
{
background-color: #AF389F;
}
</style>
border-color css
<style>
span { border-color: #AF389F; }
span { border-color: rgb(175,56,159); }
td.TdClassName
{
border-color: #AF389F;
}
.TagClassName
{
border-color: #AF389F;
}
</style>