Shades of Medium Red Violet #AF237D
Tints of Medium Red Violet #AF237D
RGB
CMYK
RGB Variations
Color information
#AF237D (or 0xAF237D) is known color: Medium Red Violet. HEX triplet: AF, 23 and 7D. RGB value is (175,35,125). Sum of RGB (Red+Green+Blue) = 175+35+125=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF237D is #50DC82. Grayscale: #565656. Windows color (decimal): -5299331 or 8201135. OLE color: 8201135.
HSL color Cylindrical-coordinate representation of color #AF237D: hue angle of 321.43º 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 #AF237D is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 125 | - |
| CMYK | 0 | 0.8 | 0.29 | 0.31 |
| HSL | 321.43º | 0.67% | 0.41% | - |
| HSV(B) | 321.43º | 0.8% | 0.69% | - |
| XYZ | 21.98 | 11.8 | 20.52 | - |
| YUV | 87.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 125 | 0 | 0.8 | 0.29 | 0.31 | 321.43 | 0.67 | 0.41 |
| Hex | AF | 23 | 7D | 0 | 50 | 1D | 1F | 141 | 43 | 29 |
| Octal | 257 | 43 | 175 | 0 | 120 | 35 | 37 | 501 | 103 | 51 |
| Binary | 10101111 | 100011 | 1111101 | 0 | 1010000 | 11101 | 11111 | 101000001 | 1000011 | 101001 |
Color Harmonies of #AF237D
Complementary color
Monochromatic Colors of #AF237D
Black with #AF237D
Text Example
Text Example
White with #AF237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF237D; }
p { color: rgb(175,35,125); }
H1.HeaderClassName
{
color: #AF237D;
}
.AnyTagClassName
{
color: #AF237D;
}
</style>
background-color css
<style>
a { background-color: #AF237D; }
a { background-color: rgb(175,35,125); }
div.DivClassName
{
background-color: #AF237D;
}
.BgClassName
{
background-color: #AF237D;
}
</style>
border-color css
<style>
span { border-color: #AF237D; }
span { border-color: rgb(175,35,125); }
td.TdClassName
{
border-color: #AF237D;
}
.TagClassName
{
border-color: #AF237D;
}
</style>