Shades of Medium Purple #AA58FF
Tints of Medium Purple #AA58FF
RGB
CMYK
RGB Variations
Color information
#AA58FF (or 0xAA58FF) is known color: Medium Purple. HEX triplet: AA, 58 and FF. RGB value is (170,88,255). Sum of RGB (Red+Green+Blue) = 170+88+255=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58FF is #55A700. Grayscale: #828282. Windows color (decimal): -5613313 or 16734378. OLE color: 16734378.
HSL color Cylindrical-coordinate representation of color #AA58FF: hue angle of 269.46º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA58FF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 88 | 255 | - |
| CMYK | 0.33 | 0.65 | 0 | 0 |
| HSL | 269.46º | 1% | 0.67% | - |
| HSV(B) | 269.46º | 0.65% | 1% | - |
| XYZ | 38.12 | 22.75 | 96.99 | - |
| YUV | 131.56 | 197.67 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 255 | 0.33 | 0.65 | 0 | 0 | 269.46 | 1 | 0.67 |
| Hex | AA | 58 | FF | 21 | 41 | 0 | 0 | 10D | 64 | 43 |
| Octal | 252 | 130 | 377 | 41 | 101 | 0 | 0 | 415 | 144 | 103 |
| Binary | 10101010 | 1011000 | 11111111 | 100001 | 1000001 | 0 | 0 | 100001101 | 1100100 | 1000011 |
Color Harmonies of #AA58FF
Complementary color
Monochromatic Colors of #AA58FF
Black with #AA58FF
Text Example
Text Example
White with #AA58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58FF; }
p { color: rgb(170,88,255); }
H1.HeaderClassName
{
color: #AA58FF;
}
.AnyTagClassName
{
color: #AA58FF;
}
</style>
background-color css
<style>
a { background-color: #AA58FF; }
a { background-color: rgb(170,88,255); }
div.DivClassName
{
background-color: #AA58FF;
}
.BgClassName
{
background-color: #AA58FF;
}
</style>
border-color css
<style>
span { border-color: #AA58FF; }
span { border-color: rgb(170,88,255); }
td.TdClassName
{
border-color: #AA58FF;
}
.TagClassName
{
border-color: #AA58FF;
}
</style>