Shades of Medium Red Violet #AF2A81
Tints of Medium Red Violet #AF2A81
RGB
CMYK
RGB Variations
Color information
#AF2A81 (or 0xAF2A81) is known color: Medium Red Violet. HEX triplet: AF, 2A and 81. RGB value is (175,42,129). Sum of RGB (Red+Green+Blue) = 175+42+129=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2A81 is #50D57E. Grayscale: #5B5B5B. Windows color (decimal): -5297535 or 8465071. OLE color: 8465071.
HSL color Cylindrical-coordinate representation of color #AF2A81: hue angle of 320.75º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2A81 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 129 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.31 |
| HSL | 320.75º | 0.61% | 0.43% | - |
| HSV(B) | 320.75º | 0.76% | 0.69% | - |
| XYZ | 22.47 | 12.35 | 21.97 | - |
| YUV | 91.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 129 | 0 | 0.76 | 0.26 | 0.31 | 320.75 | 0.61 | 0.43 |
| Hex | AF | 2A | 81 | 0 | 4C | 1A | 1F | 141 | 3D | 2B |
| Octal | 257 | 52 | 201 | 0 | 114 | 32 | 37 | 501 | 75 | 53 |
| Binary | 10101111 | 101010 | 10000001 | 0 | 1001100 | 11010 | 11111 | 101000001 | 111101 | 101011 |
Color Harmonies of #AF2A81
Complementary color
Monochromatic Colors of #AF2A81
Black with #AF2A81
Text Example
Text Example
White with #AF2A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A81; }
p { color: rgb(175,42,129); }
H1.HeaderClassName
{
color: #AF2A81;
}
.AnyTagClassName
{
color: #AF2A81;
}
</style>
background-color css
<style>
a { background-color: #AF2A81; }
a { background-color: rgb(175,42,129); }
div.DivClassName
{
background-color: #AF2A81;
}
.BgClassName
{
background-color: #AF2A81;
}
</style>
border-color css
<style>
span { border-color: #AF2A81; }
span { border-color: rgb(175,42,129); }
td.TdClassName
{
border-color: #AF2A81;
}
.TagClassName
{
border-color: #AF2A81;
}
</style>