Shades of Medium Red Violet #AF249D
Tints of Medium Red Violet #AF249D
RGB
CMYK
RGB Variations
Color information
#AF249D (or 0xAF249D) is known color: Medium Red Violet. HEX triplet: AF, 24 and 9D. RGB value is (175,36,157). Sum of RGB (Red+Green+Blue) = 175+36+157=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF249D is #50DB62. Grayscale: #5B5B5B. Windows color (decimal): -5299043 or 10298543. OLE color: 10298543.
HSL color Cylindrical-coordinate representation of color #AF249D: hue angle of 307.77º 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 #AF249D is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 157 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.31 |
| HSL | 307.77º | 0.66% | 0.41% | - |
| HSV(B) | 307.77º | 0.79% | 0.69% | - |
| XYZ | 24.4 | 12.81 | 33.09 | - |
| YUV | 91.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 157 | 0 | 0.79 | 0.10 | 0.31 | 307.77 | 0.66 | 0.41 |
| Hex | AF | 24 | 9D | 0 | 4F | A | 1F | 134 | 42 | 29 |
| Octal | 257 | 44 | 235 | 0 | 117 | 12 | 37 | 464 | 102 | 51 |
| Binary | 10101111 | 100100 | 10011101 | 0 | 1001111 | 1010 | 11111 | 100110100 | 1000010 | 101001 |
Color Harmonies of #AF249D
Complementary color
Monochromatic Colors of #AF249D
Black with #AF249D
Text Example
Text Example
White with #AF249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF249D; }
p { color: rgb(175,36,157); }
H1.HeaderClassName
{
color: #AF249D;
}
.AnyTagClassName
{
color: #AF249D;
}
</style>
background-color css
<style>
a { background-color: #AF249D; }
a { background-color: rgb(175,36,157); }
div.DivClassName
{
background-color: #AF249D;
}
.BgClassName
{
background-color: #AF249D;
}
</style>
border-color css
<style>
span { border-color: #AF249D; }
span { border-color: rgb(175,36,157); }
td.TdClassName
{
border-color: #AF249D;
}
.TagClassName
{
border-color: #AF249D;
}
</style>