Shades of Medium Purple #AA69FE
Tints of Medium Purple #AA69FE
RGB
CMYK
RGB Variations
Color information
#AA69FE (or 0xAA69FE) is known color: Medium Purple. HEX triplet: AA, 69 and FE. RGB value is (170,105,254). Sum of RGB (Red+Green+Blue) = 170+105+254=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA69FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69FE is #559601. Grayscale: #8C8C8C. Windows color (decimal): -5608962 or 16673194. OLE color: 16673194.
HSL color Cylindrical-coordinate representation of color #AA69FE: hue angle of 266.17º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA69FE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 105 | 254 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.00 |
| HSL | 266.17º | 0.99% | 0.7% | - |
| HSV(B) | 266.17º | 0.59% | 1% | - |
| XYZ | 39.52 | 25.8 | 96.66 | - |
| YUV | 141.42 | 191.53 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 254 | 0.33 | 0.59 | 0 | 0.00 | 266.17 | 0.99 | 0.7 |
| Hex | AA | 69 | FE | 21 | 3B | 0 | 0 | 10A | 63 | 46 |
| Octal | 252 | 151 | 376 | 41 | 73 | 0 | 0 | 412 | 143 | 106 |
| Binary | 10101010 | 1101001 | 11111110 | 100001 | 111011 | 0 | 0 | 100001010 | 1100011 | 1000110 |
Color Harmonies of #AA69FE
Complementary color
Monochromatic Colors of #AA69FE
Black with #AA69FE
Text Example
Text Example
White with #AA69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69FE; }
p { color: rgb(170,105,254); }
H1.HeaderClassName
{
color: #AA69FE;
}
.AnyTagClassName
{
color: #AA69FE;
}
</style>
background-color css
<style>
a { background-color: #AA69FE; }
a { background-color: rgb(170,105,254); }
div.DivClassName
{
background-color: #AA69FE;
}
.BgClassName
{
background-color: #AA69FE;
}
</style>
border-color css
<style>
span { border-color: #AA69FE; }
span { border-color: rgb(170,105,254); }
td.TdClassName
{
border-color: #AA69FE;
}
.TagClassName
{
border-color: #AA69FE;
}
</style>