Shades of Medium Red Violet #AF3478
Tints of Medium Red Violet #AF3478
RGB
CMYK
RGB Variations
Color information
#AF3478 (or 0xAF3478) is known color: Medium Red Violet. HEX triplet: AF, 34 and 78. RGB value is (175,52,120). Sum of RGB (Red+Green+Blue) = 175+52+120=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3478 is #50CB87. Grayscale: #606060. Windows color (decimal): -5294984 or 7877807. OLE color: 7877807.
HSL color Cylindrical-coordinate representation of color #AF3478: hue angle of 326.83º 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 #AF3478 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 120 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.31 |
| HSL | 326.83º | 0.54% | 0.45% | - |
| HSV(B) | 326.83º | 0.7% | 0.69% | - |
| XYZ | 22.3 | 12.93 | 19.09 | - |
| YUV | 96.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 120 | 0 | 0.70 | 0.31 | 0.31 | 326.83 | 0.54 | 0.45 |
| Hex | AF | 34 | 78 | 0 | 46 | 1F | 1F | 147 | 36 | 2D |
| Octal | 257 | 64 | 170 | 0 | 106 | 37 | 37 | 507 | 66 | 55 |
| Binary | 10101111 | 110100 | 1111000 | 0 | 1000110 | 11111 | 11111 | 101000111 | 110110 | 101101 |
Color Harmonies of #AF3478
Complementary color
Monochromatic Colors of #AF3478
Black with #AF3478
Text Example
Text Example
White with #AF3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3478; }
p { color: rgb(175,52,120); }
H1.HeaderClassName
{
color: #AF3478;
}
.AnyTagClassName
{
color: #AF3478;
}
</style>
background-color css
<style>
a { background-color: #AF3478; }
a { background-color: rgb(175,52,120); }
div.DivClassName
{
background-color: #AF3478;
}
.BgClassName
{
background-color: #AF3478;
}
</style>
border-color css
<style>
span { border-color: #AF3478; }
span { border-color: rgb(175,52,120); }
td.TdClassName
{
border-color: #AF3478;
}
.TagClassName
{
border-color: #AF3478;
}
</style>