Shades of Medium Red Violet #AF247B
Tints of Medium Red Violet #AF247B
RGB
CMYK
RGB Variations
Color information
#AF247B (or 0xAF247B) is known color: Medium Red Violet. HEX triplet: AF, 24 and 7B. RGB value is (175,36,123). Sum of RGB (Red+Green+Blue) = 175+36+123=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF247B is #50DB84. Grayscale: #575757. Windows color (decimal): -5299077 or 8070319. OLE color: 8070319.
HSL color Cylindrical-coordinate representation of color #AF247B: hue angle of 322.45º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF247B is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 123 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.31 |
| HSL | 322.45º | 0.66% | 0.41% | - |
| HSV(B) | 322.45º | 0.79% | 0.69% | - |
| XYZ | 21.89 | 11.81 | 19.86 | - |
| YUV | 87.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 123 | 0 | 0.79 | 0.30 | 0.31 | 322.45 | 0.66 | 0.41 |
| Hex | AF | 24 | 7B | 0 | 4F | 1E | 1F | 142 | 42 | 29 |
| Octal | 257 | 44 | 173 | 0 | 117 | 36 | 37 | 502 | 102 | 51 |
| Binary | 10101111 | 100100 | 1111011 | 0 | 1001111 | 11110 | 11111 | 101000010 | 1000010 | 101001 |
Color Harmonies of #AF247B
Complementary color
Monochromatic Colors of #AF247B
Black with #AF247B
Text Example
Text Example
White with #AF247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF247B; }
p { color: rgb(175,36,123); }
H1.HeaderClassName
{
color: #AF247B;
}
.AnyTagClassName
{
color: #AF247B;
}
</style>
background-color css
<style>
a { background-color: #AF247B; }
a { background-color: rgb(175,36,123); }
div.DivClassName
{
background-color: #AF247B;
}
.BgClassName
{
background-color: #AF247B;
}
</style>
border-color css
<style>
span { border-color: #AF247B; }
span { border-color: rgb(175,36,123); }
td.TdClassName
{
border-color: #AF247B;
}
.TagClassName
{
border-color: #AF247B;
}
</style>