Shades of Medium Red Violet #AF359C
Tints of Medium Red Violet #AF359C
RGB
CMYK
RGB Variations
Color information
#AF359C (or 0xAF359C) is known color: Medium Red Violet. HEX triplet: AF, 35 and 9C. RGB value is (175,53,156). Sum of RGB (Red+Green+Blue) = 175+53+156=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF359C is #50CA63. Grayscale: #646464. Windows color (decimal): -5294692 or 10237359. OLE color: 10237359.
HSL color Cylindrical-coordinate representation of color #AF359C: hue angle of 309.34º 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 #AF359C is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 156 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.31 |
| HSL | 309.34º | 0.54% | 0.45% | - |
| HSV(B) | 309.34º | 0.7% | 0.69% | - |
| XYZ | 24.95 | 14.06 | 32.85 | - |
| YUV | 101.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 156 | 0 | 0.70 | 0.11 | 0.31 | 309.34 | 0.54 | 0.45 |
| Hex | AF | 35 | 9C | 0 | 46 | B | 1F | 135 | 36 | 2D |
| Octal | 257 | 65 | 234 | 0 | 106 | 13 | 37 | 465 | 66 | 55 |
| Binary | 10101111 | 110101 | 10011100 | 0 | 1000110 | 1011 | 11111 | 100110101 | 110110 | 101101 |
Color Harmonies of #AF359C
Complementary color
Monochromatic Colors of #AF359C
Black with #AF359C
Text Example
Text Example
White with #AF359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF359C; }
p { color: rgb(175,53,156); }
H1.HeaderClassName
{
color: #AF359C;
}
.AnyTagClassName
{
color: #AF359C;
}
</style>
background-color css
<style>
a { background-color: #AF359C; }
a { background-color: rgb(175,53,156); }
div.DivClassName
{
background-color: #AF359C;
}
.BgClassName
{
background-color: #AF359C;
}
</style>
border-color css
<style>
span { border-color: #AF359C; }
span { border-color: rgb(175,53,156); }
td.TdClassName
{
border-color: #AF359C;
}
.TagClassName
{
border-color: #AF359C;
}
</style>