Shades of Medium Red Violet #AF369D
Tints of Medium Red Violet #AF369D
RGB
CMYK
RGB Variations
Color information
#AF369D (or 0xAF369D) is known color: Medium Red Violet. HEX triplet: AF, 36 and 9D. RGB value is (175,54,157). Sum of RGB (Red+Green+Blue) = 175+54+157=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF369D is #50C962. Grayscale: #656565. Windows color (decimal): -5294435 or 10303151. OLE color: 10303151.
HSL color Cylindrical-coordinate representation of color #AF369D: hue angle of 308.93º 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 #AF369D is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 157 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.31 |
| HSL | 308.93º | 0.53% | 0.45% | - |
| HSV(B) | 308.93º | 0.69% | 0.69% | - |
| XYZ | 25.08 | 14.19 | 33.31 | - |
| YUV | 101.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 157 | 0 | 0.69 | 0.10 | 0.31 | 308.93 | 0.53 | 0.45 |
| Hex | AF | 36 | 9D | 0 | 45 | A | 1F | 135 | 35 | 2D |
| Octal | 257 | 66 | 235 | 0 | 105 | 12 | 37 | 465 | 65 | 55 |
| Binary | 10101111 | 110110 | 10011101 | 0 | 1000101 | 1010 | 11111 | 100110101 | 110101 | 101101 |
Color Harmonies of #AF369D
Complementary color
Monochromatic Colors of #AF369D
Black with #AF369D
Text Example
Text Example
White with #AF369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF369D; }
p { color: rgb(175,54,157); }
H1.HeaderClassName
{
color: #AF369D;
}
.AnyTagClassName
{
color: #AF369D;
}
</style>
background-color css
<style>
a { background-color: #AF369D; }
a { background-color: rgb(175,54,157); }
div.DivClassName
{
background-color: #AF369D;
}
.BgClassName
{
background-color: #AF369D;
}
</style>
border-color css
<style>
span { border-color: #AF369D; }
span { border-color: rgb(175,54,157); }
td.TdClassName
{
border-color: #AF369D;
}
.TagClassName
{
border-color: #AF369D;
}
</style>