Shades of Medium Red Violet #AF256D
Tints of Medium Red Violet #AF256D
RGB
CMYK
RGB Variations
Color information
#AF256D (or 0xAF256D) is known color: Medium Red Violet. HEX triplet: AF, 25 and 6D. RGB value is (175,37,109). Sum of RGB (Red+Green+Blue) = 175+37+109=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF256D is #50DA92. Grayscale: #565656. Windows color (decimal): -5298835 or 7153071. OLE color: 7153071.
HSL color Cylindrical-coordinate representation of color #AF256D: hue angle of 328.7º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF256D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 109 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.31 |
| HSL | 328.7º | 0.65% | 0.42% | - |
| HSV(B) | 328.7º | 0.79% | 0.69% | - |
| XYZ | 21.1 | 11.54 | 15.58 | - |
| YUV | 86.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 109 | 0 | 0.79 | 0.38 | 0.31 | 328.7 | 0.65 | 0.42 |
| Hex | AF | 25 | 6D | 0 | 4F | 26 | 1F | 149 | 41 | 2A |
| Octal | 257 | 45 | 155 | 0 | 117 | 46 | 37 | 511 | 101 | 52 |
| Binary | 10101111 | 100101 | 1101101 | 0 | 1001111 | 100110 | 11111 | 101001001 | 1000001 | 101010 |
Color Harmonies of #AF256D
Complementary color
Monochromatic Colors of #AF256D
Black with #AF256D
Text Example
Text Example
White with #AF256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF256D; }
p { color: rgb(175,37,109); }
H1.HeaderClassName
{
color: #AF256D;
}
.AnyTagClassName
{
color: #AF256D;
}
</style>
background-color css
<style>
a { background-color: #AF256D; }
a { background-color: rgb(175,37,109); }
div.DivClassName
{
background-color: #AF256D;
}
.BgClassName
{
background-color: #AF256D;
}
</style>
border-color css
<style>
span { border-color: #AF256D; }
span { border-color: rgb(175,37,109); }
td.TdClassName
{
border-color: #AF256D;
}
.TagClassName
{
border-color: #AF256D;
}
</style>