Shades of Medium Red Violet #AA258C
Tints of Medium Red Violet #AA258C
RGB
CMYK
RGB Variations
Color information
#AA258C (or 0xAA258C) is known color: Medium Red Violet. HEX triplet: AA, 25 and 8C. RGB value is (170,37,140). Sum of RGB (Red+Green+Blue) = 170+37+140=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA258C is #55DA73. Grayscale: #585858. Windows color (decimal): -5626484 or 9184682. OLE color: 9184682.
HSL color Cylindrical-coordinate representation of color #AA258C: hue angle of 313.53º 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 #AA258C is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 140 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.33 |
| HSL | 313.53º | 0.64% | 0.41% | - |
| HSV(B) | 313.53º | 0.78% | 0.67% | - |
| XYZ | 21.97 | 11.76 | 25.92 | - |
| YUV | 88.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 140 | 0 | 0.78 | 0.18 | 0.33 | 313.53 | 0.64 | 0.41 |
| Hex | AA | 25 | 8C | 0 | 4E | 12 | 21 | 13A | 40 | 29 |
| Octal | 252 | 45 | 214 | 0 | 116 | 22 | 41 | 472 | 100 | 51 |
| Binary | 10101010 | 100101 | 10001100 | 0 | 1001110 | 10010 | 100001 | 100111010 | 1000000 | 101001 |
Color Harmonies of #AA258C
Complementary color
Monochromatic Colors of #AA258C
Black with #AA258C
Text Example
Text Example
White with #AA258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA258C; }
p { color: rgb(170,37,140); }
H1.HeaderClassName
{
color: #AA258C;
}
.AnyTagClassName
{
color: #AA258C;
}
</style>
background-color css
<style>
a { background-color: #AA258C; }
a { background-color: rgb(170,37,140); }
div.DivClassName
{
background-color: #AA258C;
}
.BgClassName
{
background-color: #AA258C;
}
</style>
border-color css
<style>
span { border-color: #AA258C; }
span { border-color: rgb(170,37,140); }
td.TdClassName
{
border-color: #AA258C;
}
.TagClassName
{
border-color: #AA258C;
}
</style>