Shades of Medium Purple #AA76FA
Tints of Medium Purple #AA76FA
RGB
CMYK
RGB Variations
Color information
#AA76FA (or 0xAA76FA) is known color: Medium Purple. HEX triplet: AA, 76 and FA. RGB value is (170,118,250). Sum of RGB (Red+Green+Blue) = 170+118+250=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76FA is #558905. Grayscale: #949494. Windows color (decimal): -5605638 or 16414378. OLE color: 16414378.
HSL color Cylindrical-coordinate representation of color #AA76FA: hue angle of 263.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA76FA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 118 | 250 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.02 |
| HSL | 263.64º | 0.93% | 0.72% | - |
| HSV(B) | 263.64º | 0.53% | 0.98% | - |
| XYZ | 40.31 | 28.41 | 93.8 | - |
| YUV | 148.6 | 185.23 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 250 | 0.32 | 0.53 | 0 | 0.02 | 263.64 | 0.93 | 0.72 |
| Hex | AA | 76 | FA | 20 | 35 | 0 | 2 | 108 | 5D | 48 |
| Octal | 252 | 166 | 372 | 40 | 65 | 0 | 2 | 410 | 135 | 110 |
| Binary | 10101010 | 1110110 | 11111010 | 100000 | 110101 | 0 | 10 | 100001000 | 1011101 | 1001000 |
Color Harmonies of #AA76FA
Complementary color
Monochromatic Colors of #AA76FA
Black with #AA76FA
Text Example
Text Example
White with #AA76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76FA; }
p { color: rgb(170,118,250); }
H1.HeaderClassName
{
color: #AA76FA;
}
.AnyTagClassName
{
color: #AA76FA;
}
</style>
background-color css
<style>
a { background-color: #AA76FA; }
a { background-color: rgb(170,118,250); }
div.DivClassName
{
background-color: #AA76FA;
}
.BgClassName
{
background-color: #AA76FA;
}
</style>
border-color css
<style>
span { border-color: #AA76FA; }
span { border-color: rgb(170,118,250); }
td.TdClassName
{
border-color: #AA76FA;
}
.TagClassName
{
border-color: #AA76FA;
}
</style>