Shades of Medium Purple #AA7FFB
Tints of Medium Purple #AA7FFB
RGB
CMYK
RGB Variations
Color information
#AA7FFB (or 0xAA7FFB) is known color: Medium Purple. HEX triplet: AA, 7F and FB. RGB value is (170,127,251). Sum of RGB (Red+Green+Blue) = 170+127+251=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FFB is #558004. Grayscale: #999999. Windows color (decimal): -5603333 or 16482218. OLE color: 16482218.
HSL color Cylindrical-coordinate representation of color #AA7FFB: hue angle of 260.81º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7FFB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 127 | 251 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.02 |
| HSL | 260.81º | 0.94% | 0.74% | - |
| HSV(B) | 260.81º | 0.49% | 0.98% | - |
| XYZ | 41.58 | 30.69 | 95 | - |
| YUV | 153.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 251 | 0.32 | 0.49 | 0 | 0.02 | 260.81 | 0.94 | 0.74 |
| Hex | AA | 7F | FB | 20 | 31 | 0 | 2 | 105 | 5E | 4A |
| Octal | 252 | 177 | 373 | 40 | 61 | 0 | 2 | 405 | 136 | 112 |
| Binary | 10101010 | 1111111 | 11111011 | 100000 | 110001 | 0 | 10 | 100000101 | 1011110 | 1001010 |
Color Harmonies of #AA7FFB
Complementary color
Monochromatic Colors of #AA7FFB
Black with #AA7FFB
Text Example
Text Example
White with #AA7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FFB; }
p { color: rgb(170,127,251); }
H1.HeaderClassName
{
color: #AA7FFB;
}
.AnyTagClassName
{
color: #AA7FFB;
}
</style>
background-color css
<style>
a { background-color: #AA7FFB; }
a { background-color: rgb(170,127,251); }
div.DivClassName
{
background-color: #AA7FFB;
}
.BgClassName
{
background-color: #AA7FFB;
}
</style>
border-color css
<style>
span { border-color: #AA7FFB; }
span { border-color: rgb(170,127,251); }
td.TdClassName
{
border-color: #AA7FFB;
}
.TagClassName
{
border-color: #AA7FFB;
}
</style>