Shades of Medium Red Violet #AA458B
Tints of Medium Red Violet #AA458B
RGB
CMYK
RGB Variations
Color information
#AA458B (or 0xAA458B) is known color: Medium Red Violet. HEX triplet: AA, 45 and 8B. RGB value is (170,69,139). Sum of RGB (Red+Green+Blue) = 170+69+139=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA458B is #55BA74. Grayscale: #6B6B6B. Windows color (decimal): -5618293 or 9127338. OLE color: 9127338.
HSL color Cylindrical-coordinate representation of color #AA458B: hue angle of 318.42º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA458B is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 139 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.33 |
| HSL | 318.42º | 0.42% | 0.47% | - |
| HSV(B) | 318.42º | 0.59% | 0.67% | - |
| XYZ | 23.37 | 14.67 | 26.03 | - |
| YUV | 107.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 139 | 0 | 0.59 | 0.18 | 0.33 | 318.42 | 0.42 | 0.47 |
| Hex | AA | 45 | 8B | 0 | 3B | 12 | 21 | 13E | 2A | 2F |
| Octal | 252 | 105 | 213 | 0 | 73 | 22 | 41 | 476 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10001011 | 0 | 111011 | 10010 | 100001 | 100111110 | 101010 | 101111 |
Color Harmonies of #AA458B
Complementary color
Monochromatic Colors of #AA458B
Black with #AA458B
Text Example
Text Example
White with #AA458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA458B; }
p { color: rgb(170,69,139); }
H1.HeaderClassName
{
color: #AA458B;
}
.AnyTagClassName
{
color: #AA458B;
}
</style>
background-color css
<style>
a { background-color: #AA458B; }
a { background-color: rgb(170,69,139); }
div.DivClassName
{
background-color: #AA458B;
}
.BgClassName
{
background-color: #AA458B;
}
</style>
border-color css
<style>
span { border-color: #AA458B; }
span { border-color: rgb(170,69,139); }
td.TdClassName
{
border-color: #AA458B;
}
.TagClassName
{
border-color: #AA458B;
}
</style>