Shades of Medium Purple #AA6BF0
Tints of Medium Purple #AA6BF0
RGB
CMYK
RGB Variations
Color information
#AA6BF0 (or 0xAA6BF0) is known color: Medium Purple. HEX triplet: AA, 6B and F0. RGB value is (170,107,240). Sum of RGB (Red+Green+Blue) = 170+107+240=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA6BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BF0 is #55940F. Grayscale: #8C8C8C. Windows color (decimal): -5608464 or 15756202. OLE color: 15756202.
HSL color Cylindrical-coordinate representation of color #AA6BF0: hue angle of 268.42º degrees, saturation: 0.82, 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 #AA6BF0 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 107 | 240 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.06 |
| HSL | 268.42º | 0.82% | 0.68% | - |
| HSV(B) | 268.42º | 0.55% | 0.94% | - |
| XYZ | 37.56 | 25.35 | 85.35 | - |
| YUV | 141 | 183.87 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 240 | 0.29 | 0.55 | 0 | 0.06 | 268.42 | 0.82 | 0.68 |
| Hex | AA | 6B | F0 | 1D | 37 | 0 | 6 | 10C | 52 | 44 |
| Octal | 252 | 153 | 360 | 35 | 67 | 0 | 6 | 414 | 122 | 104 |
| Binary | 10101010 | 1101011 | 11110000 | 11101 | 110111 | 0 | 110 | 100001100 | 1010010 | 1000100 |
Color Harmonies of #AA6BF0
Complementary color
Monochromatic Colors of #AA6BF0
Black with #AA6BF0
Text Example
Text Example
White with #AA6BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BF0; }
p { color: rgb(170,107,240); }
H1.HeaderClassName
{
color: #AA6BF0;
}
.AnyTagClassName
{
color: #AA6BF0;
}
</style>
background-color css
<style>
a { background-color: #AA6BF0; }
a { background-color: rgb(170,107,240); }
div.DivClassName
{
background-color: #AA6BF0;
}
.BgClassName
{
background-color: #AA6BF0;
}
</style>
border-color css
<style>
span { border-color: #AA6BF0; }
span { border-color: rgb(170,107,240); }
td.TdClassName
{
border-color: #AA6BF0;
}
.TagClassName
{
border-color: #AA6BF0;
}
</style>