Shades of Medium Red Violet #AF328C
Tints of Medium Red Violet #AF328C
RGB
CMYK
RGB Variations
Color information
#AF328C (or 0xAF328C) is known color: Medium Red Violet. HEX triplet: AF, 32 and 8C. RGB value is (175,50,140). Sum of RGB (Red+Green+Blue) = 175+50+140=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF328C is #50CD73. Grayscale: #616161. Windows color (decimal): -5295476 or 9188015. OLE color: 9188015.
HSL color Cylindrical-coordinate representation of color #AF328C: hue angle of 316.8º 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 #AF328C is Cyan = 0, Magento = 0.71, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 140 | - |
| CMYK | 0 | 0.71 | 0.2 | 0.31 |
| HSL | 316.8º | 0.56% | 0.44% | - |
| HSV(B) | 316.8º | 0.71% | 0.69% | - |
| XYZ | 23.55 | 13.29 | 26.13 | - |
| YUV | 97.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 140 | 0 | 0.71 | 0.2 | 0.31 | 316.8 | 0.56 | 0.44 |
| Hex | AF | 32 | 8C | 0 | 47 | 14 | 1F | 13D | 38 | 2C |
| Octal | 257 | 62 | 214 | 0 | 107 | 24 | 37 | 475 | 70 | 54 |
| Binary | 10101111 | 110010 | 10001100 | 0 | 1000111 | 10100 | 11111 | 100111101 | 111000 | 101100 |
Color Harmonies of #AF328C
Complementary color
Monochromatic Colors of #AF328C
Black with #AF328C
Text Example
Text Example
White with #AF328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF328C; }
p { color: rgb(175,50,140); }
H1.HeaderClassName
{
color: #AF328C;
}
.AnyTagClassName
{
color: #AF328C;
}
</style>
background-color css
<style>
a { background-color: #AF328C; }
a { background-color: rgb(175,50,140); }
div.DivClassName
{
background-color: #AF328C;
}
.BgClassName
{
background-color: #AF328C;
}
</style>
border-color css
<style>
span { border-color: #AF328C; }
span { border-color: rgb(175,50,140); }
td.TdClassName
{
border-color: #AF328C;
}
.TagClassName
{
border-color: #AF328C;
}
</style>