Shades of Medium Red Violet #AA348A
Tints of Medium Red Violet #AA348A
RGB
CMYK
RGB Variations
Color information
#AA348A (or 0xAA348A) is known color: Medium Red Violet. HEX triplet: AA, 34 and 8A. RGB value is (170,52,138). Sum of RGB (Red+Green+Blue) = 170+52+138=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA348A is #55CB75. Grayscale: #606060. Windows color (decimal): -5622646 or 9057450. OLE color: 9057450.
HSL color Cylindrical-coordinate representation of color #AA348A: hue angle of 316.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA348A is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 138 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.33 |
| HSL | 316.27º | 0.53% | 0.44% | - |
| HSV(B) | 316.27º | 0.69% | 0.67% | - |
| XYZ | 22.39 | 12.84 | 25.34 | - |
| YUV | 97.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 138 | 0 | 0.69 | 0.19 | 0.33 | 316.27 | 0.53 | 0.44 |
| Hex | AA | 34 | 8A | 0 | 45 | 13 | 21 | 13C | 35 | 2C |
| Octal | 252 | 64 | 212 | 0 | 105 | 23 | 41 | 474 | 65 | 54 |
| Binary | 10101010 | 110100 | 10001010 | 0 | 1000101 | 10011 | 100001 | 100111100 | 110101 | 101100 |
Color Harmonies of #AA348A
Complementary color
Monochromatic Colors of #AA348A
Black with #AA348A
Text Example
Text Example
White with #AA348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA348A; }
p { color: rgb(170,52,138); }
H1.HeaderClassName
{
color: #AA348A;
}
.AnyTagClassName
{
color: #AA348A;
}
</style>
background-color css
<style>
a { background-color: #AA348A; }
a { background-color: rgb(170,52,138); }
div.DivClassName
{
background-color: #AA348A;
}
.BgClassName
{
background-color: #AA348A;
}
</style>
border-color css
<style>
span { border-color: #AA348A; }
span { border-color: rgb(170,52,138); }
td.TdClassName
{
border-color: #AA348A;
}
.TagClassName
{
border-color: #AA348A;
}
</style>