Shades of Medium Purple #AA6BFD
Tints of Medium Purple #AA6BFD
RGB
CMYK
RGB Variations
Color information
#AA6BFD (or 0xAA6BFD) is known color: Medium Purple. HEX triplet: AA, 6B and FD. RGB value is (170,107,253). Sum of RGB (Red+Green+Blue) = 170+107+253=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA6BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BFD is #559402. Grayscale: #8D8D8D. Windows color (decimal): -5608451 or 16608170. OLE color: 16608170.
HSL color Cylindrical-coordinate representation of color #AA6BFD: hue angle of 265.89º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6BFD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 107 | 253 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.01 |
| HSL | 265.89º | 0.97% | 0.71% | - |
| HSV(B) | 265.89º | 0.58% | 0.99% | - |
| XYZ | 39.56 | 26.15 | 95.89 | - |
| YUV | 142.48 | 190.37 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 253 | 0.33 | 0.58 | 0 | 0.01 | 265.89 | 0.97 | 0.71 |
| Hex | AA | 6B | FD | 21 | 3A | 0 | 1 | 10A | 61 | 47 |
| Octal | 252 | 153 | 375 | 41 | 72 | 0 | 1 | 412 | 141 | 107 |
| Binary | 10101010 | 1101011 | 11111101 | 100001 | 111010 | 0 | 1 | 100001010 | 1100001 | 1000111 |
Color Harmonies of #AA6BFD
Complementary color
Monochromatic Colors of #AA6BFD
Black with #AA6BFD
Text Example
Text Example
White with #AA6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BFD; }
p { color: rgb(170,107,253); }
H1.HeaderClassName
{
color: #AA6BFD;
}
.AnyTagClassName
{
color: #AA6BFD;
}
</style>
background-color css
<style>
a { background-color: #AA6BFD; }
a { background-color: rgb(170,107,253); }
div.DivClassName
{
background-color: #AA6BFD;
}
.BgClassName
{
background-color: #AA6BFD;
}
</style>
border-color css
<style>
span { border-color: #AA6BFD; }
span { border-color: rgb(170,107,253); }
td.TdClassName
{
border-color: #AA6BFD;
}
.TagClassName
{
border-color: #AA6BFD;
}
</style>