Shades of Medium Red Violet #AF4483
Tints of Medium Red Violet #AF4483
RGB
CMYK
RGB Variations
Color information
#AF4483 (or 0xAF4483) is known color: Medium Red Violet. HEX triplet: AF, 44 and 83. RGB value is (175,68,131). Sum of RGB (Red+Green+Blue) = 175+68+131=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4483 is #50BB7C. Grayscale: #6B6B6B. Windows color (decimal): -5290877 or 8602799. OLE color: 8602799.
HSL color Cylindrical-coordinate representation of color #AF4483: hue angle of 324.67º 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 #AF4483 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 131 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.31 |
| HSL | 324.67º | 0.44% | 0.48% | - |
| HSV(B) | 324.67º | 0.61% | 0.69% | - |
| XYZ | 23.84 | 14.89 | 23.09 | - |
| YUV | 107.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 131 | 0 | 0.61 | 0.25 | 0.31 | 324.67 | 0.44 | 0.48 |
| Hex | AF | 44 | 83 | 0 | 3D | 19 | 1F | 145 | 2C | 30 |
| Octal | 257 | 104 | 203 | 0 | 75 | 31 | 37 | 505 | 54 | 60 |
| Binary | 10101111 | 1000100 | 10000011 | 0 | 111101 | 11001 | 11111 | 101000101 | 101100 | 110000 |
Color Harmonies of #AF4483
Complementary color
Monochromatic Colors of #AF4483
Black with #AF4483
Text Example
Text Example
White with #AF4483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4483; }
p { color: rgb(175,68,131); }
H1.HeaderClassName
{
color: #AF4483;
}
.AnyTagClassName
{
color: #AF4483;
}
</style>
background-color css
<style>
a { background-color: #AF4483; }
a { background-color: rgb(175,68,131); }
div.DivClassName
{
background-color: #AF4483;
}
.BgClassName
{
background-color: #AF4483;
}
</style>
border-color css
<style>
span { border-color: #AF4483; }
span { border-color: rgb(175,68,131); }
td.TdClassName
{
border-color: #AF4483;
}
.TagClassName
{
border-color: #AF4483;
}
</style>