Shades of Medium Red Violet #AF249B
Tints of Medium Red Violet #AF249B
RGB
CMYK
RGB Variations
Color information
#AF249B (or 0xAF249B) is known color: Medium Red Violet. HEX triplet: AF, 24 and 9B. RGB value is (175,36,155). Sum of RGB (Red+Green+Blue) = 175+36+155=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF249B is #50DB64. Grayscale: #5A5A5A. Windows color (decimal): -5299045 or 10167471. OLE color: 10167471.
HSL color Cylindrical-coordinate representation of color #AF249B: hue angle of 308.63º 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 #AF249B is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 155 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.31 |
| HSL | 308.63º | 0.66% | 0.41% | - |
| HSV(B) | 308.63º | 0.79% | 0.69% | - |
| XYZ | 24.23 | 12.74 | 32.19 | - |
| YUV | 91.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 155 | 0 | 0.79 | 0.11 | 0.31 | 308.63 | 0.66 | 0.41 |
| Hex | AF | 24 | 9B | 0 | 4F | B | 1F | 135 | 42 | 29 |
| Octal | 257 | 44 | 233 | 0 | 117 | 13 | 37 | 465 | 102 | 51 |
| Binary | 10101111 | 100100 | 10011011 | 0 | 1001111 | 1011 | 11111 | 100110101 | 1000010 | 101001 |
Color Harmonies of #AF249B
Complementary color
Monochromatic Colors of #AF249B
Black with #AF249B
Text Example
Text Example
White with #AF249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF249B; }
p { color: rgb(175,36,155); }
H1.HeaderClassName
{
color: #AF249B;
}
.AnyTagClassName
{
color: #AF249B;
}
</style>
background-color css
<style>
a { background-color: #AF249B; }
a { background-color: rgb(175,36,155); }
div.DivClassName
{
background-color: #AF249B;
}
.BgClassName
{
background-color: #AF249B;
}
</style>
border-color css
<style>
span { border-color: #AF249B; }
span { border-color: rgb(175,36,155); }
td.TdClassName
{
border-color: #AF249B;
}
.TagClassName
{
border-color: #AF249B;
}
</style>