Shades of Medium Red Violet #AA258B
Tints of Medium Red Violet #AA258B
RGB
CMYK
RGB Variations
Color information
#AA258B (or 0xAA258B) is known color: Medium Red Violet. HEX triplet: AA, 25 and 8B. RGB value is (170,37,139). Sum of RGB (Red+Green+Blue) = 170+37+139=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA258B is #55DA74. Grayscale: #585858. Windows color (decimal): -5626485 or 9119146. OLE color: 9119146.
HSL color Cylindrical-coordinate representation of color #AA258B: hue angle of 313.98º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA258B is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 139 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.33 |
| HSL | 313.99º | 0.64% | 0.41% | - |
| HSV(B) | 313.99º | 0.78% | 0.67% | - |
| XYZ | 21.9 | 11.73 | 25.54 | - |
| YUV | 88.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 139 | 0 | 0.78 | 0.18 | 0.33 | 313.99 | 0.64 | 0.41 |
| Hex | AA | 25 | 8B | 0 | 4E | 12 | 21 | 13A | 40 | 29 |
| Octal | 252 | 45 | 213 | 0 | 116 | 22 | 41 | 472 | 100 | 51 |
| Binary | 10101010 | 100101 | 10001011 | 0 | 1001110 | 10010 | 100001 | 100111010 | 1000000 | 101001 |
Color Harmonies of #AA258B
Complementary color
Monochromatic Colors of #AA258B
Black with #AA258B
Text Example
Text Example
White with #AA258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA258B; }
p { color: rgb(170,37,139); }
H1.HeaderClassName
{
color: #AA258B;
}
.AnyTagClassName
{
color: #AA258B;
}
</style>
background-color css
<style>
a { background-color: #AA258B; }
a { background-color: rgb(170,37,139); }
div.DivClassName
{
background-color: #AA258B;
}
.BgClassName
{
background-color: #AA258B;
}
</style>
border-color css
<style>
span { border-color: #AA258B; }
span { border-color: rgb(170,37,139); }
td.TdClassName
{
border-color: #AA258B;
}
.TagClassName
{
border-color: #AA258B;
}
</style>