Shades of Medium Red Violet #AF388E
Tints of Medium Red Violet #AF388E
RGB
CMYK
RGB Variations
Color information
#AF388E (or 0xAF388E) is known color: Medium Red Violet. HEX triplet: AF, 38 and 8E. RGB value is (175,56,142). Sum of RGB (Red+Green+Blue) = 175+56+142=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF388E is #50C771. Grayscale: #656565. Windows color (decimal): -5293938 or 9320623. OLE color: 9320623.
HSL color Cylindrical-coordinate representation of color #AF388E: hue angle of 316.64º 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 #AF388E is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 142 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.31 |
| HSL | 316.64º | 0.52% | 0.45% | - |
| HSV(B) | 316.64º | 0.68% | 0.69% | - |
| XYZ | 23.98 | 13.9 | 27.01 | - |
| YUV | 101.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 142 | 0 | 0.68 | 0.19 | 0.31 | 316.64 | 0.52 | 0.45 |
| Hex | AF | 38 | 8E | 0 | 44 | 13 | 1F | 13D | 34 | 2D |
| Octal | 257 | 70 | 216 | 0 | 104 | 23 | 37 | 475 | 64 | 55 |
| Binary | 10101111 | 111000 | 10001110 | 0 | 1000100 | 10011 | 11111 | 100111101 | 110100 | 101101 |
Color Harmonies of #AF388E
Complementary color
Monochromatic Colors of #AF388E
Black with #AF388E
Text Example
Text Example
White with #AF388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF388E; }
p { color: rgb(175,56,142); }
H1.HeaderClassName
{
color: #AF388E;
}
.AnyTagClassName
{
color: #AF388E;
}
</style>
background-color css
<style>
a { background-color: #AF388E; }
a { background-color: rgb(175,56,142); }
div.DivClassName
{
background-color: #AF388E;
}
.BgClassName
{
background-color: #AF388E;
}
</style>
border-color css
<style>
span { border-color: #AF388E; }
span { border-color: rgb(175,56,142); }
td.TdClassName
{
border-color: #AF388E;
}
.TagClassName
{
border-color: #AF388E;
}
</style>