Shades of Medium Purple #AA60FD
Tints of Medium Purple #AA60FD
RGB
CMYK
RGB Variations
Color information
#AA60FD (or 0xAA60FD) is known color: Medium Purple. HEX triplet: AA, 60 and FD. RGB value is (170,96,253). Sum of RGB (Red+Green+Blue) = 170+96+253=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA60FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60FD is #559F02. Grayscale: #878787. Windows color (decimal): -5611267 or 16605354. OLE color: 16605354.
HSL color Cylindrical-coordinate representation of color #AA60FD: hue angle of 268.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA60FD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 96 | 253 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.01 |
| HSL | 268.28º | 0.98% | 0.68% | - |
| HSV(B) | 268.28º | 0.62% | 0.99% | - |
| XYZ | 38.49 | 24 | 95.53 | - |
| YUV | 136.02 | 194.02 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 253 | 0.33 | 0.62 | 0 | 0.01 | 268.28 | 0.98 | 0.68 |
| Hex | AA | 60 | FD | 21 | 3E | 0 | 1 | 10C | 62 | 44 |
| Octal | 252 | 140 | 375 | 41 | 76 | 0 | 1 | 414 | 142 | 104 |
| Binary | 10101010 | 1100000 | 11111101 | 100001 | 111110 | 0 | 1 | 100001100 | 1100010 | 1000100 |
Color Harmonies of #AA60FD
Complementary color
Monochromatic Colors of #AA60FD
Black with #AA60FD
Text Example
Text Example
White with #AA60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60FD; }
p { color: rgb(170,96,253); }
H1.HeaderClassName
{
color: #AA60FD;
}
.AnyTagClassName
{
color: #AA60FD;
}
</style>
background-color css
<style>
a { background-color: #AA60FD; }
a { background-color: rgb(170,96,253); }
div.DivClassName
{
background-color: #AA60FD;
}
.BgClassName
{
background-color: #AA60FD;
}
</style>
border-color css
<style>
span { border-color: #AA60FD; }
span { border-color: rgb(170,96,253); }
td.TdClassName
{
border-color: #AA60FD;
}
.TagClassName
{
border-color: #AA60FD;
}
</style>