Shades of Medium Red Violet #AF368D
Tints of Medium Red Violet #AF368D
RGB
CMYK
RGB Variations
Color information
#AF368D (or 0xAF368D) is known color: Medium Red Violet. HEX triplet: AF, 36 and 8D. RGB value is (175,54,141). Sum of RGB (Red+Green+Blue) = 175+54+141=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF368D is #50C972. Grayscale: #636363. Windows color (decimal): -5294451 or 9254575. OLE color: 9254575.
HSL color Cylindrical-coordinate representation of color #AF368D: hue angle of 316.86º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF368D is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 141 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.31 |
| HSL | 316.86º | 0.53% | 0.45% | - |
| HSV(B) | 316.86º | 0.69% | 0.69% | - |
| XYZ | 23.81 | 13.68 | 26.58 | - |
| YUV | 100.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 141 | 0 | 0.69 | 0.19 | 0.31 | 316.86 | 0.53 | 0.45 |
| Hex | AF | 36 | 8D | 0 | 45 | 13 | 1F | 13D | 35 | 2D |
| Octal | 257 | 66 | 215 | 0 | 105 | 23 | 37 | 475 | 65 | 55 |
| Binary | 10101111 | 110110 | 10001101 | 0 | 1000101 | 10011 | 11111 | 100111101 | 110101 | 101101 |
Color Harmonies of #AF368D
Complementary color
Monochromatic Colors of #AF368D
Black with #AF368D
Text Example
Text Example
White with #AF368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF368D; }
p { color: rgb(175,54,141); }
H1.HeaderClassName
{
color: #AF368D;
}
.AnyTagClassName
{
color: #AF368D;
}
</style>
background-color css
<style>
a { background-color: #AF368D; }
a { background-color: rgb(175,54,141); }
div.DivClassName
{
background-color: #AF368D;
}
.BgClassName
{
background-color: #AF368D;
}
</style>
border-color css
<style>
span { border-color: #AF368D; }
span { border-color: rgb(175,54,141); }
td.TdClassName
{
border-color: #AF368D;
}
.TagClassName
{
border-color: #AF368D;
}
</style>