Shades of Medium Purple #AA69E9
Tints of Medium Purple #AA69E9
RGB
CMYK
RGB Variations
Color information
#AA69E9 (or 0xAA69E9) is known color: Medium Purple. HEX triplet: AA, 69 and E9. RGB value is (170,105,233). Sum of RGB (Red+Green+Blue) = 170+105+233=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA69E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69E9 is #559616. Grayscale: #8A8A8A. Windows color (decimal): -5608983 or 15296938. OLE color: 15296938.
HSL color Cylindrical-coordinate representation of color #AA69E9: hue angle of 270.47º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA69E9 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 105 | 233 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.09 |
| HSL | 270.47º | 0.74% | 0.66% | - |
| HSV(B) | 270.47º | 0.55% | 0.91% | - |
| XYZ | 36.34 | 24.53 | 79.91 | - |
| YUV | 139.03 | 181.03 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 233 | 0.27 | 0.55 | 0 | 0.09 | 270.47 | 0.74 | 0.66 |
| Hex | AA | 69 | E9 | 1B | 37 | 0 | 9 | 10E | 4A | 42 |
| Octal | 252 | 151 | 351 | 33 | 67 | 0 | 11 | 416 | 112 | 102 |
| Binary | 10101010 | 1101001 | 11101001 | 11011 | 110111 | 0 | 1001 | 100001110 | 1001010 | 1000010 |
Color Harmonies of #AA69E9
Complementary color
Monochromatic Colors of #AA69E9
Black with #AA69E9
Text Example
Text Example
White with #AA69E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69E9; }
p { color: rgb(170,105,233); }
H1.HeaderClassName
{
color: #AA69E9;
}
.AnyTagClassName
{
color: #AA69E9;
}
</style>
background-color css
<style>
a { background-color: #AA69E9; }
a { background-color: rgb(170,105,233); }
div.DivClassName
{
background-color: #AA69E9;
}
.BgClassName
{
background-color: #AA69E9;
}
</style>
border-color css
<style>
span { border-color: #AA69E9; }
span { border-color: rgb(170,105,233); }
td.TdClassName
{
border-color: #AA69E9;
}
.TagClassName
{
border-color: #AA69E9;
}
</style>