Shades of Medium Red Violet #AF359B
Tints of Medium Red Violet #AF359B
RGB
CMYK
RGB Variations
Color information
#AF359B (or 0xAF359B) is known color: Medium Red Violet. HEX triplet: AF, 35 and 9B. RGB value is (175,53,155). Sum of RGB (Red+Green+Blue) = 175+53+155=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF359B is #50CA64. Grayscale: #646464. Windows color (decimal): -5294693 or 10171823. OLE color: 10171823.
HSL color Cylindrical-coordinate representation of color #AF359B: hue angle of 309.84º 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 #AF359B is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 155 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.31 |
| HSL | 309.84º | 0.54% | 0.45% | - |
| HSV(B) | 309.84º | 0.7% | 0.69% | - |
| XYZ | 24.87 | 14.03 | 32.41 | - |
| YUV | 101.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 155 | 0 | 0.70 | 0.11 | 0.31 | 309.84 | 0.54 | 0.45 |
| Hex | AF | 35 | 9B | 0 | 46 | B | 1F | 136 | 36 | 2D |
| Octal | 257 | 65 | 233 | 0 | 106 | 13 | 37 | 466 | 66 | 55 |
| Binary | 10101111 | 110101 | 10011011 | 0 | 1000110 | 1011 | 11111 | 100110110 | 110110 | 101101 |
Color Harmonies of #AF359B
Complementary color
Monochromatic Colors of #AF359B
Black with #AF359B
Text Example
Text Example
White with #AF359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF359B; }
p { color: rgb(175,53,155); }
H1.HeaderClassName
{
color: #AF359B;
}
.AnyTagClassName
{
color: #AF359B;
}
</style>
background-color css
<style>
a { background-color: #AF359B; }
a { background-color: rgb(175,53,155); }
div.DivClassName
{
background-color: #AF359B;
}
.BgClassName
{
background-color: #AF359B;
}
</style>
border-color css
<style>
span { border-color: #AF359B; }
span { border-color: rgb(175,53,155); }
td.TdClassName
{
border-color: #AF359B;
}
.TagClassName
{
border-color: #AF359B;
}
</style>