Shades of Medium Purple #AA6CE5
Tints of Medium Purple #AA6CE5
RGB
CMYK
RGB Variations
Color information
#AA6CE5 (or 0xAA6CE5) is known color: Medium Purple. HEX triplet: AA, 6C and E5. RGB value is (170,108,229). Sum of RGB (Red+Green+Blue) = 170+108+229=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA6CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CE5 is #55931A. Grayscale: #8B8B8B. Windows color (decimal): -5608219 or 15035562. OLE color: 15035562.
HSL color Cylindrical-coordinate representation of color #AA6CE5: hue angle of 270.74º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6CE5 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 108 | 229 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.10 |
| HSL | 270.74º | 0.7% | 0.66% | - |
| HSV(B) | 270.74º | 0.53% | 0.9% | - |
| XYZ | 36.08 | 24.93 | 77.04 | - |
| YUV | 140.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 229 | 0.26 | 0.53 | 0 | 0.10 | 270.74 | 0.7 | 0.66 |
| Hex | AA | 6C | E5 | 1A | 35 | 0 | A | 10F | 46 | 42 |
| Octal | 252 | 154 | 345 | 32 | 65 | 0 | 12 | 417 | 106 | 102 |
| Binary | 10101010 | 1101100 | 11100101 | 11010 | 110101 | 0 | 1010 | 100001111 | 1000110 | 1000010 |
Color Harmonies of #AA6CE5
Complementary color
Monochromatic Colors of #AA6CE5
Black with #AA6CE5
Text Example
Text Example
White with #AA6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CE5; }
p { color: rgb(170,108,229); }
H1.HeaderClassName
{
color: #AA6CE5;
}
.AnyTagClassName
{
color: #AA6CE5;
}
</style>
background-color css
<style>
a { background-color: #AA6CE5; }
a { background-color: rgb(170,108,229); }
div.DivClassName
{
background-color: #AA6CE5;
}
.BgClassName
{
background-color: #AA6CE5;
}
</style>
border-color css
<style>
span { border-color: #AA6CE5; }
span { border-color: rgb(170,108,229); }
td.TdClassName
{
border-color: #AA6CE5;
}
.TagClassName
{
border-color: #AA6CE5;
}
</style>