Shades of Medium Red Violet #AA388F
Tints of Medium Red Violet #AA388F
RGB
CMYK
RGB Variations
Color information
#AA388F (or 0xAA388F) is known color: Medium Red Violet. HEX triplet: AA, 38 and 8F. RGB value is (170,56,143). Sum of RGB (Red+Green+Blue) = 170+56+143=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA388F is #55C770. Grayscale: #636363. Windows color (decimal): -5621617 or 9386154. OLE color: 9386154.
HSL color Cylindrical-coordinate representation of color #AA388F: hue angle of 314.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA388F is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 143 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.33 |
| HSL | 314.21º | 0.5% | 0.44% | - |
| HSV(B) | 314.21º | 0.67% | 0.67% | - |
| XYZ | 22.95 | 13.36 | 27.36 | - |
| YUV | 100 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 143 | 0 | 0.67 | 0.16 | 0.33 | 314.21 | 0.5 | 0.44 |
| Hex | AA | 38 | 8F | 0 | 43 | 10 | 21 | 13A | 32 | 2C |
| Octal | 252 | 70 | 217 | 0 | 103 | 20 | 41 | 472 | 62 | 54 |
| Binary | 10101010 | 111000 | 10001111 | 0 | 1000011 | 10000 | 100001 | 100111010 | 110010 | 101100 |
Color Harmonies of #AA388F
Complementary color
Monochromatic Colors of #AA388F
Black with #AA388F
Text Example
Text Example
White with #AA388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA388F; }
p { color: rgb(170,56,143); }
H1.HeaderClassName
{
color: #AA388F;
}
.AnyTagClassName
{
color: #AA388F;
}
</style>
background-color css
<style>
a { background-color: #AA388F; }
a { background-color: rgb(170,56,143); }
div.DivClassName
{
background-color: #AA388F;
}
.BgClassName
{
background-color: #AA388F;
}
</style>
border-color css
<style>
span { border-color: #AA388F; }
span { border-color: rgb(170,56,143); }
td.TdClassName
{
border-color: #AA388F;
}
.TagClassName
{
border-color: #AA388F;
}
</style>