Shades of Medium Red Violet #AA368D
Tints of Medium Red Violet #AA368D
RGB
CMYK
RGB Variations
Color information
#AA368D (or 0xAA368D) is known color: Medium Red Violet. HEX triplet: AA, 36 and 8D. RGB value is (170,54,141). Sum of RGB (Red+Green+Blue) = 170+54+141=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA368D is #55C972. Grayscale: #626262. Windows color (decimal): -5622131 or 9254570. OLE color: 9254570.
HSL color Cylindrical-coordinate representation of color #AA368D: hue angle of 315º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA368D is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 141 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.33 |
| HSL | 315º | 0.52% | 0.44% | - |
| HSV(B) | 315º | 0.68% | 0.67% | - |
| XYZ | 22.7 | 13.11 | 26.53 | - |
| YUV | 98.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 141 | 0 | 0.68 | 0.17 | 0.33 | 315 | 0.52 | 0.44 |
| Hex | AA | 36 | 8D | 0 | 44 | 11 | 21 | 13B | 34 | 2C |
| Octal | 252 | 66 | 215 | 0 | 104 | 21 | 41 | 473 | 64 | 54 |
| Binary | 10101010 | 110110 | 10001101 | 0 | 1000100 | 10001 | 100001 | 100111011 | 110100 | 101100 |
Color Harmonies of #AA368D
Complementary color
Monochromatic Colors of #AA368D
Black with #AA368D
Text Example
Text Example
White with #AA368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA368D; }
p { color: rgb(170,54,141); }
H1.HeaderClassName
{
color: #AA368D;
}
.AnyTagClassName
{
color: #AA368D;
}
</style>
background-color css
<style>
a { background-color: #AA368D; }
a { background-color: rgb(170,54,141); }
div.DivClassName
{
background-color: #AA368D;
}
.BgClassName
{
background-color: #AA368D;
}
</style>
border-color css
<style>
span { border-color: #AA368D; }
span { border-color: rgb(170,54,141); }
td.TdClassName
{
border-color: #AA368D;
}
.TagClassName
{
border-color: #AA368D;
}
</style>