Shades of Medium Purple #AA7CF8
Tints of Medium Purple #AA7CF8
RGB
CMYK
RGB Variations
Color information
#AA7CF8 (or 0xAA7CF8) is known color: Medium Purple. HEX triplet: AA, 7C and F8. RGB value is (170,124,248). Sum of RGB (Red+Green+Blue) = 170+124+248=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA7CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CF8 is #558307. Grayscale: #979797. Windows color (decimal): -5604104 or 16284842. OLE color: 16284842.
HSL color Cylindrical-coordinate representation of color #AA7CF8: hue angle of 262.26º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7CF8 is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 124 | 248 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.03 |
| HSL | 262.26º | 0.9% | 0.73% | - |
| HSV(B) | 262.26º | 0.5% | 0.97% | - |
| XYZ | 40.73 | 29.74 | 92.4 | - |
| YUV | 151.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 248 | 0.31 | 0.5 | 0 | 0.03 | 262.26 | 0.9 | 0.73 |
| Hex | AA | 7C | F8 | 1F | 32 | 0 | 3 | 106 | 5A | 49 |
| Octal | 252 | 174 | 370 | 37 | 62 | 0 | 3 | 406 | 132 | 111 |
| Binary | 10101010 | 1111100 | 11111000 | 11111 | 110010 | 0 | 11 | 100000110 | 1011010 | 1001001 |
Color Harmonies of #AA7CF8
Complementary color
Monochromatic Colors of #AA7CF8
Black with #AA7CF8
Text Example
Text Example
White with #AA7CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CF8; }
p { color: rgb(170,124,248); }
H1.HeaderClassName
{
color: #AA7CF8;
}
.AnyTagClassName
{
color: #AA7CF8;
}
</style>
background-color css
<style>
a { background-color: #AA7CF8; }
a { background-color: rgb(170,124,248); }
div.DivClassName
{
background-color: #AA7CF8;
}
.BgClassName
{
background-color: #AA7CF8;
}
</style>
border-color css
<style>
span { border-color: #AA7CF8; }
span { border-color: rgb(170,124,248); }
td.TdClassName
{
border-color: #AA7CF8;
}
.TagClassName
{
border-color: #AA7CF8;
}
</style>