Shades of Medium Red Violet #AF379C
Tints of Medium Red Violet #AF379C
RGB
CMYK
RGB Variations
Color information
#AF379C (or 0xAF379C) is known color: Medium Red Violet. HEX triplet: AF, 37 and 9C. RGB value is (175,55,156). Sum of RGB (Red+Green+Blue) = 175+55+156=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF379C is #50C863. Grayscale: #666666. Windows color (decimal): -5294180 or 10237871. OLE color: 10237871.
HSL color Cylindrical-coordinate representation of color #AF379C: hue angle of 309.5º degrees, saturation: 0.52, 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 #AF379C is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 156 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.31 |
| HSL | 309.5º | 0.52% | 0.45% | - |
| HSV(B) | 309.5º | 0.69% | 0.69% | - |
| XYZ | 25.05 | 14.25 | 32.88 | - |
| YUV | 102.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 156 | 0 | 0.69 | 0.11 | 0.31 | 309.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 9C | 0 | 45 | B | 1F | 136 | 34 | 2D |
| Octal | 257 | 67 | 234 | 0 | 105 | 13 | 37 | 466 | 64 | 55 |
| Binary | 10101111 | 110111 | 10011100 | 0 | 1000101 | 1011 | 11111 | 100110110 | 110100 | 101101 |
Color Harmonies of #AF379C
Complementary color
Monochromatic Colors of #AF379C
Black with #AF379C
Text Example
Text Example
White with #AF379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF379C; }
p { color: rgb(175,55,156); }
H1.HeaderClassName
{
color: #AF379C;
}
.AnyTagClassName
{
color: #AF379C;
}
</style>
background-color css
<style>
a { background-color: #AF379C; }
a { background-color: rgb(175,55,156); }
div.DivClassName
{
background-color: #AF379C;
}
.BgClassName
{
background-color: #AF379C;
}
</style>
border-color css
<style>
span { border-color: #AF379C; }
span { border-color: rgb(175,55,156); }
td.TdClassName
{
border-color: #AF379C;
}
.TagClassName
{
border-color: #AF379C;
}
</style>