Shades of Medium Purple #AA58FA
Tints of Medium Purple #AA58FA
RGB
CMYK
RGB Variations
Color information
#AA58FA (or 0xAA58FA) is known color: Medium Purple. HEX triplet: AA, 58 and FA. RGB value is (170,88,250). Sum of RGB (Red+Green+Blue) = 170+88+250=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA58FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58FA is #55A705. Grayscale: #828282. Windows color (decimal): -5613318 or 16406698. OLE color: 16406698.
HSL color Cylindrical-coordinate representation of color #AA58FA: hue angle of 270.37º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA58FA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 88 | 250 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.02 |
| HSL | 270.37º | 0.94% | 0.66% | - |
| HSV(B) | 270.37º | 0.65% | 0.98% | - |
| XYZ | 37.32 | 22.43 | 92.8 | - |
| YUV | 130.99 | 195.17 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 250 | 0.32 | 0.65 | 0 | 0.02 | 270.37 | 0.94 | 0.66 |
| Hex | AA | 58 | FA | 20 | 41 | 0 | 2 | 10E | 5E | 42 |
| Octal | 252 | 130 | 372 | 40 | 101 | 0 | 2 | 416 | 136 | 102 |
| Binary | 10101010 | 1011000 | 11111010 | 100000 | 1000001 | 0 | 10 | 100001110 | 1011110 | 1000010 |
Color Harmonies of #AA58FA
Complementary color
Monochromatic Colors of #AA58FA
Black with #AA58FA
Text Example
Text Example
White with #AA58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58FA; }
p { color: rgb(170,88,250); }
H1.HeaderClassName
{
color: #AA58FA;
}
.AnyTagClassName
{
color: #AA58FA;
}
</style>
background-color css
<style>
a { background-color: #AA58FA; }
a { background-color: rgb(170,88,250); }
div.DivClassName
{
background-color: #AA58FA;
}
.BgClassName
{
background-color: #AA58FA;
}
</style>
border-color css
<style>
span { border-color: #AA58FA; }
span { border-color: rgb(170,88,250); }
td.TdClassName
{
border-color: #AA58FA;
}
.TagClassName
{
border-color: #AA58FA;
}
</style>