Shades of Medium Red Violet #AF327B
Tints of Medium Red Violet #AF327B
RGB
CMYK
RGB Variations
Color information
#AF327B (or 0xAF327B) is known color: Medium Red Violet. HEX triplet: AF, 32 and 7B. RGB value is (175,50,123). Sum of RGB (Red+Green+Blue) = 175+50+123=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF327B is #50CD84. Grayscale: #5F5F5F. Windows color (decimal): -5295493 or 8073903. OLE color: 8073903.
HSL color Cylindrical-coordinate representation of color #AF327B: hue angle of 324.96º 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 #AF327B is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 123 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.31 |
| HSL | 324.96º | 0.56% | 0.44% | - |
| HSV(B) | 324.96º | 0.71% | 0.69% | - |
| XYZ | 22.39 | 12.83 | 20.03 | - |
| YUV | 95.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 123 | 0 | 0.71 | 0.30 | 0.31 | 324.96 | 0.56 | 0.44 |
| Hex | AF | 32 | 7B | 0 | 47 | 1E | 1F | 145 | 38 | 2C |
| Octal | 257 | 62 | 173 | 0 | 107 | 36 | 37 | 505 | 70 | 54 |
| Binary | 10101111 | 110010 | 1111011 | 0 | 1000111 | 11110 | 11111 | 101000101 | 111000 | 101100 |
Color Harmonies of #AF327B
Complementary color
Monochromatic Colors of #AF327B
Black with #AF327B
Text Example
Text Example
White with #AF327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF327B; }
p { color: rgb(175,50,123); }
H1.HeaderClassName
{
color: #AF327B;
}
.AnyTagClassName
{
color: #AF327B;
}
</style>
background-color css
<style>
a { background-color: #AF327B; }
a { background-color: rgb(175,50,123); }
div.DivClassName
{
background-color: #AF327B;
}
.BgClassName
{
background-color: #AF327B;
}
</style>
border-color css
<style>
span { border-color: #AF327B; }
span { border-color: rgb(175,50,123); }
td.TdClassName
{
border-color: #AF327B;
}
.TagClassName
{
border-color: #AF327B;
}
</style>