Shades of Medium Red Violet #AF438C
Tints of Medium Red Violet #AF438C
RGB
CMYK
RGB Variations
Color information
#AF438C (or 0xAF438C) is known color: Medium Red Violet. HEX triplet: AF, 43 and 8C. RGB value is (175,67,140). Sum of RGB (Red+Green+Blue) = 175+67+140=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF438C is #50BC73. Grayscale: #6B6B6B. Windows color (decimal): -5291124 or 9192367. OLE color: 9192367.
HSL color Cylindrical-coordinate representation of color #AF438C: hue angle of 319.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF438C is Cyan = 0, Magento = 0.62, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 140 | - |
| CMYK | 0 | 0.62 | 0.2 | 0.31 |
| HSL | 319.44º | 0.45% | 0.47% | - |
| HSV(B) | 319.44º | 0.62% | 0.69% | - |
| XYZ | 24.42 | 15.02 | 26.42 | - |
| YUV | 107.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 140 | 0 | 0.62 | 0.2 | 0.31 | 319.44 | 0.45 | 0.47 |
| Hex | AF | 43 | 8C | 0 | 3E | 14 | 1F | 13F | 2D | 2F |
| Octal | 257 | 103 | 214 | 0 | 76 | 24 | 37 | 477 | 55 | 57 |
| Binary | 10101111 | 1000011 | 10001100 | 0 | 111110 | 10100 | 11111 | 100111111 | 101101 | 101111 |
Color Harmonies of #AF438C
Complementary color
Monochromatic Colors of #AF438C
Black with #AF438C
Text Example
Text Example
White with #AF438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF438C; }
p { color: rgb(175,67,140); }
H1.HeaderClassName
{
color: #AF438C;
}
.AnyTagClassName
{
color: #AF438C;
}
</style>
background-color css
<style>
a { background-color: #AF438C; }
a { background-color: rgb(175,67,140); }
div.DivClassName
{
background-color: #AF438C;
}
.BgClassName
{
background-color: #AF438C;
}
</style>
border-color css
<style>
span { border-color: #AF438C; }
span { border-color: rgb(175,67,140); }
td.TdClassName
{
border-color: #AF438C;
}
.TagClassName
{
border-color: #AF438C;
}
</style>