Shades of Medium Purple #AA6CFA
Tints of Medium Purple #AA6CFA
RGB
CMYK
RGB Variations
Color information
#AA6CFA (or 0xAA6CFA) is known color: Medium Purple. HEX triplet: AA, 6C and FA. RGB value is (170,108,250). Sum of RGB (Red+Green+Blue) = 170+108+250=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA6CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CFA is #559305. Grayscale: #8E8E8E. Windows color (decimal): -5608198 or 16411818. OLE color: 16411818.
HSL color Cylindrical-coordinate representation of color #AA6CFA: hue angle of 266.2º degrees, saturation: 0.93, 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 #AA6CFA is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 108 | 250 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.02 |
| HSL | 266.2º | 0.93% | 0.7% | - |
| HSV(B) | 266.2º | 0.57% | 0.98% | - |
| XYZ | 39.2 | 26.17 | 93.43 | - |
| YUV | 142.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 250 | 0.32 | 0.57 | 0 | 0.02 | 266.2 | 0.93 | 0.7 |
| Hex | AA | 6C | FA | 20 | 39 | 0 | 2 | 10A | 5D | 46 |
| Octal | 252 | 154 | 372 | 40 | 71 | 0 | 2 | 412 | 135 | 106 |
| Binary | 10101010 | 1101100 | 11111010 | 100000 | 111001 | 0 | 10 | 100001010 | 1011101 | 1000110 |
Color Harmonies of #AA6CFA
Complementary color
Monochromatic Colors of #AA6CFA
Black with #AA6CFA
Text Example
Text Example
White with #AA6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CFA; }
p { color: rgb(170,108,250); }
H1.HeaderClassName
{
color: #AA6CFA;
}
.AnyTagClassName
{
color: #AA6CFA;
}
</style>
background-color css
<style>
a { background-color: #AA6CFA; }
a { background-color: rgb(170,108,250); }
div.DivClassName
{
background-color: #AA6CFA;
}
.BgClassName
{
background-color: #AA6CFA;
}
</style>
border-color css
<style>
span { border-color: #AA6CFA; }
span { border-color: rgb(170,108,250); }
td.TdClassName
{
border-color: #AA6CFA;
}
.TagClassName
{
border-color: #AA6CFA;
}
</style>