Shades of Medium Red Violet #AF2C92
Tints of Medium Red Violet #AF2C92
RGB
CMYK
RGB Variations
Color information
#AF2C92 (or 0xAF2C92) is known color: Medium Red Violet. HEX triplet: AF, 2C and 92. RGB value is (175,44,146). Sum of RGB (Red+Green+Blue) = 175+44+146=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2C92 is #50D36D. Grayscale: #5E5E5E. Windows color (decimal): -5297006 or 9579695. OLE color: 9579695.
HSL color Cylindrical-coordinate representation of color #AF2C92: hue angle of 313.28º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2C92 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 146 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.31 |
| HSL | 313.28º | 0.6% | 0.43% | - |
| HSV(B) | 313.28º | 0.75% | 0.69% | - |
| XYZ | 23.77 | 12.99 | 28.45 | - |
| YUV | 94.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 146 | 0 | 0.75 | 0.17 | 0.31 | 313.28 | 0.6 | 0.43 |
| Hex | AF | 2C | 92 | 0 | 4B | 11 | 1F | 139 | 3C | 2B |
| Octal | 257 | 54 | 222 | 0 | 113 | 21 | 37 | 471 | 74 | 53 |
| Binary | 10101111 | 101100 | 10010010 | 0 | 1001011 | 10001 | 11111 | 100111001 | 111100 | 101011 |
Color Harmonies of #AF2C92
Complementary color
Monochromatic Colors of #AF2C92
Black with #AF2C92
Text Example
Text Example
White with #AF2C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C92; }
p { color: rgb(175,44,146); }
H1.HeaderClassName
{
color: #AF2C92;
}
.AnyTagClassName
{
color: #AF2C92;
}
</style>
background-color css
<style>
a { background-color: #AF2C92; }
a { background-color: rgb(175,44,146); }
div.DivClassName
{
background-color: #AF2C92;
}
.BgClassName
{
background-color: #AF2C92;
}
</style>
border-color css
<style>
span { border-color: #AF2C92; }
span { border-color: rgb(175,44,146); }
td.TdClassName
{
border-color: #AF2C92;
}
.TagClassName
{
border-color: #AF2C92;
}
</style>