Shades of Medium Purple #AA67E8
Tints of Medium Purple #AA67E8
RGB
CMYK
RGB Variations
Color information
#AA67E8 (or 0xAA67E8) is known color: Medium Purple. HEX triplet: AA, 67 and E8. RGB value is (170,103,232). Sum of RGB (Red+Green+Blue) = 170+103+232=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA67E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67E8 is #559817. Grayscale: #898989. Windows color (decimal): -5609496 or 15230890. OLE color: 15230890.
HSL color Cylindrical-coordinate representation of color #AA67E8: hue angle of 271.16º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA67E8 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 103 | 232 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.09 |
| HSL | 271.16º | 0.74% | 0.66% | - |
| HSV(B) | 271.16º | 0.56% | 0.91% | - |
| XYZ | 35.99 | 24.07 | 79.09 | - |
| YUV | 137.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 232 | 0.27 | 0.56 | 0 | 0.09 | 271.16 | 0.74 | 0.66 |
| Hex | AA | 67 | E8 | 1B | 38 | 0 | 9 | 10F | 4A | 42 |
| Octal | 252 | 147 | 350 | 33 | 70 | 0 | 11 | 417 | 112 | 102 |
| Binary | 10101010 | 1100111 | 11101000 | 11011 | 111000 | 0 | 1001 | 100001111 | 1001010 | 1000010 |
Color Harmonies of #AA67E8
Complementary color
Monochromatic Colors of #AA67E8
Black with #AA67E8
Text Example
Text Example
White with #AA67E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67E8; }
p { color: rgb(170,103,232); }
H1.HeaderClassName
{
color: #AA67E8;
}
.AnyTagClassName
{
color: #AA67E8;
}
</style>
background-color css
<style>
a { background-color: #AA67E8; }
a { background-color: rgb(170,103,232); }
div.DivClassName
{
background-color: #AA67E8;
}
.BgClassName
{
background-color: #AA67E8;
}
</style>
border-color css
<style>
span { border-color: #AA67E8; }
span { border-color: rgb(170,103,232); }
td.TdClassName
{
border-color: #AA67E8;
}
.TagClassName
{
border-color: #AA67E8;
}
</style>