Shades of Medium Purple #AA6CE4
Tints of Medium Purple #AA6CE4
RGB
CMYK
RGB Variations
Color information
#AA6CE4 (or 0xAA6CE4) is known color: Medium Purple. HEX triplet: AA, 6C and E4. RGB value is (170,108,228). Sum of RGB (Red+Green+Blue) = 170+108+228=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA6CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CE4 is #55931B. Grayscale: #8B8B8B. Windows color (decimal): -5608220 or 14970026. OLE color: 14970026.
HSL color Cylindrical-coordinate representation of color #AA6CE4: hue angle of 271º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6CE4 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 108 | 228 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.11 |
| HSL | 271º | 0.69% | 0.66% | - |
| HSV(B) | 271º | 0.53% | 0.89% | - |
| XYZ | 35.94 | 24.87 | 76.31 | - |
| YUV | 140.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 228 | 0.25 | 0.53 | 0 | 0.11 | 271 | 0.69 | 0.66 |
| Hex | AA | 6C | E4 | 19 | 35 | 0 | B | 10F | 45 | 42 |
| Octal | 252 | 154 | 344 | 31 | 65 | 0 | 13 | 417 | 105 | 102 |
| Binary | 10101010 | 1101100 | 11100100 | 11001 | 110101 | 0 | 1011 | 100001111 | 1000101 | 1000010 |
Color Harmonies of #AA6CE4
Complementary color
Monochromatic Colors of #AA6CE4
Black with #AA6CE4
Text Example
Text Example
White with #AA6CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CE4; }
p { color: rgb(170,108,228); }
H1.HeaderClassName
{
color: #AA6CE4;
}
.AnyTagClassName
{
color: #AA6CE4;
}
</style>
background-color css
<style>
a { background-color: #AA6CE4; }
a { background-color: rgb(170,108,228); }
div.DivClassName
{
background-color: #AA6CE4;
}
.BgClassName
{
background-color: #AA6CE4;
}
</style>
border-color css
<style>
span { border-color: #AA6CE4; }
span { border-color: rgb(170,108,228); }
td.TdClassName
{
border-color: #AA6CE4;
}
.TagClassName
{
border-color: #AA6CE4;
}
</style>