Shades of Medium Red Violet #AF3485
Tints of Medium Red Violet #AF3485
RGB
CMYK
RGB Variations
Color information
#AF3485 (or 0xAF3485) is known color: Medium Red Violet. HEX triplet: AF, 34 and 85. RGB value is (175,52,133). Sum of RGB (Red+Green+Blue) = 175+52+133=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3485 is #50CB7A. Grayscale: #616161. Windows color (decimal): -5294971 or 8729775. OLE color: 8729775.
HSL color Cylindrical-coordinate representation of color #AF3485: hue angle of 320.49º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3485 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 133 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.31 |
| HSL | 320.49º | 0.54% | 0.45% | - |
| HSV(B) | 320.49º | 0.7% | 0.69% | - |
| XYZ | 23.14 | 13.26 | 23.53 | - |
| YUV | 98.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 133 | 0 | 0.70 | 0.24 | 0.31 | 320.49 | 0.54 | 0.45 |
| Hex | AF | 34 | 85 | 0 | 46 | 18 | 1F | 140 | 36 | 2D |
| Octal | 257 | 64 | 205 | 0 | 106 | 30 | 37 | 500 | 66 | 55 |
| Binary | 10101111 | 110100 | 10000101 | 0 | 1000110 | 11000 | 11111 | 101000000 | 110110 | 101101 |
Color Harmonies of #AF3485
Complementary color
Monochromatic Colors of #AF3485
Black with #AF3485
Text Example
Text Example
White with #AF3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3485; }
p { color: rgb(175,52,133); }
H1.HeaderClassName
{
color: #AF3485;
}
.AnyTagClassName
{
color: #AF3485;
}
</style>
background-color css
<style>
a { background-color: #AF3485; }
a { background-color: rgb(175,52,133); }
div.DivClassName
{
background-color: #AF3485;
}
.BgClassName
{
background-color: #AF3485;
}
</style>
border-color css
<style>
span { border-color: #AF3485; }
span { border-color: rgb(175,52,133); }
td.TdClassName
{
border-color: #AF3485;
}
.TagClassName
{
border-color: #AF3485;
}
</style>