Shades of Medium Red Violet #AF329A
Tints of Medium Red Violet #AF329A
RGB
CMYK
RGB Variations
Color information
#AF329A (or 0xAF329A) is known color: Medium Red Violet. HEX triplet: AF, 32 and 9A. RGB value is (175,50,154). Sum of RGB (Red+Green+Blue) = 175+50+154=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF329A is #50CD65. Grayscale: #626262. Windows color (decimal): -5295462 or 10105519. OLE color: 10105519.
HSL color Cylindrical-coordinate representation of color #AF329A: hue angle of 310.08º 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 #AF329A is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 154 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.31 |
| HSL | 310.08º | 0.56% | 0.44% | - |
| HSV(B) | 310.08º | 0.71% | 0.69% | - |
| XYZ | 24.65 | 13.73 | 31.92 | - |
| YUV | 99.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 154 | 0 | 0.71 | 0.12 | 0.31 | 310.08 | 0.56 | 0.44 |
| Hex | AF | 32 | 9A | 0 | 47 | C | 1F | 136 | 38 | 2C |
| Octal | 257 | 62 | 232 | 0 | 107 | 14 | 37 | 466 | 70 | 54 |
| Binary | 10101111 | 110010 | 10011010 | 0 | 1000111 | 1100 | 11111 | 100110110 | 111000 | 101100 |
Color Harmonies of #AF329A
Complementary color
Monochromatic Colors of #AF329A
Black with #AF329A
Text Example
Text Example
White with #AF329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF329A; }
p { color: rgb(175,50,154); }
H1.HeaderClassName
{
color: #AF329A;
}
.AnyTagClassName
{
color: #AF329A;
}
</style>
background-color css
<style>
a { background-color: #AF329A; }
a { background-color: rgb(175,50,154); }
div.DivClassName
{
background-color: #AF329A;
}
.BgClassName
{
background-color: #AF329A;
}
</style>
border-color css
<style>
span { border-color: #AF329A; }
span { border-color: rgb(175,50,154); }
td.TdClassName
{
border-color: #AF329A;
}
.TagClassName
{
border-color: #AF329A;
}
</style>