Shades of Medium Purple #AA6CF0
Tints of Medium Purple #AA6CF0
RGB
CMYK
RGB Variations
Color information
#AA6CF0 (or 0xAA6CF0) is known color: Medium Purple. HEX triplet: AA, 6C and F0. RGB value is (170,108,240). Sum of RGB (Red+Green+Blue) = 170+108+240=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA6CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CF0 is #55930F. Grayscale: #8D8D8D. Windows color (decimal): -5608208 or 15756458. OLE color: 15756458.
HSL color Cylindrical-coordinate representation of color #AA6CF0: hue angle of 268.18º 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 #AA6CF0 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 108 | 240 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.06 |
| HSL | 268.18º | 0.81% | 0.68% | - |
| HSV(B) | 268.18º | 0.55% | 0.94% | - |
| XYZ | 37.67 | 25.56 | 85.39 | - |
| YUV | 141.59 | 183.54 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 240 | 0.29 | 0.55 | 0 | 0.06 | 268.18 | 0.81 | 0.68 |
| Hex | AA | 6C | F0 | 1D | 37 | 0 | 6 | 10C | 51 | 44 |
| Octal | 252 | 154 | 360 | 35 | 67 | 0 | 6 | 414 | 121 | 104 |
| Binary | 10101010 | 1101100 | 11110000 | 11101 | 110111 | 0 | 110 | 100001100 | 1010001 | 1000100 |
Color Harmonies of #AA6CF0
Complementary color
Monochromatic Colors of #AA6CF0
Black with #AA6CF0
Text Example
Text Example
White with #AA6CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CF0; }
p { color: rgb(170,108,240); }
H1.HeaderClassName
{
color: #AA6CF0;
}
.AnyTagClassName
{
color: #AA6CF0;
}
</style>
background-color css
<style>
a { background-color: #AA6CF0; }
a { background-color: rgb(170,108,240); }
div.DivClassName
{
background-color: #AA6CF0;
}
.BgClassName
{
background-color: #AA6CF0;
}
</style>
border-color css
<style>
span { border-color: #AA6CF0; }
span { border-color: rgb(170,108,240); }
td.TdClassName
{
border-color: #AA6CF0;
}
.TagClassName
{
border-color: #AA6CF0;
}
</style>