Shades of Medium Purple #AA7BF0
Tints of Medium Purple #AA7BF0
RGB
CMYK
RGB Variations
Color information
#AA7BF0 (or 0xAA7BF0) is known color: Medium Purple. HEX triplet: AA, 7B and F0. RGB value is (170,123,240). Sum of RGB (Red+Green+Blue) = 170+123+240=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA7BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BF0 is #55840F. Grayscale: #959595. Windows color (decimal): -5604368 or 15760298. OLE color: 15760298.
HSL color Cylindrical-coordinate representation of color #AA7BF0: hue angle of 264.1º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7BF0 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 123 | 240 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.06 |
| HSL | 264.1º | 0.8% | 0.71% | - |
| HSV(B) | 264.1º | 0.49% | 0.94% | - |
| XYZ | 39.39 | 29 | 85.96 | - |
| YUV | 150.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 240 | 0.29 | 0.49 | 0 | 0.06 | 264.1 | 0.8 | 0.71 |
| Hex | AA | 7B | F0 | 1D | 31 | 0 | 6 | 108 | 50 | 47 |
| Octal | 252 | 173 | 360 | 35 | 61 | 0 | 6 | 410 | 120 | 107 |
| Binary | 10101010 | 1111011 | 11110000 | 11101 | 110001 | 0 | 110 | 100001000 | 1010000 | 1000111 |
Color Harmonies of #AA7BF0
Complementary color
Monochromatic Colors of #AA7BF0
Black with #AA7BF0
Text Example
Text Example
White with #AA7BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BF0; }
p { color: rgb(170,123,240); }
H1.HeaderClassName
{
color: #AA7BF0;
}
.AnyTagClassName
{
color: #AA7BF0;
}
</style>
background-color css
<style>
a { background-color: #AA7BF0; }
a { background-color: rgb(170,123,240); }
div.DivClassName
{
background-color: #AA7BF0;
}
.BgClassName
{
background-color: #AA7BF0;
}
</style>
border-color css
<style>
span { border-color: #AA7BF0; }
span { border-color: rgb(170,123,240); }
td.TdClassName
{
border-color: #AA7BF0;
}
.TagClassName
{
border-color: #AA7BF0;
}
</style>