Shades of Medium Red Violet #AF319A
Tints of Medium Red Violet #AF319A
RGB
CMYK
RGB Variations
Color information
#AF319A (or 0xAF319A) is known color: Medium Red Violet. HEX triplet: AF, 31 and 9A. RGB value is (175,49,154). Sum of RGB (Red+Green+Blue) = 175+49+154=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF319A is #50CE65. Grayscale: #626262. Windows color (decimal): -5295718 or 10105263. OLE color: 10105263.
HSL color Cylindrical-coordinate representation of color #AF319A: hue angle of 310º 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 #AF319A is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 154 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.31 |
| HSL | 310º | 0.56% | 0.44% | - |
| HSV(B) | 310º | 0.72% | 0.69% | - |
| XYZ | 24.61 | 13.64 | 31.91 | - |
| YUV | 98.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 154 | 0 | 0.72 | 0.12 | 0.31 | 310 | 0.56 | 0.44 |
| Hex | AF | 31 | 9A | 0 | 48 | C | 1F | 136 | 38 | 2C |
| Octal | 257 | 61 | 232 | 0 | 110 | 14 | 37 | 466 | 70 | 54 |
| Binary | 10101111 | 110001 | 10011010 | 0 | 1001000 | 1100 | 11111 | 100110110 | 111000 | 101100 |
Color Harmonies of #AF319A
Complementary color
Monochromatic Colors of #AF319A
Black with #AF319A
Text Example
Text Example
White with #AF319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF319A; }
p { color: rgb(175,49,154); }
H1.HeaderClassName
{
color: #AF319A;
}
.AnyTagClassName
{
color: #AF319A;
}
</style>
background-color css
<style>
a { background-color: #AF319A; }
a { background-color: rgb(175,49,154); }
div.DivClassName
{
background-color: #AF319A;
}
.BgClassName
{
background-color: #AF319A;
}
</style>
border-color css
<style>
span { border-color: #AF319A; }
span { border-color: rgb(175,49,154); }
td.TdClassName
{
border-color: #AF319A;
}
.TagClassName
{
border-color: #AF319A;
}
</style>