Shades of Medium Red Violet #AA4388
Tints of Medium Red Violet #AA4388
RGB
CMYK
RGB Variations
Color information
#AA4388 (or 0xAA4388) is known color: Medium Red Violet. HEX triplet: AA, 43 and 88. RGB value is (170,67,136). Sum of RGB (Red+Green+Blue) = 170+67+136=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4388 is #55BC77. Grayscale: #696969. Windows color (decimal): -5618808 or 8930218. OLE color: 8930218.
HSL color Cylindrical-coordinate representation of color #AA4388: hue angle of 319.81º 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 #AA4388 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 136 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.33 |
| HSL | 319.81º | 0.43% | 0.46% | - |
| HSV(B) | 319.81º | 0.61% | 0.67% | - |
| XYZ | 23.03 | 14.34 | 24.85 | - |
| YUV | 105.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 136 | 0 | 0.61 | 0.20 | 0.33 | 319.81 | 0.43 | 0.46 |
| Hex | AA | 43 | 88 | 0 | 3D | 14 | 21 | 140 | 2B | 2E |
| Octal | 252 | 103 | 210 | 0 | 75 | 24 | 41 | 500 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10001000 | 0 | 111101 | 10100 | 100001 | 101000000 | 101011 | 101110 |
Color Harmonies of #AA4388
Complementary color
Monochromatic Colors of #AA4388
Black with #AA4388
Text Example
Text Example
White with #AA4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4388; }
p { color: rgb(170,67,136); }
H1.HeaderClassName
{
color: #AA4388;
}
.AnyTagClassName
{
color: #AA4388;
}
</style>
background-color css
<style>
a { background-color: #AA4388; }
a { background-color: rgb(170,67,136); }
div.DivClassName
{
background-color: #AA4388;
}
.BgClassName
{
background-color: #AA4388;
}
</style>
border-color css
<style>
span { border-color: #AA4388; }
span { border-color: rgb(170,67,136); }
td.TdClassName
{
border-color: #AA4388;
}
.TagClassName
{
border-color: #AA4388;
}
</style>