Shades of Medium Red Violet #AF3E85
Tints of Medium Red Violet #AF3E85
RGB
CMYK
RGB Variations
Color information
#AF3E85 (or 0xAF3E85) is known color: Medium Red Violet. HEX triplet: AF, 3E and 85. RGB value is (175,62,133). Sum of RGB (Red+Green+Blue) = 175+62+133=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3E85 is #50C17A. Grayscale: #676767. Windows color (decimal): -5292411 or 8732335. OLE color: 8732335.
HSL color Cylindrical-coordinate representation of color #AF3E85: hue angle of 322.3º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E85 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 133 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.31 |
| HSL | 322.3º | 0.48% | 0.46% | - |
| HSV(B) | 322.3º | 0.65% | 0.69% | - |
| XYZ | 23.64 | 14.25 | 23.7 | - |
| YUV | 103.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 133 | 0 | 0.65 | 0.24 | 0.31 | 322.3 | 0.48 | 0.46 |
| Hex | AF | 3E | 85 | 0 | 41 | 18 | 1F | 142 | 30 | 2E |
| Octal | 257 | 76 | 205 | 0 | 101 | 30 | 37 | 502 | 60 | 56 |
| Binary | 10101111 | 111110 | 10000101 | 0 | 1000001 | 11000 | 11111 | 101000010 | 110000 | 101110 |
Color Harmonies of #AF3E85
Complementary color
Monochromatic Colors of #AF3E85
Black with #AF3E85
Text Example
Text Example
White with #AF3E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E85; }
p { color: rgb(175,62,133); }
H1.HeaderClassName
{
color: #AF3E85;
}
.AnyTagClassName
{
color: #AF3E85;
}
</style>
background-color css
<style>
a { background-color: #AF3E85; }
a { background-color: rgb(175,62,133); }
div.DivClassName
{
background-color: #AF3E85;
}
.BgClassName
{
background-color: #AF3E85;
}
</style>
border-color css
<style>
span { border-color: #AF3E85; }
span { border-color: rgb(175,62,133); }
td.TdClassName
{
border-color: #AF3E85;
}
.TagClassName
{
border-color: #AF3E85;
}
</style>