Shades of Medium Red Violet #AA438A
Tints of Medium Red Violet #AA438A
RGB
CMYK
RGB Variations
Color information
#AA438A (or 0xAA438A) is known color: Medium Red Violet. HEX triplet: AA, 43 and 8A. RGB value is (170,67,138). Sum of RGB (Red+Green+Blue) = 170+67+138=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA438A is #55BC75. Grayscale: #696969. Windows color (decimal): -5618806 or 9061290. OLE color: 9061290.
HSL color Cylindrical-coordinate representation of color #AA438A: hue angle of 318.64º 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 #AA438A is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 138 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.33 |
| HSL | 318.64º | 0.43% | 0.46% | - |
| HSV(B) | 318.64º | 0.61% | 0.67% | - |
| XYZ | 23.17 | 14.4 | 25.6 | - |
| YUV | 105.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 138 | 0 | 0.61 | 0.19 | 0.33 | 318.64 | 0.43 | 0.46 |
| Hex | AA | 43 | 8A | 0 | 3D | 13 | 21 | 13F | 2B | 2E |
| Octal | 252 | 103 | 212 | 0 | 75 | 23 | 41 | 477 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10001010 | 0 | 111101 | 10011 | 100001 | 100111111 | 101011 | 101110 |
Color Harmonies of #AA438A
Complementary color
Monochromatic Colors of #AA438A
Black with #AA438A
Text Example
Text Example
White with #AA438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA438A; }
p { color: rgb(170,67,138); }
H1.HeaderClassName
{
color: #AA438A;
}
.AnyTagClassName
{
color: #AA438A;
}
</style>
background-color css
<style>
a { background-color: #AA438A; }
a { background-color: rgb(170,67,138); }
div.DivClassName
{
background-color: #AA438A;
}
.BgClassName
{
background-color: #AA438A;
}
</style>
border-color css
<style>
span { border-color: #AA438A; }
span { border-color: rgb(170,67,138); }
td.TdClassName
{
border-color: #AA438A;
}
.TagClassName
{
border-color: #AA438A;
}
</style>