Shades of Medium Purple #AA64F8
Tints of Medium Purple #AA64F8
RGB
CMYK
RGB Variations
Color information
#AA64F8 (or 0xAA64F8) is known color: Medium Purple. HEX triplet: AA, 64 and F8. RGB value is (170,100,248). Sum of RGB (Red+Green+Blue) = 170+100+248=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA64F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64F8 is #559B07. Grayscale: #898989. Windows color (decimal): -5610248 or 16278698. OLE color: 16278698.
HSL color Cylindrical-coordinate representation of color #AA64F8: hue angle of 268.38º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA64F8 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 100 | 248 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.03 |
| HSL | 268.38º | 0.91% | 0.68% | - |
| HSV(B) | 268.38º | 0.6% | 0.97% | - |
| XYZ | 38.08 | 24.44 | 91.52 | - |
| YUV | 137.8 | 190.19 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 248 | 0.31 | 0.60 | 0 | 0.03 | 268.38 | 0.91 | 0.68 |
| Hex | AA | 64 | F8 | 1F | 3C | 0 | 3 | 10C | 5B | 44 |
| Octal | 252 | 144 | 370 | 37 | 74 | 0 | 3 | 414 | 133 | 104 |
| Binary | 10101010 | 1100100 | 11111000 | 11111 | 111100 | 0 | 11 | 100001100 | 1011011 | 1000100 |
Color Harmonies of #AA64F8
Complementary color
Monochromatic Colors of #AA64F8
Black with #AA64F8
Text Example
Text Example
White with #AA64F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64F8; }
p { color: rgb(170,100,248); }
H1.HeaderClassName
{
color: #AA64F8;
}
.AnyTagClassName
{
color: #AA64F8;
}
</style>
background-color css
<style>
a { background-color: #AA64F8; }
a { background-color: rgb(170,100,248); }
div.DivClassName
{
background-color: #AA64F8;
}
.BgClassName
{
background-color: #AA64F8;
}
</style>
border-color css
<style>
span { border-color: #AA64F8; }
span { border-color: rgb(170,100,248); }
td.TdClassName
{
border-color: #AA64F8;
}
.TagClassName
{
border-color: #AA64F8;
}
</style>