Shades of Medium Purple #AA6DFB
Tints of Medium Purple #AA6DFB
RGB
CMYK
RGB Variations
Color information
#AA6DFB (or 0xAA6DFB) is known color: Medium Purple. HEX triplet: AA, 6D and FB. RGB value is (170,109,251). Sum of RGB (Red+Green+Blue) = 170+109+251=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA6DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DFB is #559204. Grayscale: #8E8E8E. Windows color (decimal): -5607941 or 16477610. OLE color: 16477610.
HSL color Cylindrical-coordinate representation of color #AA6DFB: hue angle of 265.77º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6DFB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 109 | 251 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.02 |
| HSL | 265.77º | 0.95% | 0.71% | - |
| HSV(B) | 265.77º | 0.57% | 0.98% | - |
| XYZ | 39.46 | 26.45 | 94.29 | - |
| YUV | 143.43 | 188.71 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 251 | 0.32 | 0.57 | 0 | 0.02 | 265.77 | 0.95 | 0.71 |
| Hex | AA | 6D | FB | 20 | 39 | 0 | 2 | 10A | 5F | 47 |
| Octal | 252 | 155 | 373 | 40 | 71 | 0 | 2 | 412 | 137 | 107 |
| Binary | 10101010 | 1101101 | 11111011 | 100000 | 111001 | 0 | 10 | 100001010 | 1011111 | 1000111 |
Color Harmonies of #AA6DFB
Complementary color
Monochromatic Colors of #AA6DFB
Black with #AA6DFB
Text Example
Text Example
White with #AA6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DFB; }
p { color: rgb(170,109,251); }
H1.HeaderClassName
{
color: #AA6DFB;
}
.AnyTagClassName
{
color: #AA6DFB;
}
</style>
background-color css
<style>
a { background-color: #AA6DFB; }
a { background-color: rgb(170,109,251); }
div.DivClassName
{
background-color: #AA6DFB;
}
.BgClassName
{
background-color: #AA6DFB;
}
</style>
border-color css
<style>
span { border-color: #AA6DFB; }
span { border-color: rgb(170,109,251); }
td.TdClassName
{
border-color: #AA6DFB;
}
.TagClassName
{
border-color: #AA6DFB;
}
</style>