Shades of Medium Purple #AA72FE
Tints of Medium Purple #AA72FE
RGB
CMYK
RGB Variations
Color information
#AA72FE (or 0xAA72FE) is known color: Medium Purple. HEX triplet: AA, 72 and FE. RGB value is (170,114,254). Sum of RGB (Red+Green+Blue) = 170+114+254=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA72FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA72FE is #558D01. Grayscale: #929292. Windows color (decimal): -5606658 or 16675498. OLE color: 16675498.
HSL color Cylindrical-coordinate representation of color #AA72FE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA72FE is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 114 | 254 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.00 |
| HSL | 264º | 0.99% | 0.72% | - |
| HSV(B) | 264º | 0.55% | 1% | - |
| XYZ | 40.48 | 27.74 | 96.99 | - |
| YUV | 146.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 254 | 0.33 | 0.55 | 0 | 0.00 | 264 | 0.99 | 0.72 |
| Hex | AA | 72 | FE | 21 | 37 | 0 | 0 | 108 | 63 | 48 |
| Octal | 252 | 162 | 376 | 41 | 67 | 0 | 0 | 410 | 143 | 110 |
| Binary | 10101010 | 1110010 | 11111110 | 100001 | 110111 | 0 | 0 | 100001000 | 1100011 | 1001000 |
Color Harmonies of #AA72FE
Complementary color
Monochromatic Colors of #AA72FE
Black with #AA72FE
Text Example
Text Example
White with #AA72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA72FE; }
p { color: rgb(170,114,254); }
H1.HeaderClassName
{
color: #AA72FE;
}
.AnyTagClassName
{
color: #AA72FE;
}
</style>
background-color css
<style>
a { background-color: #AA72FE; }
a { background-color: rgb(170,114,254); }
div.DivClassName
{
background-color: #AA72FE;
}
.BgClassName
{
background-color: #AA72FE;
}
</style>
border-color css
<style>
span { border-color: #AA72FE; }
span { border-color: rgb(170,114,254); }
td.TdClassName
{
border-color: #AA72FE;
}
.TagClassName
{
border-color: #AA72FE;
}
</style>