Shades of Medium Red Violet #AF3779
Tints of Medium Red Violet #AF3779
RGB
CMYK
RGB Variations
Color information
#AF3779 (or 0xAF3779) is known color: Medium Red Violet. HEX triplet: AF, 37 and 79. RGB value is (175,55,121). Sum of RGB (Red+Green+Blue) = 175+55+121=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3779 is #50C886. Grayscale: #626262. Windows color (decimal): -5294215 or 7944111. OLE color: 7944111.
HSL color Cylindrical-coordinate representation of color #AF3779: hue angle of 327º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3779 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 121 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.31 |
| HSL | 327º | 0.52% | 0.45% | - |
| HSV(B) | 327º | 0.69% | 0.69% | - |
| XYZ | 22.5 | 13.23 | 19.46 | - |
| YUV | 98.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 121 | 0 | 0.69 | 0.31 | 0.31 | 327 | 0.52 | 0.45 |
| Hex | AF | 37 | 79 | 0 | 45 | 1F | 1F | 147 | 34 | 2D |
| Octal | 257 | 67 | 171 | 0 | 105 | 37 | 37 | 507 | 64 | 55 |
| Binary | 10101111 | 110111 | 1111001 | 0 | 1000101 | 11111 | 11111 | 101000111 | 110100 | 101101 |
Color Harmonies of #AF3779
Complementary color
Monochromatic Colors of #AF3779
Black with #AF3779
Text Example
Text Example
White with #AF3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3779; }
p { color: rgb(175,55,121); }
H1.HeaderClassName
{
color: #AF3779;
}
.AnyTagClassName
{
color: #AF3779;
}
</style>
background-color css
<style>
a { background-color: #AF3779; }
a { background-color: rgb(175,55,121); }
div.DivClassName
{
background-color: #AF3779;
}
.BgClassName
{
background-color: #AF3779;
}
</style>
border-color css
<style>
span { border-color: #AF3779; }
span { border-color: rgb(175,55,121); }
td.TdClassName
{
border-color: #AF3779;
}
.TagClassName
{
border-color: #AF3779;
}
</style>