Shades of Medium Red Violet #AF448C
Tints of Medium Red Violet #AF448C
RGB
CMYK
RGB Variations
Color information
#AF448C (or 0xAF448C) is known color: Medium Red Violet. HEX triplet: AF, 44 and 8C. RGB value is (175,68,140). Sum of RGB (Red+Green+Blue) = 175+68+140=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF448C is #50BB73. Grayscale: #6C6C6C. Windows color (decimal): -5290868 or 9192623. OLE color: 9192623.
HSL color Cylindrical-coordinate representation of color #AF448C: hue angle of 319.63º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF448C is Cyan = 0, Magento = 0.61, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 140 | - |
| CMYK | 0 | 0.61 | 0.2 | 0.31 |
| HSL | 319.63º | 0.44% | 0.48% | - |
| HSV(B) | 319.63º | 0.61% | 0.69% | - |
| XYZ | 24.48 | 15.14 | 26.44 | - |
| YUV | 108.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 140 | 0 | 0.61 | 0.2 | 0.31 | 319.63 | 0.44 | 0.48 |
| Hex | AF | 44 | 8C | 0 | 3D | 14 | 1F | 140 | 2C | 30 |
| Octal | 257 | 104 | 214 | 0 | 75 | 24 | 37 | 500 | 54 | 60 |
| Binary | 10101111 | 1000100 | 10001100 | 0 | 111101 | 10100 | 11111 | 101000000 | 101100 | 110000 |
Color Harmonies of #AF448C
Complementary color
Monochromatic Colors of #AF448C
Black with #AF448C
Text Example
Text Example
White with #AF448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF448C; }
p { color: rgb(175,68,140); }
H1.HeaderClassName
{
color: #AF448C;
}
.AnyTagClassName
{
color: #AF448C;
}
</style>
background-color css
<style>
a { background-color: #AF448C; }
a { background-color: rgb(175,68,140); }
div.DivClassName
{
background-color: #AF448C;
}
.BgClassName
{
background-color: #AF448C;
}
</style>
border-color css
<style>
span { border-color: #AF448C; }
span { border-color: rgb(175,68,140); }
td.TdClassName
{
border-color: #AF448C;
}
.TagClassName
{
border-color: #AF448C;
}
</style>