Shades of Medium Purple #AA58FC
Tints of Medium Purple #AA58FC
RGB
CMYK
RGB Variations
Color information
#AA58FC (or 0xAA58FC) is known color: Medium Purple. HEX triplet: AA, 58 and FC. RGB value is (170,88,252). Sum of RGB (Red+Green+Blue) = 170+88+252=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA58FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58FC is #55A703. Grayscale: #828282. Windows color (decimal): -5613316 or 16537770. OLE color: 16537770.
HSL color Cylindrical-coordinate representation of color #AA58FC: hue angle of 270º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA58FC is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 88 | 252 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.01 |
| HSL | 270º | 0.96% | 0.67% | - |
| HSV(B) | 270º | 0.65% | 0.99% | - |
| XYZ | 37.64 | 22.55 | 94.47 | - |
| YUV | 131.21 | 196.17 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 252 | 0.33 | 0.65 | 0 | 0.01 | 270 | 0.96 | 0.67 |
| Hex | AA | 58 | FC | 21 | 41 | 0 | 1 | 10E | 60 | 43 |
| Octal | 252 | 130 | 374 | 41 | 101 | 0 | 1 | 416 | 140 | 103 |
| Binary | 10101010 | 1011000 | 11111100 | 100001 | 1000001 | 0 | 1 | 100001110 | 1100000 | 1000011 |
Color Harmonies of #AA58FC
Complementary color
Monochromatic Colors of #AA58FC
Black with #AA58FC
Text Example
Text Example
White with #AA58FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58FC; }
p { color: rgb(170,88,252); }
H1.HeaderClassName
{
color: #AA58FC;
}
.AnyTagClassName
{
color: #AA58FC;
}
</style>
background-color css
<style>
a { background-color: #AA58FC; }
a { background-color: rgb(170,88,252); }
div.DivClassName
{
background-color: #AA58FC;
}
.BgClassName
{
background-color: #AA58FC;
}
</style>
border-color css
<style>
span { border-color: #AA58FC; }
span { border-color: rgb(170,88,252); }
td.TdClassName
{
border-color: #AA58FC;
}
.TagClassName
{
border-color: #AA58FC;
}
</style>