Shades of Medium Red Violet #AA3B8A
Tints of Medium Red Violet #AA3B8A
RGB
CMYK
RGB Variations
Color information
#AA3B8A (or 0xAA3B8A) is known color: Medium Red Violet. HEX triplet: AA, 3B and 8A. RGB value is (170,59,138). Sum of RGB (Red+Green+Blue) = 170+59+138=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3B8A is #55C475. Grayscale: #646464. Windows color (decimal): -5620854 or 9059242. OLE color: 9059242.
HSL color Cylindrical-coordinate representation of color #AA3B8A: hue angle of 317.3º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3B8A is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 138 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.33 |
| HSL | 317.3º | 0.48% | 0.45% | - |
| HSV(B) | 317.3º | 0.65% | 0.67% | - |
| XYZ | 22.73 | 13.51 | 25.45 | - |
| YUV | 101.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 138 | 0 | 0.65 | 0.19 | 0.33 | 317.3 | 0.48 | 0.45 |
| Hex | AA | 3B | 8A | 0 | 41 | 13 | 21 | 13D | 30 | 2D |
| Octal | 252 | 73 | 212 | 0 | 101 | 23 | 41 | 475 | 60 | 55 |
| Binary | 10101010 | 111011 | 10001010 | 0 | 1000001 | 10011 | 100001 | 100111101 | 110000 | 101101 |
Color Harmonies of #AA3B8A
Complementary color
Monochromatic Colors of #AA3B8A
Black with #AA3B8A
Text Example
Text Example
White with #AA3B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B8A; }
p { color: rgb(170,59,138); }
H1.HeaderClassName
{
color: #AA3B8A;
}
.AnyTagClassName
{
color: #AA3B8A;
}
</style>
background-color css
<style>
a { background-color: #AA3B8A; }
a { background-color: rgb(170,59,138); }
div.DivClassName
{
background-color: #AA3B8A;
}
.BgClassName
{
background-color: #AA3B8A;
}
</style>
border-color css
<style>
span { border-color: #AA3B8A; }
span { border-color: rgb(170,59,138); }
td.TdClassName
{
border-color: #AA3B8A;
}
.TagClassName
{
border-color: #AA3B8A;
}
</style>