Shades of Medium Purple #AA70F8
Tints of Medium Purple #AA70F8
RGB
CMYK
RGB Variations
Color information
#AA70F8 (or 0xAA70F8) is known color: Medium Purple. HEX triplet: AA, 70 and F8. RGB value is (170,112,248). Sum of RGB (Red+Green+Blue) = 170+112+248=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA70F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70F8 is #558F07. Grayscale: #909090. Windows color (decimal): -5607176 or 16281770. OLE color: 16281770.
HSL color Cylindrical-coordinate representation of color #AA70F8: hue angle of 265.59º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA70F8 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 112 | 248 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.03 |
| HSL | 265.59º | 0.91% | 0.71% | - |
| HSV(B) | 265.59º | 0.55% | 0.97% | - |
| XYZ | 39.32 | 26.91 | 91.93 | - |
| YUV | 144.85 | 186.22 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 248 | 0.31 | 0.55 | 0 | 0.03 | 265.59 | 0.91 | 0.71 |
| Hex | AA | 70 | F8 | 1F | 37 | 0 | 3 | 10A | 5B | 47 |
| Octal | 252 | 160 | 370 | 37 | 67 | 0 | 3 | 412 | 133 | 107 |
| Binary | 10101010 | 1110000 | 11111000 | 11111 | 110111 | 0 | 11 | 100001010 | 1011011 | 1000111 |
Color Harmonies of #AA70F8
Complementary color
Monochromatic Colors of #AA70F8
Black with #AA70F8
Text Example
Text Example
White with #AA70F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70F8; }
p { color: rgb(170,112,248); }
H1.HeaderClassName
{
color: #AA70F8;
}
.AnyTagClassName
{
color: #AA70F8;
}
</style>
background-color css
<style>
a { background-color: #AA70F8; }
a { background-color: rgb(170,112,248); }
div.DivClassName
{
background-color: #AA70F8;
}
.BgClassName
{
background-color: #AA70F8;
}
</style>
border-color css
<style>
span { border-color: #AA70F8; }
span { border-color: rgb(170,112,248); }
td.TdClassName
{
border-color: #AA70F8;
}
.TagClassName
{
border-color: #AA70F8;
}
</style>