Shades of Medium Purple #AA6BFC
Tints of Medium Purple #AA6BFC
RGB
CMYK
RGB Variations
Color information
#AA6BFC (or 0xAA6BFC) is known color: Medium Purple. HEX triplet: AA, 6B and FC. RGB value is (170,107,252). Sum of RGB (Red+Green+Blue) = 170+107+252=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BFC is #559403. Grayscale: #8D8D8D. Windows color (decimal): -5608452 or 16542634. OLE color: 16542634.
HSL color Cylindrical-coordinate representation of color #AA6BFC: hue angle of 266.07º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6BFC is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 107 | 252 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.01 |
| HSL | 266.07º | 0.96% | 0.7% | - |
| HSV(B) | 266.07º | 0.58% | 0.99% | - |
| XYZ | 39.41 | 26.09 | 95.05 | - |
| YUV | 142.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 252 | 0.33 | 0.58 | 0 | 0.01 | 266.07 | 0.96 | 0.7 |
| Hex | AA | 6B | FC | 21 | 3A | 0 | 1 | 10A | 60 | 46 |
| Octal | 252 | 153 | 374 | 41 | 72 | 0 | 1 | 412 | 140 | 106 |
| Binary | 10101010 | 1101011 | 11111100 | 100001 | 111010 | 0 | 1 | 100001010 | 1100000 | 1000110 |
Color Harmonies of #AA6BFC
Complementary color
Monochromatic Colors of #AA6BFC
Black with #AA6BFC
Text Example
Text Example
White with #AA6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BFC; }
p { color: rgb(170,107,252); }
H1.HeaderClassName
{
color: #AA6BFC;
}
.AnyTagClassName
{
color: #AA6BFC;
}
</style>
background-color css
<style>
a { background-color: #AA6BFC; }
a { background-color: rgb(170,107,252); }
div.DivClassName
{
background-color: #AA6BFC;
}
.BgClassName
{
background-color: #AA6BFC;
}
</style>
border-color css
<style>
span { border-color: #AA6BFC; }
span { border-color: rgb(170,107,252); }
td.TdClassName
{
border-color: #AA6BFC;
}
.TagClassName
{
border-color: #AA6BFC;
}
</style>