Shades of Medium Purple #AA68FD
Tints of Medium Purple #AA68FD
RGB
CMYK
RGB Variations
Color information
#AA68FD (or 0xAA68FD) is known color: Medium Purple. HEX triplet: AA, 68 and FD. RGB value is (170,104,253). Sum of RGB (Red+Green+Blue) = 170+104+253=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA68FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68FD is #559702. Grayscale: #8C8C8C. Windows color (decimal): -5609219 or 16607402. OLE color: 16607402.
HSL color Cylindrical-coordinate representation of color #AA68FD: hue angle of 266.58º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA68FD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 104 | 253 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.01 |
| HSL | 266.58º | 0.97% | 0.7% | - |
| HSV(B) | 266.58º | 0.59% | 0.99% | - |
| XYZ | 39.26 | 25.54 | 95.79 | - |
| YUV | 140.72 | 191.37 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 253 | 0.33 | 0.59 | 0 | 0.01 | 266.58 | 0.97 | 0.7 |
| Hex | AA | 68 | FD | 21 | 3B | 0 | 1 | 10B | 61 | 46 |
| Octal | 252 | 150 | 375 | 41 | 73 | 0 | 1 | 413 | 141 | 106 |
| Binary | 10101010 | 1101000 | 11111101 | 100001 | 111011 | 0 | 1 | 100001011 | 1100001 | 1000110 |
Color Harmonies of #AA68FD
Complementary color
Monochromatic Colors of #AA68FD
Black with #AA68FD
Text Example
Text Example
White with #AA68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68FD; }
p { color: rgb(170,104,253); }
H1.HeaderClassName
{
color: #AA68FD;
}
.AnyTagClassName
{
color: #AA68FD;
}
</style>
background-color css
<style>
a { background-color: #AA68FD; }
a { background-color: rgb(170,104,253); }
div.DivClassName
{
background-color: #AA68FD;
}
.BgClassName
{
background-color: #AA68FD;
}
</style>
border-color css
<style>
span { border-color: #AA68FD; }
span { border-color: rgb(170,104,253); }
td.TdClassName
{
border-color: #AA68FD;
}
.TagClassName
{
border-color: #AA68FD;
}
</style>