Shades of Medium Purple #AA69F3
Tints of Medium Purple #AA69F3
RGB
CMYK
RGB Variations
Color information
#AA69F3 (or 0xAA69F3) is known color: Medium Purple. HEX triplet: AA, 69 and F3. RGB value is (170,105,243). Sum of RGB (Red+Green+Blue) = 170+105+243=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA69F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69F3 is #55960C. Grayscale: #8B8B8B. Windows color (decimal): -5608973 or 15952298. OLE color: 15952298.
HSL color Cylindrical-coordinate representation of color #AA69F3: hue angle of 268.26º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA69F3 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 105 | 243 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.05 |
| HSL | 268.26º | 0.85% | 0.68% | - |
| HSV(B) | 268.26º | 0.57% | 0.95% | - |
| XYZ | 37.81 | 25.12 | 87.65 | - |
| YUV | 140.17 | 186.03 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 243 | 0.30 | 0.57 | 0 | 0.05 | 268.26 | 0.85 | 0.68 |
| Hex | AA | 69 | F3 | 1E | 39 | 0 | 5 | 10C | 55 | 44 |
| Octal | 252 | 151 | 363 | 36 | 71 | 0 | 5 | 414 | 125 | 104 |
| Binary | 10101010 | 1101001 | 11110011 | 11110 | 111001 | 0 | 101 | 100001100 | 1010101 | 1000100 |
Color Harmonies of #AA69F3
Complementary color
Monochromatic Colors of #AA69F3
Black with #AA69F3
Text Example
Text Example
White with #AA69F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69F3; }
p { color: rgb(170,105,243); }
H1.HeaderClassName
{
color: #AA69F3;
}
.AnyTagClassName
{
color: #AA69F3;
}
</style>
background-color css
<style>
a { background-color: #AA69F3; }
a { background-color: rgb(170,105,243); }
div.DivClassName
{
background-color: #AA69F3;
}
.BgClassName
{
background-color: #AA69F3;
}
</style>
border-color css
<style>
span { border-color: #AA69F3; }
span { border-color: rgb(170,105,243); }
td.TdClassName
{
border-color: #AA69F3;
}
.TagClassName
{
border-color: #AA69F3;
}
</style>