Shades of Medium Red Violet #AF347B
Tints of Medium Red Violet #AF347B
RGB
CMYK
RGB Variations
Color information
#AF347B (or 0xAF347B) is known color: Medium Red Violet. HEX triplet: AF, 34 and 7B. RGB value is (175,52,123). Sum of RGB (Red+Green+Blue) = 175+52+123=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF347B is #50CB84. Grayscale: #606060. Windows color (decimal): -5294981 or 8074415. OLE color: 8074415.
HSL color Cylindrical-coordinate representation of color #AF347B: hue angle of 325.37º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF347B is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 123 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.31 |
| HSL | 325.37º | 0.54% | 0.45% | - |
| HSV(B) | 325.37º | 0.7% | 0.69% | - |
| XYZ | 22.48 | 13 | 20.06 | - |
| YUV | 96.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 123 | 0 | 0.70 | 0.30 | 0.31 | 325.37 | 0.54 | 0.45 |
| Hex | AF | 34 | 7B | 0 | 46 | 1E | 1F | 145 | 36 | 2D |
| Octal | 257 | 64 | 173 | 0 | 106 | 36 | 37 | 505 | 66 | 55 |
| Binary | 10101111 | 110100 | 1111011 | 0 | 1000110 | 11110 | 11111 | 101000101 | 110110 | 101101 |
Color Harmonies of #AF347B
Complementary color
Monochromatic Colors of #AF347B
Black with #AF347B
Text Example
Text Example
White with #AF347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF347B; }
p { color: rgb(175,52,123); }
H1.HeaderClassName
{
color: #AF347B;
}
.AnyTagClassName
{
color: #AF347B;
}
</style>
background-color css
<style>
a { background-color: #AF347B; }
a { background-color: rgb(175,52,123); }
div.DivClassName
{
background-color: #AF347B;
}
.BgClassName
{
background-color: #AF347B;
}
</style>
border-color css
<style>
span { border-color: #AF347B; }
span { border-color: rgb(175,52,123); }
td.TdClassName
{
border-color: #AF347B;
}
.TagClassName
{
border-color: #AF347B;
}
</style>