Shades of Medium Red Violet #AA4382
Tints of Medium Red Violet #AA4382
RGB
CMYK
RGB Variations
Color information
#AA4382 (or 0xAA4382) is known color: Medium Red Violet. HEX triplet: AA, 43 and 82. RGB value is (170,67,130). Sum of RGB (Red+Green+Blue) = 170+67+130=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4382 is #55BC7D. Grayscale: #686868. Windows color (decimal): -5618814 or 8537002. OLE color: 8537002.
HSL color Cylindrical-coordinate representation of color #AA4382: hue angle of 323.3º 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 #AA4382 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 130 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.33 |
| HSL | 323.3º | 0.43% | 0.46% | - |
| HSV(B) | 323.3º | 0.61% | 0.67% | - |
| XYZ | 22.61 | 14.17 | 22.66 | - |
| YUV | 104.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 130 | 0 | 0.61 | 0.24 | 0.33 | 323.3 | 0.43 | 0.46 |
| Hex | AA | 43 | 82 | 0 | 3D | 18 | 21 | 143 | 2B | 2E |
| Octal | 252 | 103 | 202 | 0 | 75 | 30 | 41 | 503 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10000010 | 0 | 111101 | 11000 | 100001 | 101000011 | 101011 | 101110 |
Color Harmonies of #AA4382
Complementary color
Monochromatic Colors of #AA4382
Black with #AA4382
Text Example
Text Example
White with #AA4382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4382; }
p { color: rgb(170,67,130); }
H1.HeaderClassName
{
color: #AA4382;
}
.AnyTagClassName
{
color: #AA4382;
}
</style>
background-color css
<style>
a { background-color: #AA4382; }
a { background-color: rgb(170,67,130); }
div.DivClassName
{
background-color: #AA4382;
}
.BgClassName
{
background-color: #AA4382;
}
</style>
border-color css
<style>
span { border-color: #AA4382; }
span { border-color: rgb(170,67,130); }
td.TdClassName
{
border-color: #AA4382;
}
.TagClassName
{
border-color: #AA4382;
}
</style>