Shades of Medium Red Violet #AF2276
Tints of Medium Red Violet #AF2276
RGB
CMYK
RGB Variations
Color information
#AF2276 (or 0xAF2276) is known color: Medium Red Violet. HEX triplet: AF, 22 and 76. RGB value is (175,34,118). Sum of RGB (Red+Green+Blue) = 175+34+118=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2276 is #50DD89. Grayscale: #555555. Windows color (decimal): -5299594 or 7742127. OLE color: 7742127.
HSL color Cylindrical-coordinate representation of color #AF2276: hue angle of 324.26º 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 #AF2276 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 118 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.31 |
| HSL | 324.26º | 0.67% | 0.41% | - |
| HSV(B) | 324.26º | 0.81% | 0.69% | - |
| XYZ | 21.52 | 11.57 | 18.24 | - |
| YUV | 85.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 118 | 0 | 0.81 | 0.33 | 0.31 | 324.26 | 0.67 | 0.41 |
| Hex | AF | 22 | 76 | 0 | 51 | 21 | 1F | 144 | 43 | 29 |
| Octal | 257 | 42 | 166 | 0 | 121 | 41 | 37 | 504 | 103 | 51 |
| Binary | 10101111 | 100010 | 1110110 | 0 | 1010001 | 100001 | 11111 | 101000100 | 1000011 | 101001 |
Color Harmonies of #AF2276
Complementary color
Monochromatic Colors of #AF2276
Black with #AF2276
Text Example
Text Example
White with #AF2276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2276; }
p { color: rgb(175,34,118); }
H1.HeaderClassName
{
color: #AF2276;
}
.AnyTagClassName
{
color: #AF2276;
}
</style>
background-color css
<style>
a { background-color: #AF2276; }
a { background-color: rgb(175,34,118); }
div.DivClassName
{
background-color: #AF2276;
}
.BgClassName
{
background-color: #AF2276;
}
</style>
border-color css
<style>
span { border-color: #AF2276; }
span { border-color: rgb(175,34,118); }
td.TdClassName
{
border-color: #AF2276;
}
.TagClassName
{
border-color: #AF2276;
}
</style>