Shades of Medium Red Violet #AF388B
Tints of Medium Red Violet #AF388B
RGB
CMYK
RGB Variations
Color information
#AF388B (or 0xAF388B) is known color: Medium Red Violet. HEX triplet: AF, 38 and 8B. RGB value is (175,56,139). Sum of RGB (Red+Green+Blue) = 175+56+139=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF388B is #50C774. Grayscale: #646464. Windows color (decimal): -5293941 or 9124015. OLE color: 9124015.
HSL color Cylindrical-coordinate representation of color #AF388B: hue angle of 318.15º 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 #AF388B is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 139 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.31 |
| HSL | 318.15º | 0.52% | 0.45% | - |
| HSV(B) | 318.15º | 0.68% | 0.69% | - |
| XYZ | 23.75 | 13.81 | 25.84 | - |
| YUV | 101.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 139 | 0 | 0.68 | 0.21 | 0.31 | 318.15 | 0.52 | 0.45 |
| Hex | AF | 38 | 8B | 0 | 44 | 15 | 1F | 13E | 34 | 2D |
| Octal | 257 | 70 | 213 | 0 | 104 | 25 | 37 | 476 | 64 | 55 |
| Binary | 10101111 | 111000 | 10001011 | 0 | 1000100 | 10101 | 11111 | 100111110 | 110100 | 101101 |
Color Harmonies of #AF388B
Complementary color
Monochromatic Colors of #AF388B
Black with #AF388B
Text Example
Text Example
White with #AF388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF388B; }
p { color: rgb(175,56,139); }
H1.HeaderClassName
{
color: #AF388B;
}
.AnyTagClassName
{
color: #AF388B;
}
</style>
background-color css
<style>
a { background-color: #AF388B; }
a { background-color: rgb(175,56,139); }
div.DivClassName
{
background-color: #AF388B;
}
.BgClassName
{
background-color: #AF388B;
}
</style>
border-color css
<style>
span { border-color: #AF388B; }
span { border-color: rgb(175,56,139); }
td.TdClassName
{
border-color: #AF388B;
}
.TagClassName
{
border-color: #AF388B;
}
</style>