Shades of Medium Red Violet #AF237C
Tints of Medium Red Violet #AF237C
RGB
CMYK
RGB Variations
Color information
#AF237C (or 0xAF237C) is known color: Medium Red Violet. HEX triplet: AF, 23 and 7C. RGB value is (175,35,124). Sum of RGB (Red+Green+Blue) = 175+35+124=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF237C is #50DC83. Grayscale: #565656. Windows color (decimal): -5299332 or 8135599. OLE color: 8135599.
HSL color Cylindrical-coordinate representation of color #AF237C: hue angle of 321.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF237C is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 124 | - |
| CMYK | 0 | 0.8 | 0.29 | 0.31 |
| HSL | 321.86º | 0.67% | 0.41% | - |
| HSV(B) | 321.86º | 0.8% | 0.69% | - |
| XYZ | 21.92 | 11.77 | 20.19 | - |
| YUV | 87.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 124 | 0 | 0.8 | 0.29 | 0.31 | 321.86 | 0.67 | 0.41 |
| Hex | AF | 23 | 7C | 0 | 50 | 1D | 1F | 142 | 43 | 29 |
| Octal | 257 | 43 | 174 | 0 | 120 | 35 | 37 | 502 | 103 | 51 |
| Binary | 10101111 | 100011 | 1111100 | 0 | 1010000 | 11101 | 11111 | 101000010 | 1000011 | 101001 |
Color Harmonies of #AF237C
Complementary color
Monochromatic Colors of #AF237C
Black with #AF237C
Text Example
Text Example
White with #AF237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF237C; }
p { color: rgb(175,35,124); }
H1.HeaderClassName
{
color: #AF237C;
}
.AnyTagClassName
{
color: #AF237C;
}
</style>
background-color css
<style>
a { background-color: #AF237C; }
a { background-color: rgb(175,35,124); }
div.DivClassName
{
background-color: #AF237C;
}
.BgClassName
{
background-color: #AF237C;
}
</style>
border-color css
<style>
span { border-color: #AF237C; }
span { border-color: rgb(175,35,124); }
td.TdClassName
{
border-color: #AF237C;
}
.TagClassName
{
border-color: #AF237C;
}
</style>