Shades of Medium Purple #AA7CFB
Tints of Medium Purple #AA7CFB
RGB
CMYK
RGB Variations
Color information
#AA7CFB (or 0xAA7CFB) is known color: Medium Purple. HEX triplet: AA, 7C and FB. RGB value is (170,124,251). Sum of RGB (Red+Green+Blue) = 170+124+251=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CFB is #558304. Grayscale: #979797. Windows color (decimal): -5604101 or 16481450. OLE color: 16481450.
HSL color Cylindrical-coordinate representation of color #AA7CFB: hue angle of 261.73º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7CFB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 124 | 251 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.02 |
| HSL | 261.73º | 0.94% | 0.74% | - |
| HSV(B) | 261.73º | 0.51% | 0.98% | - |
| XYZ | 41.2 | 29.93 | 94.87 | - |
| YUV | 152.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 251 | 0.32 | 0.51 | 0 | 0.02 | 261.73 | 0.94 | 0.74 |
| Hex | AA | 7C | FB | 20 | 33 | 0 | 2 | 106 | 5E | 4A |
| Octal | 252 | 174 | 373 | 40 | 63 | 0 | 2 | 406 | 136 | 112 |
| Binary | 10101010 | 1111100 | 11111011 | 100000 | 110011 | 0 | 10 | 100000110 | 1011110 | 1001010 |
Color Harmonies of #AA7CFB
Complementary color
Monochromatic Colors of #AA7CFB
Black with #AA7CFB
Text Example
Text Example
White with #AA7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CFB; }
p { color: rgb(170,124,251); }
H1.HeaderClassName
{
color: #AA7CFB;
}
.AnyTagClassName
{
color: #AA7CFB;
}
</style>
background-color css
<style>
a { background-color: #AA7CFB; }
a { background-color: rgb(170,124,251); }
div.DivClassName
{
background-color: #AA7CFB;
}
.BgClassName
{
background-color: #AA7CFB;
}
</style>
border-color css
<style>
span { border-color: #AA7CFB; }
span { border-color: rgb(170,124,251); }
td.TdClassName
{
border-color: #AA7CFB;
}
.TagClassName
{
border-color: #AA7CFB;
}
</style>