Shades of Medium Purple #AA6FF3
Tints of Medium Purple #AA6FF3
RGB
CMYK
RGB Variations
Color information
#AA6FF3 (or 0xAA6FF3) is known color: Medium Purple. HEX triplet: AA, 6F and F3. RGB value is (170,111,243). Sum of RGB (Red+Green+Blue) = 170+111+243=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA6FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FF3 is #55900C. Grayscale: #8F8F8F. Windows color (decimal): -5607437 or 15953834. OLE color: 15953834.
HSL color Cylindrical-coordinate representation of color #AA6FF3: hue angle of 266.82º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA6FF3 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 111 | 243 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.05 |
| HSL | 266.82º | 0.85% | 0.69% | - |
| HSV(B) | 266.82º | 0.54% | 0.95% | - |
| XYZ | 38.44 | 26.39 | 87.86 | - |
| YUV | 143.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 243 | 0.30 | 0.54 | 0 | 0.05 | 266.82 | 0.85 | 0.69 |
| Hex | AA | 6F | F3 | 1E | 36 | 0 | 5 | 10B | 55 | 45 |
| Octal | 252 | 157 | 363 | 36 | 66 | 0 | 5 | 413 | 125 | 105 |
| Binary | 10101010 | 1101111 | 11110011 | 11110 | 110110 | 0 | 101 | 100001011 | 1010101 | 1000101 |
Color Harmonies of #AA6FF3
Complementary color
Monochromatic Colors of #AA6FF3
Black with #AA6FF3
Text Example
Text Example
White with #AA6FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FF3; }
p { color: rgb(170,111,243); }
H1.HeaderClassName
{
color: #AA6FF3;
}
.AnyTagClassName
{
color: #AA6FF3;
}
</style>
background-color css
<style>
a { background-color: #AA6FF3; }
a { background-color: rgb(170,111,243); }
div.DivClassName
{
background-color: #AA6FF3;
}
.BgClassName
{
background-color: #AA6FF3;
}
</style>
border-color css
<style>
span { border-color: #AA6FF3; }
span { border-color: rgb(170,111,243); }
td.TdClassName
{
border-color: #AA6FF3;
}
.TagClassName
{
border-color: #AA6FF3;
}
</style>