Shades of Medium Purple #AA69FF
Tints of Medium Purple #AA69FF
RGB
CMYK
RGB Variations
Color information
#AA69FF (or 0xAA69FF) is known color: Medium Purple. HEX triplet: AA, 69 and FF. RGB value is (170,105,255). Sum of RGB (Red+Green+Blue) = 170+105+255=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA69FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69FF is #559600. Grayscale: #8D8D8D. Windows color (decimal): -5608961 or 16738730. OLE color: 16738730.
HSL color Cylindrical-coordinate representation of color #AA69FF: hue angle of 266º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA69FF is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 105 | 255 | - |
| CMYK | 0.33 | 0.59 | 0 | 0 |
| HSL | 266º | 1% | 0.71% | - |
| HSV(B) | 266º | 0.59% | 1% | - |
| XYZ | 39.68 | 25.87 | 97.51 | - |
| YUV | 141.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 255 | 0.33 | 0.59 | 0 | 0 | 266 | 1 | 0.71 |
| Hex | AA | 69 | FF | 21 | 3B | 0 | 0 | 10A | 64 | 47 |
| Octal | 252 | 151 | 377 | 41 | 73 | 0 | 0 | 412 | 144 | 107 |
| Binary | 10101010 | 1101001 | 11111111 | 100001 | 111011 | 0 | 0 | 100001010 | 1100100 | 1000111 |
Color Harmonies of #AA69FF
Complementary color
Monochromatic Colors of #AA69FF
Black with #AA69FF
Text Example
Text Example
White with #AA69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69FF; }
p { color: rgb(170,105,255); }
H1.HeaderClassName
{
color: #AA69FF;
}
.AnyTagClassName
{
color: #AA69FF;
}
</style>
background-color css
<style>
a { background-color: #AA69FF; }
a { background-color: rgb(170,105,255); }
div.DivClassName
{
background-color: #AA69FF;
}
.BgClassName
{
background-color: #AA69FF;
}
</style>
border-color css
<style>
span { border-color: #AA69FF; }
span { border-color: rgb(170,105,255); }
td.TdClassName
{
border-color: #AA69FF;
}
.TagClassName
{
border-color: #AA69FF;
}
</style>