Shades of Medium Red Violet #AA3875
Tints of Medium Red Violet #AA3875
RGB
CMYK
RGB Variations
Color information
#AA3875 (or 0xAA3875) is known color: Medium Red Violet. HEX triplet: AA, 38 and 75. RGB value is (170,56,117). Sum of RGB (Red+Green+Blue) = 170+56+117=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3875 is #55C78A. Grayscale: #606060. Windows color (decimal): -5621643 or 7682218. OLE color: 7682218.
HSL color Cylindrical-coordinate representation of color #AA3875: hue angle of 327.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3875 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 117 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.33 |
| HSL | 327.89º | 0.5% | 0.44% | - |
| HSV(B) | 327.89º | 0.67% | 0.67% | - |
| XYZ | 21.2 | 12.66 | 18.16 | - |
| YUV | 97.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 117 | 0 | 0.67 | 0.31 | 0.33 | 327.89 | 0.5 | 0.44 |
| Hex | AA | 38 | 75 | 0 | 43 | 1F | 21 | 148 | 32 | 2C |
| Octal | 252 | 70 | 165 | 0 | 103 | 37 | 41 | 510 | 62 | 54 |
| Binary | 10101010 | 111000 | 1110101 | 0 | 1000011 | 11111 | 100001 | 101001000 | 110010 | 101100 |
Color Harmonies of #AA3875
Complementary color
Monochromatic Colors of #AA3875
Black with #AA3875
Text Example
Text Example
White with #AA3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3875; }
p { color: rgb(170,56,117); }
H1.HeaderClassName
{
color: #AA3875;
}
.AnyTagClassName
{
color: #AA3875;
}
</style>
background-color css
<style>
a { background-color: #AA3875; }
a { background-color: rgb(170,56,117); }
div.DivClassName
{
background-color: #AA3875;
}
.BgClassName
{
background-color: #AA3875;
}
</style>
border-color css
<style>
span { border-color: #AA3875; }
span { border-color: rgb(170,56,117); }
td.TdClassName
{
border-color: #AA3875;
}
.TagClassName
{
border-color: #AA3875;
}
</style>