Shades of Medium Red Violet #AF2275
Tints of Medium Red Violet #AF2275
RGB
CMYK
RGB Variations
Color information
#AF2275 (or 0xAF2275) is known color: Medium Red Violet. HEX triplet: AF, 22 and 75. RGB value is (175,34,117). Sum of RGB (Red+Green+Blue) = 175+34+117=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2275 is #50DD8A. Grayscale: #555555. Windows color (decimal): -5299595 or 7676591. OLE color: 7676591.
HSL color Cylindrical-coordinate representation of color #AF2275: hue angle of 324.68º 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 #AF2275 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 117 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.31 |
| HSL | 324.68º | 0.67% | 0.41% | - |
| HSV(B) | 324.68º | 0.81% | 0.69% | - |
| XYZ | 21.46 | 11.54 | 17.93 | - |
| YUV | 85.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 117 | 0 | 0.81 | 0.33 | 0.31 | 324.68 | 0.67 | 0.41 |
| Hex | AF | 22 | 75 | 0 | 51 | 21 | 1F | 145 | 43 | 29 |
| Octal | 257 | 42 | 165 | 0 | 121 | 41 | 37 | 505 | 103 | 51 |
| Binary | 10101111 | 100010 | 1110101 | 0 | 1010001 | 100001 | 11111 | 101000101 | 1000011 | 101001 |
Color Harmonies of #AF2275
Complementary color
Monochromatic Colors of #AF2275
Black with #AF2275
Text Example
Text Example
White with #AF2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2275; }
p { color: rgb(175,34,117); }
H1.HeaderClassName
{
color: #AF2275;
}
.AnyTagClassName
{
color: #AF2275;
}
</style>
background-color css
<style>
a { background-color: #AF2275; }
a { background-color: rgb(175,34,117); }
div.DivClassName
{
background-color: #AF2275;
}
.BgClassName
{
background-color: #AF2275;
}
</style>
border-color css
<style>
span { border-color: #AF2275; }
span { border-color: rgb(175,34,117); }
td.TdClassName
{
border-color: #AF2275;
}
.TagClassName
{
border-color: #AF2275;
}
</style>