Shades of Medium Red Violet #AF3777
Tints of Medium Red Violet #AF3777
RGB
CMYK
RGB Variations
Color information
#AF3777 (or 0xAF3777) is known color: Medium Red Violet. HEX triplet: AF, 37 and 77. RGB value is (175,55,119). Sum of RGB (Red+Green+Blue) = 175+55+119=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3777 is #50C888. Grayscale: #626262. Windows color (decimal): -5294217 or 7813039. OLE color: 7813039.
HSL color Cylindrical-coordinate representation of color #AF3777: hue angle of 328º 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 #AF3777 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 119 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.31 |
| HSL | 328º | 0.52% | 0.45% | - |
| HSV(B) | 328º | 0.69% | 0.69% | - |
| XYZ | 22.38 | 13.18 | 18.82 | - |
| YUV | 98.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 119 | 0 | 0.69 | 0.32 | 0.31 | 328 | 0.52 | 0.45 |
| Hex | AF | 37 | 77 | 0 | 45 | 20 | 1F | 148 | 34 | 2D |
| Octal | 257 | 67 | 167 | 0 | 105 | 40 | 37 | 510 | 64 | 55 |
| Binary | 10101111 | 110111 | 1110111 | 0 | 1000101 | 100000 | 11111 | 101001000 | 110100 | 101101 |
Color Harmonies of #AF3777
Complementary color
Monochromatic Colors of #AF3777
Black with #AF3777
Text Example
Text Example
White with #AF3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3777; }
p { color: rgb(175,55,119); }
H1.HeaderClassName
{
color: #AF3777;
}
.AnyTagClassName
{
color: #AF3777;
}
</style>
background-color css
<style>
a { background-color: #AF3777; }
a { background-color: rgb(175,55,119); }
div.DivClassName
{
background-color: #AF3777;
}
.BgClassName
{
background-color: #AF3777;
}
</style>
border-color css
<style>
span { border-color: #AF3777; }
span { border-color: rgb(175,55,119); }
td.TdClassName
{
border-color: #AF3777;
}
.TagClassName
{
border-color: #AF3777;
}
</style>