Shades of Medium Red Violet #AF2297
Tints of Medium Red Violet #AF2297
RGB
CMYK
RGB Variations
Color information
#AF2297 (or 0xAF2297) is known color: Medium Red Violet. HEX triplet: AF, 22 and 97. RGB value is (175,34,151). Sum of RGB (Red+Green+Blue) = 175+34+151=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2297 is #50DD68. Grayscale: #595959. Windows color (decimal): -5299561 or 9904815. OLE color: 9904815.
HSL color Cylindrical-coordinate representation of color #AF2297: hue angle of 310.21º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2297 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 151 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.31 |
| HSL | 310.21º | 0.67% | 0.41% | - |
| HSV(B) | 310.21º | 0.81% | 0.69% | - |
| XYZ | 23.84 | 12.49 | 30.43 | - |
| YUV | 89.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 151 | 0 | 0.81 | 0.14 | 0.31 | 310.21 | 0.67 | 0.41 |
| Hex | AF | 22 | 97 | 0 | 51 | E | 1F | 136 | 43 | 29 |
| Octal | 257 | 42 | 227 | 0 | 121 | 16 | 37 | 466 | 103 | 51 |
| Binary | 10101111 | 100010 | 10010111 | 0 | 1010001 | 1110 | 11111 | 100110110 | 1000011 | 101001 |
Color Harmonies of #AF2297
Complementary color
Monochromatic Colors of #AF2297
Black with #AF2297
Text Example
Text Example
White with #AF2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2297; }
p { color: rgb(175,34,151); }
H1.HeaderClassName
{
color: #AF2297;
}
.AnyTagClassName
{
color: #AF2297;
}
</style>
background-color css
<style>
a { background-color: #AF2297; }
a { background-color: rgb(175,34,151); }
div.DivClassName
{
background-color: #AF2297;
}
.BgClassName
{
background-color: #AF2297;
}
</style>
border-color css
<style>
span { border-color: #AF2297; }
span { border-color: rgb(175,34,151); }
td.TdClassName
{
border-color: #AF2297;
}
.TagClassName
{
border-color: #AF2297;
}
</style>