Shades of Medium Purple #AA55FE
Tints of Medium Purple #AA55FE
RGB
CMYK
RGB Variations
Color information
#AA55FE (or 0xAA55FE) is known color: Medium Purple. HEX triplet: AA, 55 and FE. RGB value is (170,85,254). Sum of RGB (Red+Green+Blue) = 170+85+254=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55FE is #55AA01. Grayscale: #818181. Windows color (decimal): -5614082 or 16668074. OLE color: 16668074.
HSL color Cylindrical-coordinate representation of color #AA55FE: hue angle of 270.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA55FE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 85 | 254 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.00 |
| HSL | 270.18º | 0.99% | 0.66% | - |
| HSV(B) | 270.18º | 0.67% | 1% | - |
| XYZ | 37.72 | 22.2 | 96.06 | - |
| YUV | 129.68 | 198.16 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 254 | 0.33 | 0.67 | 0 | 0.00 | 270.18 | 0.99 | 0.66 |
| Hex | AA | 55 | FE | 21 | 43 | 0 | 0 | 10E | 63 | 42 |
| Octal | 252 | 125 | 376 | 41 | 103 | 0 | 0 | 416 | 143 | 102 |
| Binary | 10101010 | 1010101 | 11111110 | 100001 | 1000011 | 0 | 0 | 100001110 | 1100011 | 1000010 |
Color Harmonies of #AA55FE
Complementary color
Monochromatic Colors of #AA55FE
Black with #AA55FE
Text Example
Text Example
White with #AA55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55FE; }
p { color: rgb(170,85,254); }
H1.HeaderClassName
{
color: #AA55FE;
}
.AnyTagClassName
{
color: #AA55FE;
}
</style>
background-color css
<style>
a { background-color: #AA55FE; }
a { background-color: rgb(170,85,254); }
div.DivClassName
{
background-color: #AA55FE;
}
.BgClassName
{
background-color: #AA55FE;
}
</style>
border-color css
<style>
span { border-color: #AA55FE; }
span { border-color: rgb(170,85,254); }
td.TdClassName
{
border-color: #AA55FE;
}
.TagClassName
{
border-color: #AA55FE;
}
</style>