Shades of Medium Purple #AA57FD
Tints of Medium Purple #AA57FD
RGB
CMYK
RGB Variations
Color information
#AA57FD (or 0xAA57FD) is known color: Medium Purple. HEX triplet: AA, 57 and FD. RGB value is (170,87,253). Sum of RGB (Red+Green+Blue) = 170+87+253=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA57FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57FD is #55A802. Grayscale: #828282. Windows color (decimal): -5613571 or 16603050. OLE color: 16603050.
HSL color Cylindrical-coordinate representation of color #AA57FD: hue angle of 270º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA57FD is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 87 | 253 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.67% | - |
| HSV(B) | 270º | 0.66% | 0.99% | - |
| XYZ | 37.72 | 22.45 | 95.27 | - |
| YUV | 130.74 | 197 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 253 | 0.33 | 0.66 | 0 | 0.01 | 270 | 0.98 | 0.67 |
| Hex | AA | 57 | FD | 21 | 42 | 0 | 1 | 10E | 62 | 43 |
| Octal | 252 | 127 | 375 | 41 | 102 | 0 | 1 | 416 | 142 | 103 |
| Binary | 10101010 | 1010111 | 11111101 | 100001 | 1000010 | 0 | 1 | 100001110 | 1100010 | 1000011 |
Color Harmonies of #AA57FD
Complementary color
Monochromatic Colors of #AA57FD
Black with #AA57FD
Text Example
Text Example
White with #AA57FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57FD; }
p { color: rgb(170,87,253); }
H1.HeaderClassName
{
color: #AA57FD;
}
.AnyTagClassName
{
color: #AA57FD;
}
</style>
background-color css
<style>
a { background-color: #AA57FD; }
a { background-color: rgb(170,87,253); }
div.DivClassName
{
background-color: #AA57FD;
}
.BgClassName
{
background-color: #AA57FD;
}
</style>
border-color css
<style>
span { border-color: #AA57FD; }
span { border-color: rgb(170,87,253); }
td.TdClassName
{
border-color: #AA57FD;
}
.TagClassName
{
border-color: #AA57FD;
}
</style>