Shades of Medium Purple #AA64FE
Tints of Medium Purple #AA64FE
RGB
CMYK
RGB Variations
Color information
#AA64FE (or 0xAA64FE) is known color: Medium Purple. HEX triplet: AA, 64 and FE. RGB value is (170,100,254). Sum of RGB (Red+Green+Blue) = 170+100+254=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64FE is #559B01. Grayscale: #898989. Windows color (decimal): -5610242 or 16671914. OLE color: 16671914.
HSL color Cylindrical-coordinate representation of color #AA64FE: hue angle of 267.27º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA64FE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 100 | 254 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.00 |
| HSL | 267.27º | 0.99% | 0.69% | - |
| HSV(B) | 267.27º | 0.61% | 1% | - |
| XYZ | 39.02 | 24.82 | 96.5 | - |
| YUV | 138.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 254 | 0.33 | 0.61 | 0 | 0.00 | 267.27 | 0.99 | 0.69 |
| Hex | AA | 64 | FE | 21 | 3D | 0 | 0 | 10B | 63 | 45 |
| Octal | 252 | 144 | 376 | 41 | 75 | 0 | 0 | 413 | 143 | 105 |
| Binary | 10101010 | 1100100 | 11111110 | 100001 | 111101 | 0 | 0 | 100001011 | 1100011 | 1000101 |
Color Harmonies of #AA64FE
Complementary color
Monochromatic Colors of #AA64FE
Black with #AA64FE
Text Example
Text Example
White with #AA64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64FE; }
p { color: rgb(170,100,254); }
H1.HeaderClassName
{
color: #AA64FE;
}
.AnyTagClassName
{
color: #AA64FE;
}
</style>
background-color css
<style>
a { background-color: #AA64FE; }
a { background-color: rgb(170,100,254); }
div.DivClassName
{
background-color: #AA64FE;
}
.BgClassName
{
background-color: #AA64FE;
}
</style>
border-color css
<style>
span { border-color: #AA64FE; }
span { border-color: rgb(170,100,254); }
td.TdClassName
{
border-color: #AA64FE;
}
.TagClassName
{
border-color: #AA64FE;
}
</style>