Shades of Medium Purple #AA64FA
Tints of Medium Purple #AA64FA
RGB
CMYK
RGB Variations
Color information
#AA64FA (or 0xAA64FA) is known color: Medium Purple. HEX triplet: AA, 64 and FA. RGB value is (170,100,250). Sum of RGB (Red+Green+Blue) = 170+100+250=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA64FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64FA is #559B05. Grayscale: #898989. Windows color (decimal): -5610246 or 16409770. OLE color: 16409770.
HSL color Cylindrical-coordinate representation of color #AA64FA: hue angle of 268º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA64FA is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 100 | 250 | - |
| CMYK | 0.32 | 0.6 | 0 | 0.02 |
| HSL | 268º | 0.94% | 0.69% | - |
| HSV(B) | 268º | 0.6% | 0.98% | - |
| XYZ | 38.39 | 24.56 | 93.16 | - |
| YUV | 138.03 | 191.19 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 250 | 0.32 | 0.6 | 0 | 0.02 | 268 | 0.94 | 0.69 |
| Hex | AA | 64 | FA | 20 | 3C | 0 | 2 | 10C | 5E | 45 |
| Octal | 252 | 144 | 372 | 40 | 74 | 0 | 2 | 414 | 136 | 105 |
| Binary | 10101010 | 1100100 | 11111010 | 100000 | 111100 | 0 | 10 | 100001100 | 1011110 | 1000101 |
Color Harmonies of #AA64FA
Complementary color
Monochromatic Colors of #AA64FA
Black with #AA64FA
Text Example
Text Example
White with #AA64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64FA; }
p { color: rgb(170,100,250); }
H1.HeaderClassName
{
color: #AA64FA;
}
.AnyTagClassName
{
color: #AA64FA;
}
</style>
background-color css
<style>
a { background-color: #AA64FA; }
a { background-color: rgb(170,100,250); }
div.DivClassName
{
background-color: #AA64FA;
}
.BgClassName
{
background-color: #AA64FA;
}
</style>
border-color css
<style>
span { border-color: #AA64FA; }
span { border-color: rgb(170,100,250); }
td.TdClassName
{
border-color: #AA64FA;
}
.TagClassName
{
border-color: #AA64FA;
}
</style>