Shades of Medium Red Violet #AF319B
Tints of Medium Red Violet #AF319B
RGB
CMYK
RGB Variations
Color information
#AF319B (or 0xAF319B) is known color: Medium Red Violet. HEX triplet: AF, 31 and 9B. RGB value is (175,49,155). Sum of RGB (Red+Green+Blue) = 175+49+155=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF319B is #50CE64. Grayscale: #626262. Windows color (decimal): -5295717 or 10170799. OLE color: 10170799.
HSL color Cylindrical-coordinate representation of color #AF319B: hue angle of 309.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF319B is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 155 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.31 |
| HSL | 309.52º | 0.56% | 0.44% | - |
| HSV(B) | 309.52º | 0.72% | 0.69% | - |
| XYZ | 24.69 | 13.68 | 32.35 | - |
| YUV | 98.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 155 | 0 | 0.72 | 0.11 | 0.31 | 309.52 | 0.56 | 0.44 |
| Hex | AF | 31 | 9B | 0 | 48 | B | 1F | 136 | 38 | 2C |
| Octal | 257 | 61 | 233 | 0 | 110 | 13 | 37 | 466 | 70 | 54 |
| Binary | 10101111 | 110001 | 10011011 | 0 | 1001000 | 1011 | 11111 | 100110110 | 111000 | 101100 |
Color Harmonies of #AF319B
Complementary color
Monochromatic Colors of #AF319B
Black with #AF319B
Text Example
Text Example
White with #AF319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF319B; }
p { color: rgb(175,49,155); }
H1.HeaderClassName
{
color: #AF319B;
}
.AnyTagClassName
{
color: #AF319B;
}
</style>
background-color css
<style>
a { background-color: #AF319B; }
a { background-color: rgb(175,49,155); }
div.DivClassName
{
background-color: #AF319B;
}
.BgClassName
{
background-color: #AF319B;
}
</style>
border-color css
<style>
span { border-color: #AF319B; }
span { border-color: rgb(175,49,155); }
td.TdClassName
{
border-color: #AF319B;
}
.TagClassName
{
border-color: #AF319B;
}
</style>