Shades of Medium Red Violet #AF2C96
Tints of Medium Red Violet #AF2C96
RGB
CMYK
RGB Variations
Color information
#AF2C96 (or 0xAF2C96) is known color: Medium Red Violet. HEX triplet: AF, 2C and 96. RGB value is (175,44,150). Sum of RGB (Red+Green+Blue) = 175+44+150=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2C96 is #50D369. Grayscale: #5E5E5E. Windows color (decimal): -5297002 or 9841839. OLE color: 9841839.
HSL color Cylindrical-coordinate representation of color #AF2C96: hue angle of 311.45º 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 #AF2C96 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 150 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.31 |
| HSL | 311.45º | 0.6% | 0.43% | - |
| HSV(B) | 311.45º | 0.75% | 0.69% | - |
| XYZ | 24.08 | 13.12 | 30.12 | - |
| YUV | 95.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 150 | 0 | 0.75 | 0.14 | 0.31 | 311.45 | 0.6 | 0.43 |
| Hex | AF | 2C | 96 | 0 | 4B | E | 1F | 137 | 3C | 2B |
| Octal | 257 | 54 | 226 | 0 | 113 | 16 | 37 | 467 | 74 | 53 |
| Binary | 10101111 | 101100 | 10010110 | 0 | 1001011 | 1110 | 11111 | 100110111 | 111100 | 101011 |
Color Harmonies of #AF2C96
Complementary color
Monochromatic Colors of #AF2C96
Black with #AF2C96
Text Example
Text Example
White with #AF2C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C96; }
p { color: rgb(175,44,150); }
H1.HeaderClassName
{
color: #AF2C96;
}
.AnyTagClassName
{
color: #AF2C96;
}
</style>
background-color css
<style>
a { background-color: #AF2C96; }
a { background-color: rgb(175,44,150); }
div.DivClassName
{
background-color: #AF2C96;
}
.BgClassName
{
background-color: #AF2C96;
}
</style>
border-color css
<style>
span { border-color: #AF2C96; }
span { border-color: rgb(175,44,150); }
td.TdClassName
{
border-color: #AF2C96;
}
.TagClassName
{
border-color: #AF2C96;
}
</style>