Shades of Medium Red Violet #AF2398
Tints of Medium Red Violet #AF2398
RGB
CMYK
RGB Variations
Color information
#AF2398 (or 0xAF2398) is known color: Medium Red Violet. HEX triplet: AF, 23 and 98. RGB value is (175,35,152). Sum of RGB (Red+Green+Blue) = 175+35+152=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2398 is #50DC67. Grayscale: #595959. Windows color (decimal): -5299304 or 9970607. OLE color: 9970607.
HSL color Cylindrical-coordinate representation of color #AF2398: hue angle of 309.86º 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 #AF2398 is Cyan = 0, Magento = 0.8, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 152 | - |
| CMYK | 0 | 0.8 | 0.13 | 0.31 |
| HSL | 309.86º | 0.67% | 0.41% | - |
| HSV(B) | 309.86º | 0.8% | 0.69% | - |
| XYZ | 23.95 | 12.58 | 30.87 | - |
| YUV | 90.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 152 | 0 | 0.8 | 0.13 | 0.31 | 309.86 | 0.67 | 0.41 |
| Hex | AF | 23 | 98 | 0 | 50 | D | 1F | 136 | 43 | 29 |
| Octal | 257 | 43 | 230 | 0 | 120 | 15 | 37 | 466 | 103 | 51 |
| Binary | 10101111 | 100011 | 10011000 | 0 | 1010000 | 1101 | 11111 | 100110110 | 1000011 | 101001 |
Color Harmonies of #AF2398
Complementary color
Monochromatic Colors of #AF2398
Black with #AF2398
Text Example
Text Example
White with #AF2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2398; }
p { color: rgb(175,35,152); }
H1.HeaderClassName
{
color: #AF2398;
}
.AnyTagClassName
{
color: #AF2398;
}
</style>
background-color css
<style>
a { background-color: #AF2398; }
a { background-color: rgb(175,35,152); }
div.DivClassName
{
background-color: #AF2398;
}
.BgClassName
{
background-color: #AF2398;
}
</style>
border-color css
<style>
span { border-color: #AF2398; }
span { border-color: rgb(175,35,152); }
td.TdClassName
{
border-color: #AF2398;
}
.TagClassName
{
border-color: #AF2398;
}
</style>