Shades of Medium Red Violet #AF4386
Tints of Medium Red Violet #AF4386
RGB
CMYK
RGB Variations
Color information
#AF4386 (or 0xAF4386) is known color: Medium Red Violet. HEX triplet: AF, 43 and 86. RGB value is (175,67,134). Sum of RGB (Red+Green+Blue) = 175+67+134=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4386 is #50BC79. Grayscale: #6A6A6A. Windows color (decimal): -5291130 or 8799151. OLE color: 8799151.
HSL color Cylindrical-coordinate representation of color #AF4386: hue angle of 322.78º 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 #AF4386 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 134 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.31 |
| HSL | 322.78º | 0.45% | 0.47% | - |
| HSV(B) | 322.78º | 0.62% | 0.69% | - |
| XYZ | 23.99 | 14.85 | 24.16 | - |
| YUV | 106.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 134 | 0 | 0.62 | 0.23 | 0.31 | 322.78 | 0.45 | 0.47 |
| Hex | AF | 43 | 86 | 0 | 3E | 17 | 1F | 143 | 2D | 2F |
| Octal | 257 | 103 | 206 | 0 | 76 | 27 | 37 | 503 | 55 | 57 |
| Binary | 10101111 | 1000011 | 10000110 | 0 | 111110 | 10111 | 11111 | 101000011 | 101101 | 101111 |
Color Harmonies of #AF4386
Complementary color
Monochromatic Colors of #AF4386
Black with #AF4386
Text Example
Text Example
White with #AF4386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4386; }
p { color: rgb(175,67,134); }
H1.HeaderClassName
{
color: #AF4386;
}
.AnyTagClassName
{
color: #AF4386;
}
</style>
background-color css
<style>
a { background-color: #AF4386; }
a { background-color: rgb(175,67,134); }
div.DivClassName
{
background-color: #AF4386;
}
.BgClassName
{
background-color: #AF4386;
}
</style>
border-color css
<style>
span { border-color: #AF4386; }
span { border-color: rgb(175,67,134); }
td.TdClassName
{
border-color: #AF4386;
}
.TagClassName
{
border-color: #AF4386;
}
</style>