Shades of Medium Red Violet #AF387E
Tints of Medium Red Violet #AF387E
RGB
CMYK
RGB Variations
Color information
#AF387E (or 0xAF387E) is known color: Medium Red Violet. HEX triplet: AF, 38 and 7E. RGB value is (175,56,126). Sum of RGB (Red+Green+Blue) = 175+56+126=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF387E is #50C781. Grayscale: #636363. Windows color (decimal): -5293954 or 8272047. OLE color: 8272047.
HSL color Cylindrical-coordinate representation of color #AF387E: hue angle of 324.71º 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 #AF387E is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 126 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.31 |
| HSL | 324.71º | 0.52% | 0.45% | - |
| HSV(B) | 324.71º | 0.68% | 0.69% | - |
| XYZ | 22.86 | 13.45 | 21.13 | - |
| YUV | 99.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 126 | 0 | 0.68 | 0.28 | 0.31 | 324.71 | 0.52 | 0.45 |
| Hex | AF | 38 | 7E | 0 | 44 | 1C | 1F | 145 | 34 | 2D |
| Octal | 257 | 70 | 176 | 0 | 104 | 34 | 37 | 505 | 64 | 55 |
| Binary | 10101111 | 111000 | 1111110 | 0 | 1000100 | 11100 | 11111 | 101000101 | 110100 | 101101 |
Color Harmonies of #AF387E
Complementary color
Monochromatic Colors of #AF387E
Black with #AF387E
Text Example
Text Example
White with #AF387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF387E; }
p { color: rgb(175,56,126); }
H1.HeaderClassName
{
color: #AF387E;
}
.AnyTagClassName
{
color: #AF387E;
}
</style>
background-color css
<style>
a { background-color: #AF387E; }
a { background-color: rgb(175,56,126); }
div.DivClassName
{
background-color: #AF387E;
}
.BgClassName
{
background-color: #AF387E;
}
</style>
border-color css
<style>
span { border-color: #AF387E; }
span { border-color: rgb(175,56,126); }
td.TdClassName
{
border-color: #AF387E;
}
.TagClassName
{
border-color: #AF387E;
}
</style>