Shades of Medium Red Violet #AF249E
Tints of Medium Red Violet #AF249E
RGB
CMYK
RGB Variations
Color information
#AF249E (or 0xAF249E) is known color: Medium Red Violet. HEX triplet: AF, 24 and 9E. RGB value is (175,36,158). Sum of RGB (Red+Green+Blue) = 175+36+158=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF249E is #50DB61. Grayscale: #5B5B5B. Windows color (decimal): -5299042 or 10364079. OLE color: 10364079.
HSL color Cylindrical-coordinate representation of color #AF249E: hue angle of 307.34º 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 #AF249E is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 158 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.31 |
| HSL | 307.34º | 0.66% | 0.41% | - |
| HSV(B) | 307.34º | 0.79% | 0.69% | - |
| XYZ | 24.48 | 12.84 | 33.54 | - |
| YUV | 91.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 158 | 0 | 0.79 | 0.10 | 0.31 | 307.34 | 0.66 | 0.41 |
| Hex | AF | 24 | 9E | 0 | 4F | A | 1F | 133 | 42 | 29 |
| Octal | 257 | 44 | 236 | 0 | 117 | 12 | 37 | 463 | 102 | 51 |
| Binary | 10101111 | 100100 | 10011110 | 0 | 1001111 | 1010 | 11111 | 100110011 | 1000010 | 101001 |
Color Harmonies of #AF249E
Complementary color
Monochromatic Colors of #AF249E
Black with #AF249E
Text Example
Text Example
White with #AF249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF249E; }
p { color: rgb(175,36,158); }
H1.HeaderClassName
{
color: #AF249E;
}
.AnyTagClassName
{
color: #AF249E;
}
</style>
background-color css
<style>
a { background-color: #AF249E; }
a { background-color: rgb(175,36,158); }
div.DivClassName
{
background-color: #AF249E;
}
.BgClassName
{
background-color: #AF249E;
}
</style>
border-color css
<style>
span { border-color: #AF249E; }
span { border-color: rgb(175,36,158); }
td.TdClassName
{
border-color: #AF249E;
}
.TagClassName
{
border-color: #AF249E;
}
</style>