Shades of Medium Red Violet #AF389E
Tints of Medium Red Violet #AF389E
RGB
CMYK
RGB Variations
Color information
#AF389E (or 0xAF389E) is known color: Medium Red Violet. HEX triplet: AF, 38 and 9E. RGB value is (175,56,158). Sum of RGB (Red+Green+Blue) = 175+56+158=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF389E is #50C761. Grayscale: #666666. Windows color (decimal): -5293922 or 10369199. OLE color: 10369199.
HSL color Cylindrical-coordinate representation of color #AF389E: hue angle of 308.57º 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 #AF389E is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 158 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.31 |
| HSL | 308.57º | 0.52% | 0.45% | - |
| HSV(B) | 308.57º | 0.68% | 0.69% | - |
| XYZ | 25.26 | 14.41 | 33.8 | - |
| YUV | 103.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 158 | 0 | 0.68 | 0.10 | 0.31 | 308.57 | 0.52 | 0.45 |
| Hex | AF | 38 | 9E | 0 | 44 | A | 1F | 135 | 34 | 2D |
| Octal | 257 | 70 | 236 | 0 | 104 | 12 | 37 | 465 | 64 | 55 |
| Binary | 10101111 | 111000 | 10011110 | 0 | 1000100 | 1010 | 11111 | 100110101 | 110100 | 101101 |
Color Harmonies of #AF389E
Complementary color
Monochromatic Colors of #AF389E
Black with #AF389E
Text Example
Text Example
White with #AF389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF389E; }
p { color: rgb(175,56,158); }
H1.HeaderClassName
{
color: #AF389E;
}
.AnyTagClassName
{
color: #AF389E;
}
</style>
background-color css
<style>
a { background-color: #AF389E; }
a { background-color: rgb(175,56,158); }
div.DivClassName
{
background-color: #AF389E;
}
.BgClassName
{
background-color: #AF389E;
}
</style>
border-color css
<style>
span { border-color: #AF389E; }
span { border-color: rgb(175,56,158); }
td.TdClassName
{
border-color: #AF389E;
}
.TagClassName
{
border-color: #AF389E;
}
</style>