Shades of Medium Red Violet #AF3795
Tints of Medium Red Violet #AF3795
RGB
CMYK
RGB Variations
Color information
#AF3795 (or 0xAF3795) is known color: Medium Red Violet. HEX triplet: AF, 37 and 95. RGB value is (175,55,149). Sum of RGB (Red+Green+Blue) = 175+55+149=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3795 is #50C86A. Grayscale: #656565. Windows color (decimal): -5294187 or 9779119. OLE color: 9779119.
HSL color Cylindrical-coordinate representation of color #AF3795: hue angle of 313º 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 #AF3795 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 149 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.31 |
| HSL | 313º | 0.52% | 0.45% | - |
| HSV(B) | 313º | 0.69% | 0.69% | - |
| XYZ | 24.47 | 14.02 | 29.85 | - |
| YUV | 101.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 149 | 0 | 0.69 | 0.15 | 0.31 | 313 | 0.52 | 0.45 |
| Hex | AF | 37 | 95 | 0 | 45 | F | 1F | 139 | 34 | 2D |
| Octal | 257 | 67 | 225 | 0 | 105 | 17 | 37 | 471 | 64 | 55 |
| Binary | 10101111 | 110111 | 10010101 | 0 | 1000101 | 1111 | 11111 | 100111001 | 110100 | 101101 |
Color Harmonies of #AF3795
Complementary color
Monochromatic Colors of #AF3795
Black with #AF3795
Text Example
Text Example
White with #AF3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3795; }
p { color: rgb(175,55,149); }
H1.HeaderClassName
{
color: #AF3795;
}
.AnyTagClassName
{
color: #AF3795;
}
</style>
background-color css
<style>
a { background-color: #AF3795; }
a { background-color: rgb(175,55,149); }
div.DivClassName
{
background-color: #AF3795;
}
.BgClassName
{
background-color: #AF3795;
}
</style>
border-color css
<style>
span { border-color: #AF3795; }
span { border-color: rgb(175,55,149); }
td.TdClassName
{
border-color: #AF3795;
}
.TagClassName
{
border-color: #AF3795;
}
</style>