Shades of Medium Red Violet #AA348F
Tints of Medium Red Violet #AA348F
RGB
CMYK
RGB Variations
Color information
#AA348F (or 0xAA348F) is known color: Medium Red Violet. HEX triplet: AA, 34 and 8F. RGB value is (170,52,143). Sum of RGB (Red+Green+Blue) = 170+52+143=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA348F is #55CB70. Grayscale: #616161. Windows color (decimal): -5622641 or 9385130. OLE color: 9385130.
HSL color Cylindrical-coordinate representation of color #AA348F: hue angle of 313.73º 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 #AA348F is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 143 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.33 |
| HSL | 313.73º | 0.53% | 0.44% | - |
| HSV(B) | 313.73º | 0.69% | 0.67% | - |
| XYZ | 22.76 | 12.99 | 27.29 | - |
| YUV | 97.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 143 | 0 | 0.69 | 0.16 | 0.33 | 313.73 | 0.53 | 0.44 |
| Hex | AA | 34 | 8F | 0 | 45 | 10 | 21 | 13A | 35 | 2C |
| Octal | 252 | 64 | 217 | 0 | 105 | 20 | 41 | 472 | 65 | 54 |
| Binary | 10101010 | 110100 | 10001111 | 0 | 1000101 | 10000 | 100001 | 100111010 | 110101 | 101100 |
Color Harmonies of #AA348F
Complementary color
Monochromatic Colors of #AA348F
Black with #AA348F
Text Example
Text Example
White with #AA348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA348F; }
p { color: rgb(170,52,143); }
H1.HeaderClassName
{
color: #AA348F;
}
.AnyTagClassName
{
color: #AA348F;
}
</style>
background-color css
<style>
a { background-color: #AA348F; }
a { background-color: rgb(170,52,143); }
div.DivClassName
{
background-color: #AA348F;
}
.BgClassName
{
background-color: #AA348F;
}
</style>
border-color css
<style>
span { border-color: #AA348F; }
span { border-color: rgb(170,52,143); }
td.TdClassName
{
border-color: #AA348F;
}
.TagClassName
{
border-color: #AA348F;
}
</style>