Shades of Medium Red Violet #AF359D
Tints of Medium Red Violet #AF359D
RGB
CMYK
RGB Variations
Color information
#AF359D (or 0xAF359D) is known color: Medium Red Violet. HEX triplet: AF, 35 and 9D. RGB value is (175,53,157). Sum of RGB (Red+Green+Blue) = 175+53+157=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF359D is #50CA62. Grayscale: #656565. Windows color (decimal): -5294691 or 10302895. OLE color: 10302895.
HSL color Cylindrical-coordinate representation of color #AF359D: hue angle of 308.85º 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 #AF359D is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 157 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.31 |
| HSL | 308.85º | 0.54% | 0.45% | - |
| HSV(B) | 308.85º | 0.7% | 0.69% | - |
| XYZ | 25.04 | 14.09 | 33.3 | - |
| YUV | 101.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 157 | 0 | 0.70 | 0.10 | 0.31 | 308.85 | 0.54 | 0.45 |
| Hex | AF | 35 | 9D | 0 | 46 | A | 1F | 135 | 36 | 2D |
| Octal | 257 | 65 | 235 | 0 | 106 | 12 | 37 | 465 | 66 | 55 |
| Binary | 10101111 | 110101 | 10011101 | 0 | 1000110 | 1010 | 11111 | 100110101 | 110110 | 101101 |
Color Harmonies of #AF359D
Complementary color
Monochromatic Colors of #AF359D
Black with #AF359D
Text Example
Text Example
White with #AF359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF359D; }
p { color: rgb(175,53,157); }
H1.HeaderClassName
{
color: #AF359D;
}
.AnyTagClassName
{
color: #AF359D;
}
</style>
background-color css
<style>
a { background-color: #AF359D; }
a { background-color: rgb(175,53,157); }
div.DivClassName
{
background-color: #AF359D;
}
.BgClassName
{
background-color: #AF359D;
}
</style>
border-color css
<style>
span { border-color: #AF359D; }
span { border-color: rgb(175,53,157); }
td.TdClassName
{
border-color: #AF359D;
}
.TagClassName
{
border-color: #AF359D;
}
</style>