Shades of Medium Red Violet #AF237B
Tints of Medium Red Violet #AF237B
RGB
CMYK
RGB Variations
Color information
#AF237B (or 0xAF237B) is known color: Medium Red Violet. HEX triplet: AF, 23 and 7B. RGB value is (175,35,123). Sum of RGB (Red+Green+Blue) = 175+35+123=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF237B is #50DC84. Grayscale: #565656. Windows color (decimal): -5299333 or 8070063. OLE color: 8070063.
HSL color Cylindrical-coordinate representation of color #AF237B: hue angle of 322.29º 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 #AF237B is Cyan = 0, Magento = 0.8, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 123 | - |
| CMYK | 0 | 0.8 | 0.30 | 0.31 |
| HSL | 322.29º | 0.67% | 0.41% | - |
| HSV(B) | 322.29º | 0.8% | 0.69% | - |
| XYZ | 21.86 | 11.75 | 19.85 | - |
| YUV | 86.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 123 | 0 | 0.8 | 0.30 | 0.31 | 322.29 | 0.67 | 0.41 |
| Hex | AF | 23 | 7B | 0 | 50 | 1E | 1F | 142 | 43 | 29 |
| Octal | 257 | 43 | 173 | 0 | 120 | 36 | 37 | 502 | 103 | 51 |
| Binary | 10101111 | 100011 | 1111011 | 0 | 1010000 | 11110 | 11111 | 101000010 | 1000011 | 101001 |
Color Harmonies of #AF237B
Complementary color
Monochromatic Colors of #AF237B
Black with #AF237B
Text Example
Text Example
White with #AF237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF237B; }
p { color: rgb(175,35,123); }
H1.HeaderClassName
{
color: #AF237B;
}
.AnyTagClassName
{
color: #AF237B;
}
</style>
background-color css
<style>
a { background-color: #AF237B; }
a { background-color: rgb(175,35,123); }
div.DivClassName
{
background-color: #AF237B;
}
.BgClassName
{
background-color: #AF237B;
}
</style>
border-color css
<style>
span { border-color: #AF237B; }
span { border-color: rgb(175,35,123); }
td.TdClassName
{
border-color: #AF237B;
}
.TagClassName
{
border-color: #AF237B;
}
</style>