Shades of Medium Red Violet #AF368C
Tints of Medium Red Violet #AF368C
RGB
CMYK
RGB Variations
Color information
#AF368C (or 0xAF368C) is known color: Medium Red Violet. HEX triplet: AF, 36 and 8C. RGB value is (175,54,140). Sum of RGB (Red+Green+Blue) = 175+54+140=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF368C is #50C973. Grayscale: #636363. Windows color (decimal): -5294452 or 9189039. OLE color: 9189039.
HSL color Cylindrical-coordinate representation of color #AF368C: hue angle of 317.36º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF368C is Cyan = 0, Magento = 0.69, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 140 | - |
| CMYK | 0 | 0.69 | 0.2 | 0.31 |
| HSL | 317.36º | 0.53% | 0.45% | - |
| HSV(B) | 317.36º | 0.69% | 0.69% | - |
| XYZ | 23.73 | 13.65 | 26.19 | - |
| YUV | 99.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 140 | 0 | 0.69 | 0.2 | 0.31 | 317.36 | 0.53 | 0.45 |
| Hex | AF | 36 | 8C | 0 | 45 | 14 | 1F | 13D | 35 | 2D |
| Octal | 257 | 66 | 214 | 0 | 105 | 24 | 37 | 475 | 65 | 55 |
| Binary | 10101111 | 110110 | 10001100 | 0 | 1000101 | 10100 | 11111 | 100111101 | 110101 | 101101 |
Color Harmonies of #AF368C
Complementary color
Monochromatic Colors of #AF368C
Black with #AF368C
Text Example
Text Example
White with #AF368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF368C; }
p { color: rgb(175,54,140); }
H1.HeaderClassName
{
color: #AF368C;
}
.AnyTagClassName
{
color: #AF368C;
}
</style>
background-color css
<style>
a { background-color: #AF368C; }
a { background-color: rgb(175,54,140); }
div.DivClassName
{
background-color: #AF368C;
}
.BgClassName
{
background-color: #AF368C;
}
</style>
border-color css
<style>
span { border-color: #AF368C; }
span { border-color: rgb(175,54,140); }
td.TdClassName
{
border-color: #AF368C;
}
.TagClassName
{
border-color: #AF368C;
}
</style>