Shades of Medium Red Violet #AF2290
Tints of Medium Red Violet #AF2290
RGB
CMYK
RGB Variations
Color information
#AF2290 (or 0xAF2290) is known color: Medium Red Violet. HEX triplet: AF, 22 and 90. RGB value is (175,34,144). Sum of RGB (Red+Green+Blue) = 175+34+144=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2290 is #50DD6F. Grayscale: #585858. Windows color (decimal): -5299568 or 9446063. OLE color: 9446063.
HSL color Cylindrical-coordinate representation of color #AF2290: hue angle of 313.19º 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 #AF2290 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 144 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.31 |
| HSL | 313.19º | 0.67% | 0.41% | - |
| HSV(B) | 313.19º | 0.81% | 0.69% | - |
| XYZ | 23.29 | 12.27 | 27.53 | - |
| YUV | 88.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 144 | 0 | 0.81 | 0.18 | 0.31 | 313.19 | 0.67 | 0.41 |
| Hex | AF | 22 | 90 | 0 | 51 | 12 | 1F | 139 | 43 | 29 |
| Octal | 257 | 42 | 220 | 0 | 121 | 22 | 37 | 471 | 103 | 51 |
| Binary | 10101111 | 100010 | 10010000 | 0 | 1010001 | 10010 | 11111 | 100111001 | 1000011 | 101001 |
Color Harmonies of #AF2290
Complementary color
Monochromatic Colors of #AF2290
Black with #AF2290
Text Example
Text Example
White with #AF2290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2290; }
p { color: rgb(175,34,144); }
H1.HeaderClassName
{
color: #AF2290;
}
.AnyTagClassName
{
color: #AF2290;
}
</style>
background-color css
<style>
a { background-color: #AF2290; }
a { background-color: rgb(175,34,144); }
div.DivClassName
{
background-color: #AF2290;
}
.BgClassName
{
background-color: #AF2290;
}
</style>
border-color css
<style>
span { border-color: #AF2290; }
span { border-color: rgb(175,34,144); }
td.TdClassName
{
border-color: #AF2290;
}
.TagClassName
{
border-color: #AF2290;
}
</style>