Shades of Medium Red Violet #AF4187
Tints of Medium Red Violet #AF4187
RGB
CMYK
RGB Variations
Color information
#AF4187 (or 0xAF4187) is known color: Medium Red Violet. HEX triplet: AF, 41 and 87. RGB value is (175,65,135). Sum of RGB (Red+Green+Blue) = 175+65+135=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4187 is #50BE78. Grayscale: #696969. Windows color (decimal): -5291641 or 8864175. OLE color: 8864175.
HSL color Cylindrical-coordinate representation of color #AF4187: hue angle of 321.82º 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 #AF4187 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 135 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.31 |
| HSL | 321.82º | 0.46% | 0.47% | - |
| HSV(B) | 321.82º | 0.63% | 0.69% | - |
| XYZ | 23.94 | 14.64 | 24.49 | - |
| YUV | 105.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 135 | 0 | 0.63 | 0.23 | 0.31 | 321.82 | 0.46 | 0.47 |
| Hex | AF | 41 | 87 | 0 | 3F | 17 | 1F | 142 | 2E | 2F |
| Octal | 257 | 101 | 207 | 0 | 77 | 27 | 37 | 502 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10000111 | 0 | 111111 | 10111 | 11111 | 101000010 | 101110 | 101111 |
Color Harmonies of #AF4187
Complementary color
Monochromatic Colors of #AF4187
Black with #AF4187
Text Example
Text Example
White with #AF4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4187; }
p { color: rgb(175,65,135); }
H1.HeaderClassName
{
color: #AF4187;
}
.AnyTagClassName
{
color: #AF4187;
}
</style>
background-color css
<style>
a { background-color: #AF4187; }
a { background-color: rgb(175,65,135); }
div.DivClassName
{
background-color: #AF4187;
}
.BgClassName
{
background-color: #AF4187;
}
</style>
border-color css
<style>
span { border-color: #AF4187; }
span { border-color: rgb(175,65,135); }
td.TdClassName
{
border-color: #AF4187;
}
.TagClassName
{
border-color: #AF4187;
}
</style>