Shades of Medium Red Violet #AF327E
Tints of Medium Red Violet #AF327E
RGB
CMYK
RGB Variations
Color information
#AF327E (or 0xAF327E) is known color: Medium Red Violet. HEX triplet: AF, 32 and 7E. RGB value is (175,50,126). Sum of RGB (Red+Green+Blue) = 175+50+126=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF327E is #50CD81. Grayscale: #5F5F5F. Windows color (decimal): -5295490 or 8270511. OLE color: 8270511.
HSL color Cylindrical-coordinate representation of color #AF327E: hue angle of 323.52º 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 #AF327E is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 126 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.31 |
| HSL | 323.52º | 0.56% | 0.44% | - |
| HSV(B) | 323.52º | 0.71% | 0.69% | - |
| XYZ | 22.59 | 12.9 | 21.04 | - |
| YUV | 96.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 126 | 0 | 0.71 | 0.28 | 0.31 | 323.52 | 0.56 | 0.44 |
| Hex | AF | 32 | 7E | 0 | 47 | 1C | 1F | 144 | 38 | 2C |
| Octal | 257 | 62 | 176 | 0 | 107 | 34 | 37 | 504 | 70 | 54 |
| Binary | 10101111 | 110010 | 1111110 | 0 | 1000111 | 11100 | 11111 | 101000100 | 111000 | 101100 |
Color Harmonies of #AF327E
Complementary color
Monochromatic Colors of #AF327E
Black with #AF327E
Text Example
Text Example
White with #AF327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF327E; }
p { color: rgb(175,50,126); }
H1.HeaderClassName
{
color: #AF327E;
}
.AnyTagClassName
{
color: #AF327E;
}
</style>
background-color css
<style>
a { background-color: #AF327E; }
a { background-color: rgb(175,50,126); }
div.DivClassName
{
background-color: #AF327E;
}
.BgClassName
{
background-color: #AF327E;
}
</style>
border-color css
<style>
span { border-color: #AF327E; }
span { border-color: rgb(175,50,126); }
td.TdClassName
{
border-color: #AF327E;
}
.TagClassName
{
border-color: #AF327E;
}
</style>