Shades of Medium Red Violet #AF328E
Tints of Medium Red Violet #AF328E
RGB
CMYK
RGB Variations
Color information
#AF328E (or 0xAF328E) is known color: Medium Red Violet. HEX triplet: AF, 32 and 8E. RGB value is (175,50,142). Sum of RGB (Red+Green+Blue) = 175+50+142=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF328E is #50CD71. Grayscale: #616161. Windows color (decimal): -5295474 or 9319087. OLE color: 9319087.
HSL color Cylindrical-coordinate representation of color #AF328E: hue angle of 315.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF328E is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 142 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.31 |
| HSL | 315.84º | 0.56% | 0.44% | - |
| HSV(B) | 315.84º | 0.71% | 0.69% | - |
| XYZ | 23.7 | 13.35 | 26.92 | - |
| YUV | 97.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 142 | 0 | 0.71 | 0.19 | 0.31 | 315.84 | 0.56 | 0.44 |
| Hex | AF | 32 | 8E | 0 | 47 | 13 | 1F | 13C | 38 | 2C |
| Octal | 257 | 62 | 216 | 0 | 107 | 23 | 37 | 474 | 70 | 54 |
| Binary | 10101111 | 110010 | 10001110 | 0 | 1000111 | 10011 | 11111 | 100111100 | 111000 | 101100 |
Color Harmonies of #AF328E
Complementary color
Monochromatic Colors of #AF328E
Black with #AF328E
Text Example
Text Example
White with #AF328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF328E; }
p { color: rgb(175,50,142); }
H1.HeaderClassName
{
color: #AF328E;
}
.AnyTagClassName
{
color: #AF328E;
}
</style>
background-color css
<style>
a { background-color: #AF328E; }
a { background-color: rgb(175,50,142); }
div.DivClassName
{
background-color: #AF328E;
}
.BgClassName
{
background-color: #AF328E;
}
</style>
border-color css
<style>
span { border-color: #AF328E; }
span { border-color: rgb(175,50,142); }
td.TdClassName
{
border-color: #AF328E;
}
.TagClassName
{
border-color: #AF328E;
}
</style>