Shades of Medium Red Violet #AF2A9D
Tints of Medium Red Violet #AF2A9D
RGB
CMYK
RGB Variations
Color information
#AF2A9D (or 0xAF2A9D) is known color: Medium Red Violet. HEX triplet: AF, 2A and 9D. RGB value is (175,42,157). Sum of RGB (Red+Green+Blue) = 175+42+157=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2A9D is #50D562. Grayscale: #5E5E5E. Windows color (decimal): -5297507 or 10300079. OLE color: 10300079.
HSL color Cylindrical-coordinate representation of color #AF2A9D: hue angle of 308.12º 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 #AF2A9D is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 157 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.31 |
| HSL | 308.12º | 0.61% | 0.43% | - |
| HSV(B) | 308.12º | 0.76% | 0.69% | - |
| XYZ | 24.59 | 13.2 | 33.15 | - |
| YUV | 94.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 157 | 0 | 0.76 | 0.10 | 0.31 | 308.12 | 0.61 | 0.43 |
| Hex | AF | 2A | 9D | 0 | 4C | A | 1F | 134 | 3D | 2B |
| Octal | 257 | 52 | 235 | 0 | 114 | 12 | 37 | 464 | 75 | 53 |
| Binary | 10101111 | 101010 | 10011101 | 0 | 1001100 | 1010 | 11111 | 100110100 | 111101 | 101011 |
Color Harmonies of #AF2A9D
Complementary color
Monochromatic Colors of #AF2A9D
Black with #AF2A9D
Text Example
Text Example
White with #AF2A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A9D; }
p { color: rgb(175,42,157); }
H1.HeaderClassName
{
color: #AF2A9D;
}
.AnyTagClassName
{
color: #AF2A9D;
}
</style>
background-color css
<style>
a { background-color: #AF2A9D; }
a { background-color: rgb(175,42,157); }
div.DivClassName
{
background-color: #AF2A9D;
}
.BgClassName
{
background-color: #AF2A9D;
}
</style>
border-color css
<style>
span { border-color: #AF2A9D; }
span { border-color: rgb(175,42,157); }
td.TdClassName
{
border-color: #AF2A9D;
}
.TagClassName
{
border-color: #AF2A9D;
}
</style>