Shades of Medium Purple #AA70FC
Tints of Medium Purple #AA70FC
RGB
CMYK
RGB Variations
Color information
#AA70FC (or 0xAA70FC) is known color: Medium Purple. HEX triplet: AA, 70 and FC. RGB value is (170,112,252). Sum of RGB (Red+Green+Blue) = 170+112+252=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA70FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70FC is #558F03. Grayscale: #909090. Windows color (decimal): -5607172 or 16543914. OLE color: 16543914.
HSL color Cylindrical-coordinate representation of color #AA70FC: hue angle of 264.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA70FC is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 112 | 252 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.01 |
| HSL | 264.86º | 0.96% | 0.71% | - |
| HSV(B) | 264.86º | 0.56% | 0.99% | - |
| XYZ | 39.94 | 27.16 | 95.23 | - |
| YUV | 145.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 252 | 0.33 | 0.56 | 0 | 0.01 | 264.86 | 0.96 | 0.71 |
| Hex | AA | 70 | FC | 21 | 38 | 0 | 1 | 109 | 60 | 47 |
| Octal | 252 | 160 | 374 | 41 | 70 | 0 | 1 | 411 | 140 | 107 |
| Binary | 10101010 | 1110000 | 11111100 | 100001 | 111000 | 0 | 1 | 100001001 | 1100000 | 1000111 |
Color Harmonies of #AA70FC
Complementary color
Monochromatic Colors of #AA70FC
Black with #AA70FC
Text Example
Text Example
White with #AA70FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70FC; }
p { color: rgb(170,112,252); }
H1.HeaderClassName
{
color: #AA70FC;
}
.AnyTagClassName
{
color: #AA70FC;
}
</style>
background-color css
<style>
a { background-color: #AA70FC; }
a { background-color: rgb(170,112,252); }
div.DivClassName
{
background-color: #AA70FC;
}
.BgClassName
{
background-color: #AA70FC;
}
</style>
border-color css
<style>
span { border-color: #AA70FC; }
span { border-color: rgb(170,112,252); }
td.TdClassName
{
border-color: #AA70FC;
}
.TagClassName
{
border-color: #AA70FC;
}
</style>