Shades of Medium Red Violet #AF348E
Tints of Medium Red Violet #AF348E
RGB
CMYK
RGB Variations
Color information
#AF348E (or 0xAF348E) is known color: Medium Red Violet. HEX triplet: AF, 34 and 8E. RGB value is (175,52,142). Sum of RGB (Red+Green+Blue) = 175+52+142=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF348E is #50CB71. Grayscale: #626262. Windows color (decimal): -5294962 or 9319599. OLE color: 9319599.
HSL color Cylindrical-coordinate representation of color #AF348E: hue angle of 316.1º 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 #AF348E is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 142 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.31 |
| HSL | 316.1º | 0.54% | 0.45% | - |
| HSV(B) | 316.1º | 0.7% | 0.69% | - |
| XYZ | 23.79 | 13.52 | 26.95 | - |
| YUV | 99.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 142 | 0 | 0.70 | 0.19 | 0.31 | 316.1 | 0.54 | 0.45 |
| Hex | AF | 34 | 8E | 0 | 46 | 13 | 1F | 13C | 36 | 2D |
| Octal | 257 | 64 | 216 | 0 | 106 | 23 | 37 | 474 | 66 | 55 |
| Binary | 10101111 | 110100 | 10001110 | 0 | 1000110 | 10011 | 11111 | 100111100 | 110110 | 101101 |
Color Harmonies of #AF348E
Complementary color
Monochromatic Colors of #AF348E
Black with #AF348E
Text Example
Text Example
White with #AF348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF348E; }
p { color: rgb(175,52,142); }
H1.HeaderClassName
{
color: #AF348E;
}
.AnyTagClassName
{
color: #AF348E;
}
</style>
background-color css
<style>
a { background-color: #AF348E; }
a { background-color: rgb(175,52,142); }
div.DivClassName
{
background-color: #AF348E;
}
.BgClassName
{
background-color: #AF348E;
}
</style>
border-color css
<style>
span { border-color: #AF348E; }
span { border-color: rgb(175,52,142); }
td.TdClassName
{
border-color: #AF348E;
}
.TagClassName
{
border-color: #AF348E;
}
</style>