Shades of Medium Purple #AA6CF9
Tints of Medium Purple #AA6CF9
RGB
CMYK
RGB Variations
Color information
#AA6CF9 (or 0xAA6CF9) is known color: Medium Purple. HEX triplet: AA, 6C and F9. RGB value is (170,108,249). Sum of RGB (Red+Green+Blue) = 170+108+249=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA6CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CF9 is #559306. Grayscale: #8E8E8E. Windows color (decimal): -5608199 or 16346282. OLE color: 16346282.
HSL color Cylindrical-coordinate representation of color #AA6CF9: hue angle of 266.38º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6CF9 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 108 | 249 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.02 |
| HSL | 266.38º | 0.92% | 0.7% | - |
| HSV(B) | 266.38º | 0.57% | 0.98% | - |
| XYZ | 39.04 | 26.11 | 92.6 | - |
| YUV | 142.61 | 188.04 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 249 | 0.32 | 0.57 | 0 | 0.02 | 266.38 | 0.92 | 0.7 |
| Hex | AA | 6C | F9 | 20 | 39 | 0 | 2 | 10A | 5C | 46 |
| Octal | 252 | 154 | 371 | 40 | 71 | 0 | 2 | 412 | 134 | 106 |
| Binary | 10101010 | 1101100 | 11111001 | 100000 | 111001 | 0 | 10 | 100001010 | 1011100 | 1000110 |
Color Harmonies of #AA6CF9
Complementary color
Monochromatic Colors of #AA6CF9
Black with #AA6CF9
Text Example
Text Example
White with #AA6CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CF9; }
p { color: rgb(170,108,249); }
H1.HeaderClassName
{
color: #AA6CF9;
}
.AnyTagClassName
{
color: #AA6CF9;
}
</style>
background-color css
<style>
a { background-color: #AA6CF9; }
a { background-color: rgb(170,108,249); }
div.DivClassName
{
background-color: #AA6CF9;
}
.BgClassName
{
background-color: #AA6CF9;
}
</style>
border-color css
<style>
span { border-color: #AA6CF9; }
span { border-color: rgb(170,108,249); }
td.TdClassName
{
border-color: #AA6CF9;
}
.TagClassName
{
border-color: #AA6CF9;
}
</style>