Shades of Medium Red Violet #AF4184
Tints of Medium Red Violet #AF4184
RGB
CMYK
RGB Variations
Color information
#AF4184 (or 0xAF4184) is known color: Medium Red Violet. HEX triplet: AF, 41 and 84. RGB value is (175,65,132). Sum of RGB (Red+Green+Blue) = 175+65+132=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4184 is #50BE7B. Grayscale: #696969. Windows color (decimal): -5291644 or 8667567. OLE color: 8667567.
HSL color Cylindrical-coordinate representation of color #AF4184: hue angle of 323.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4184 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 132 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.31 |
| HSL | 323.45º | 0.46% | 0.47% | - |
| HSV(B) | 323.45º | 0.63% | 0.69% | - |
| XYZ | 23.73 | 14.56 | 23.39 | - |
| YUV | 105.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 132 | 0 | 0.63 | 0.25 | 0.31 | 323.45 | 0.46 | 0.47 |
| Hex | AF | 41 | 84 | 0 | 3F | 19 | 1F | 143 | 2E | 2F |
| Octal | 257 | 101 | 204 | 0 | 77 | 31 | 37 | 503 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10000100 | 0 | 111111 | 11001 | 11111 | 101000011 | 101110 | 101111 |
Color Harmonies of #AF4184
Complementary color
Monochromatic Colors of #AF4184
Black with #AF4184
Text Example
Text Example
White with #AF4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4184; }
p { color: rgb(175,65,132); }
H1.HeaderClassName
{
color: #AF4184;
}
.AnyTagClassName
{
color: #AF4184;
}
</style>
background-color css
<style>
a { background-color: #AF4184; }
a { background-color: rgb(175,65,132); }
div.DivClassName
{
background-color: #AF4184;
}
.BgClassName
{
background-color: #AF4184;
}
</style>
border-color css
<style>
span { border-color: #AF4184; }
span { border-color: rgb(175,65,132); }
td.TdClassName
{
border-color: #AF4184;
}
.TagClassName
{
border-color: #AF4184;
}
</style>