Shades of Medium Purple #AA6DF0
Tints of Medium Purple #AA6DF0
RGB
CMYK
RGB Variations
Color information
#AA6DF0 (or 0xAA6DF0) is known color: Medium Purple. HEX triplet: AA, 6D and F0. RGB value is (170,109,240). Sum of RGB (Red+Green+Blue) = 170+109+240=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA6DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DF0 is #55920F. Grayscale: #8D8D8D. Windows color (decimal): -5607952 or 15756714. OLE color: 15756714.
HSL color Cylindrical-coordinate representation of color #AA6DF0: hue angle of 267.94º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA6DF0 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 109 | 240 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.06 |
| HSL | 267.94º | 0.81% | 0.68% | - |
| HSV(B) | 267.94º | 0.55% | 0.94% | - |
| XYZ | 37.77 | 25.77 | 85.42 | - |
| YUV | 142.17 | 183.21 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 240 | 0.29 | 0.55 | 0 | 0.06 | 267.94 | 0.81 | 0.68 |
| Hex | AA | 6D | F0 | 1D | 37 | 0 | 6 | 10C | 51 | 44 |
| Octal | 252 | 155 | 360 | 35 | 67 | 0 | 6 | 414 | 121 | 104 |
| Binary | 10101010 | 1101101 | 11110000 | 11101 | 110111 | 0 | 110 | 100001100 | 1010001 | 1000100 |
Color Harmonies of #AA6DF0
Complementary color
Monochromatic Colors of #AA6DF0
Black with #AA6DF0
Text Example
Text Example
White with #AA6DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DF0; }
p { color: rgb(170,109,240); }
H1.HeaderClassName
{
color: #AA6DF0;
}
.AnyTagClassName
{
color: #AA6DF0;
}
</style>
background-color css
<style>
a { background-color: #AA6DF0; }
a { background-color: rgb(170,109,240); }
div.DivClassName
{
background-color: #AA6DF0;
}
.BgClassName
{
background-color: #AA6DF0;
}
</style>
border-color css
<style>
span { border-color: #AA6DF0; }
span { border-color: rgb(170,109,240); }
td.TdClassName
{
border-color: #AA6DF0;
}
.TagClassName
{
border-color: #AA6DF0;
}
</style>