Shades of Medium Red Violet #AF3A9C
Tints of Medium Red Violet #AF3A9C
RGB
CMYK
RGB Variations
Color information
#AF3A9C (or 0xAF3A9C) is known color: Medium Red Violet. HEX triplet: AF, 3A and 9C. RGB value is (175,58,156). Sum of RGB (Red+Green+Blue) = 175+58+156=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3A9C is #50C563. Grayscale: #676767. Windows color (decimal): -5293412 or 10238639. OLE color: 10238639.
HSL color Cylindrical-coordinate representation of color #AF3A9C: hue angle of 309.74º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3A9C is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 156 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.31 |
| HSL | 309.74º | 0.5% | 0.46% | - |
| HSV(B) | 309.74º | 0.67% | 0.69% | - |
| XYZ | 25.19 | 14.54 | 32.93 | - |
| YUV | 104.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 156 | 0 | 0.67 | 0.11 | 0.31 | 309.74 | 0.5 | 0.46 |
| Hex | AF | 3A | 9C | 0 | 43 | B | 1F | 136 | 32 | 2E |
| Octal | 257 | 72 | 234 | 0 | 103 | 13 | 37 | 466 | 62 | 56 |
| Binary | 10101111 | 111010 | 10011100 | 0 | 1000011 | 1011 | 11111 | 100110110 | 110010 | 101110 |
Color Harmonies of #AF3A9C
Complementary color
Monochromatic Colors of #AF3A9C
Black with #AF3A9C
Text Example
Text Example
White with #AF3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A9C; }
p { color: rgb(175,58,156); }
H1.HeaderClassName
{
color: #AF3A9C;
}
.AnyTagClassName
{
color: #AF3A9C;
}
</style>
background-color css
<style>
a { background-color: #AF3A9C; }
a { background-color: rgb(175,58,156); }
div.DivClassName
{
background-color: #AF3A9C;
}
.BgClassName
{
background-color: #AF3A9C;
}
</style>
border-color css
<style>
span { border-color: #AF3A9C; }
span { border-color: rgb(175,58,156); }
td.TdClassName
{
border-color: #AF3A9C;
}
.TagClassName
{
border-color: #AF3A9C;
}
</style>