Shades of Medium Red Violet #AF3778
Tints of Medium Red Violet #AF3778
RGB
CMYK
RGB Variations
Color information
#AF3778 (or 0xAF3778) is known color: Medium Red Violet. HEX triplet: AF, 37 and 78. RGB value is (175,55,120). Sum of RGB (Red+Green+Blue) = 175+55+120=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3778 is #50C887. Grayscale: #626262. Windows color (decimal): -5294216 or 7878575. OLE color: 7878575.
HSL color Cylindrical-coordinate representation of color #AF3778: hue angle of 327.5º 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 #AF3778 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 120 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.31 |
| HSL | 327.5º | 0.52% | 0.45% | - |
| HSV(B) | 327.5º | 0.69% | 0.69% | - |
| XYZ | 22.44 | 13.2 | 19.14 | - |
| YUV | 98.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 120 | 0 | 0.69 | 0.31 | 0.31 | 327.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 78 | 0 | 45 | 1F | 1F | 148 | 34 | 2D |
| Octal | 257 | 67 | 170 | 0 | 105 | 37 | 37 | 510 | 64 | 55 |
| Binary | 10101111 | 110111 | 1111000 | 0 | 1000101 | 11111 | 11111 | 101001000 | 110100 | 101101 |
Color Harmonies of #AF3778
Complementary color
Monochromatic Colors of #AF3778
Black with #AF3778
Text Example
Text Example
White with #AF3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3778; }
p { color: rgb(175,55,120); }
H1.HeaderClassName
{
color: #AF3778;
}
.AnyTagClassName
{
color: #AF3778;
}
</style>
background-color css
<style>
a { background-color: #AF3778; }
a { background-color: rgb(175,55,120); }
div.DivClassName
{
background-color: #AF3778;
}
.BgClassName
{
background-color: #AF3778;
}
</style>
border-color css
<style>
span { border-color: #AF3778; }
span { border-color: rgb(175,55,120); }
td.TdClassName
{
border-color: #AF3778;
}
.TagClassName
{
border-color: #AF3778;
}
</style>