Shades of Medium Red Violet #AF369C
Tints of Medium Red Violet #AF369C
RGB
CMYK
RGB Variations
Color information
#AF369C (or 0xAF369C) is known color: Medium Red Violet. HEX triplet: AF, 36 and 9C. RGB value is (175,54,156). Sum of RGB (Red+Green+Blue) = 175+54+156=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF369C is #50C963. Grayscale: #656565. Windows color (decimal): -5294436 or 10237615. OLE color: 10237615.
HSL color Cylindrical-coordinate representation of color #AF369C: hue angle of 309.42º 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 #AF369C is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 156 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.31 |
| HSL | 309.42º | 0.53% | 0.45% | - |
| HSV(B) | 309.42º | 0.69% | 0.69% | - |
| XYZ | 25 | 14.15 | 32.87 | - |
| YUV | 101.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 156 | 0 | 0.69 | 0.11 | 0.31 | 309.42 | 0.53 | 0.45 |
| Hex | AF | 36 | 9C | 0 | 45 | B | 1F | 135 | 35 | 2D |
| Octal | 257 | 66 | 234 | 0 | 105 | 13 | 37 | 465 | 65 | 55 |
| Binary | 10101111 | 110110 | 10011100 | 0 | 1000101 | 1011 | 11111 | 100110101 | 110101 | 101101 |
Color Harmonies of #AF369C
Complementary color
Monochromatic Colors of #AF369C
Black with #AF369C
Text Example
Text Example
White with #AF369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF369C; }
p { color: rgb(175,54,156); }
H1.HeaderClassName
{
color: #AF369C;
}
.AnyTagClassName
{
color: #AF369C;
}
</style>
background-color css
<style>
a { background-color: #AF369C; }
a { background-color: rgb(175,54,156); }
div.DivClassName
{
background-color: #AF369C;
}
.BgClassName
{
background-color: #AF369C;
}
</style>
border-color css
<style>
span { border-color: #AF369C; }
span { border-color: rgb(175,54,156); }
td.TdClassName
{
border-color: #AF369C;
}
.TagClassName
{
border-color: #AF369C;
}
</style>