Shades of Medium Red Violet #AF2685
Tints of Medium Red Violet #AF2685
RGB
CMYK
RGB Variations
Color information
#AF2685 (or 0xAF2685) is known color: Medium Red Violet. HEX triplet: AF, 26 and 85. RGB value is (175,38,133). Sum of RGB (Red+Green+Blue) = 175+38+133=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2685 is #50D97A. Grayscale: #595959. Windows color (decimal): -5298555 or 8726191. OLE color: 8726191.
HSL color Cylindrical-coordinate representation of color #AF2685: hue angle of 318.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2685 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 133 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.31 |
| HSL | 318.39º | 0.64% | 0.42% | - |
| HSV(B) | 318.39º | 0.78% | 0.69% | - |
| XYZ | 22.61 | 12.19 | 23.35 | - |
| YUV | 89.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 133 | 0 | 0.78 | 0.24 | 0.31 | 318.39 | 0.64 | 0.42 |
| Hex | AF | 26 | 85 | 0 | 4E | 18 | 1F | 13E | 40 | 2A |
| Octal | 257 | 46 | 205 | 0 | 116 | 30 | 37 | 476 | 100 | 52 |
| Binary | 10101111 | 100110 | 10000101 | 0 | 1001110 | 11000 | 11111 | 100111110 | 1000000 | 101010 |
Color Harmonies of #AF2685
Complementary color
Monochromatic Colors of #AF2685
Black with #AF2685
Text Example
Text Example
White with #AF2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2685; }
p { color: rgb(175,38,133); }
H1.HeaderClassName
{
color: #AF2685;
}
.AnyTagClassName
{
color: #AF2685;
}
</style>
background-color css
<style>
a { background-color: #AF2685; }
a { background-color: rgb(175,38,133); }
div.DivClassName
{
background-color: #AF2685;
}
.BgClassName
{
background-color: #AF2685;
}
</style>
border-color css
<style>
span { border-color: #AF2685; }
span { border-color: rgb(175,38,133); }
td.TdClassName
{
border-color: #AF2685;
}
.TagClassName
{
border-color: #AF2685;
}
</style>