Shades of Medium Red Violet #AA4385
Tints of Medium Red Violet #AA4385
RGB
CMYK
RGB Variations
Color information
#AA4385 (or 0xAA4385) is known color: Medium Red Violet. HEX triplet: AA, 43 and 85. RGB value is (170,67,133). Sum of RGB (Red+Green+Blue) = 170+67+133=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4385 is #55BC7A. Grayscale: #696969. Windows color (decimal): -5618811 or 8733610. OLE color: 8733610.
HSL color Cylindrical-coordinate representation of color #AA4385: hue angle of 321.55º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4385 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 133 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.33 |
| HSL | 321.55º | 0.43% | 0.46% | - |
| HSV(B) | 321.55º | 0.61% | 0.67% | - |
| XYZ | 22.82 | 14.25 | 23.74 | - |
| YUV | 105.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 133 | 0 | 0.61 | 0.22 | 0.33 | 321.55 | 0.43 | 0.46 |
| Hex | AA | 43 | 85 | 0 | 3D | 16 | 21 | 142 | 2B | 2E |
| Octal | 252 | 103 | 205 | 0 | 75 | 26 | 41 | 502 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10000101 | 0 | 111101 | 10110 | 100001 | 101000010 | 101011 | 101110 |
Color Harmonies of #AA4385
Complementary color
Monochromatic Colors of #AA4385
Black with #AA4385
Text Example
Text Example
White with #AA4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4385; }
p { color: rgb(170,67,133); }
H1.HeaderClassName
{
color: #AA4385;
}
.AnyTagClassName
{
color: #AA4385;
}
</style>
background-color css
<style>
a { background-color: #AA4385; }
a { background-color: rgb(170,67,133); }
div.DivClassName
{
background-color: #AA4385;
}
.BgClassName
{
background-color: #AA4385;
}
</style>
border-color css
<style>
span { border-color: #AA4385; }
span { border-color: rgb(170,67,133); }
td.TdClassName
{
border-color: #AA4385;
}
.TagClassName
{
border-color: #AA4385;
}
</style>