Shades of Medium Purple #AA66FC
Tints of Medium Purple #AA66FC
RGB
CMYK
RGB Variations
Color information
#AA66FC (or 0xAA66FC) is known color: Medium Purple. HEX triplet: AA, 66 and FC. RGB value is (170,102,252). Sum of RGB (Red+Green+Blue) = 170+102+252=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA66FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA66FC is #559903. Grayscale: #8A8A8A. Windows color (decimal): -5609732 or 16541354. OLE color: 16541354.
HSL color Cylindrical-coordinate representation of color #AA66FC: hue angle of 267.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA66FC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 102 | 252 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.01 |
| HSL | 267.2º | 0.96% | 0.69% | - |
| HSV(B) | 267.2º | 0.6% | 0.99% | - |
| XYZ | 38.9 | 25.08 | 94.89 | - |
| YUV | 139.43 | 191.53 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 252 | 0.33 | 0.60 | 0 | 0.01 | 267.2 | 0.96 | 0.69 |
| Hex | AA | 66 | FC | 21 | 3C | 0 | 1 | 10B | 60 | 45 |
| Octal | 252 | 146 | 374 | 41 | 74 | 0 | 1 | 413 | 140 | 105 |
| Binary | 10101010 | 1100110 | 11111100 | 100001 | 111100 | 0 | 1 | 100001011 | 1100000 | 1000101 |
Color Harmonies of #AA66FC
Complementary color
Monochromatic Colors of #AA66FC
Black with #AA66FC
Text Example
Text Example
White with #AA66FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66FC; }
p { color: rgb(170,102,252); }
H1.HeaderClassName
{
color: #AA66FC;
}
.AnyTagClassName
{
color: #AA66FC;
}
</style>
background-color css
<style>
a { background-color: #AA66FC; }
a { background-color: rgb(170,102,252); }
div.DivClassName
{
background-color: #AA66FC;
}
.BgClassName
{
background-color: #AA66FC;
}
</style>
border-color css
<style>
span { border-color: #AA66FC; }
span { border-color: rgb(170,102,252); }
td.TdClassName
{
border-color: #AA66FC;
}
.TagClassName
{
border-color: #AA66FC;
}
</style>