Shades of Medium Red Violet #AF2F7A
Tints of Medium Red Violet #AF2F7A
RGB
CMYK
RGB Variations
Color information
#AF2F7A (or 0xAF2F7A) is known color: Medium Red Violet. HEX triplet: AF, 2F and 7A. RGB value is (175,47,122). Sum of RGB (Red+Green+Blue) = 175+47+122=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F7A is #50D085. Grayscale: #5D5D5D. Windows color (decimal): -5296262 or 8007599. OLE color: 8007599.
HSL color Cylindrical-coordinate representation of color #AF2F7A: hue angle of 324.84º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F7A is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 122 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.31 |
| HSL | 324.84º | 0.58% | 0.44% | - |
| HSV(B) | 324.84º | 0.73% | 0.69% | - |
| XYZ | 22.21 | 12.55 | 19.66 | - |
| YUV | 93.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 122 | 0 | 0.73 | 0.30 | 0.31 | 324.84 | 0.58 | 0.44 |
| Hex | AF | 2F | 7A | 0 | 49 | 1E | 1F | 145 | 3A | 2C |
| Octal | 257 | 57 | 172 | 0 | 111 | 36 | 37 | 505 | 72 | 54 |
| Binary | 10101111 | 101111 | 1111010 | 0 | 1001001 | 11110 | 11111 | 101000101 | 111010 | 101100 |
Color Harmonies of #AF2F7A
Complementary color
Monochromatic Colors of #AF2F7A
Black with #AF2F7A
Text Example
Text Example
White with #AF2F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F7A; }
p { color: rgb(175,47,122); }
H1.HeaderClassName
{
color: #AF2F7A;
}
.AnyTagClassName
{
color: #AF2F7A;
}
</style>
background-color css
<style>
a { background-color: #AF2F7A; }
a { background-color: rgb(175,47,122); }
div.DivClassName
{
background-color: #AF2F7A;
}
.BgClassName
{
background-color: #AF2F7A;
}
</style>
border-color css
<style>
span { border-color: #AF2F7A; }
span { border-color: rgb(175,47,122); }
td.TdClassName
{
border-color: #AF2F7A;
}
.TagClassName
{
border-color: #AF2F7A;
}
</style>