Shades of Medium Red Violet #AF328A
Tints of Medium Red Violet #AF328A
RGB
CMYK
RGB Variations
Color information
#AF328A (or 0xAF328A) is known color: Medium Red Violet. HEX triplet: AF, 32 and 8A. RGB value is (175,50,138). Sum of RGB (Red+Green+Blue) = 175+50+138=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF328A is #50CD75. Grayscale: #616161. Windows color (decimal): -5295478 or 9056943. OLE color: 9056943.
HSL color Cylindrical-coordinate representation of color #AF328A: hue angle of 317.76º 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 #AF328A is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 138 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.31 |
| HSL | 317.76º | 0.56% | 0.44% | - |
| HSV(B) | 317.76º | 0.71% | 0.69% | - |
| XYZ | 23.41 | 13.23 | 25.36 | - |
| YUV | 97.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 138 | 0 | 0.71 | 0.21 | 0.31 | 317.76 | 0.56 | 0.44 |
| Hex | AF | 32 | 8A | 0 | 47 | 15 | 1F | 13E | 38 | 2C |
| Octal | 257 | 62 | 212 | 0 | 107 | 25 | 37 | 476 | 70 | 54 |
| Binary | 10101111 | 110010 | 10001010 | 0 | 1000111 | 10101 | 11111 | 100111110 | 111000 | 101100 |
Color Harmonies of #AF328A
Complementary color
Monochromatic Colors of #AF328A
Black with #AF328A
Text Example
Text Example
White with #AF328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF328A; }
p { color: rgb(175,50,138); }
H1.HeaderClassName
{
color: #AF328A;
}
.AnyTagClassName
{
color: #AF328A;
}
</style>
background-color css
<style>
a { background-color: #AF328A; }
a { background-color: rgb(175,50,138); }
div.DivClassName
{
background-color: #AF328A;
}
.BgClassName
{
background-color: #AF328A;
}
</style>
border-color css
<style>
span { border-color: #AF328A; }
span { border-color: rgb(175,50,138); }
td.TdClassName
{
border-color: #AF328A;
}
.TagClassName
{
border-color: #AF328A;
}
</style>