Shades of Medium Purple #AA67F0
Tints of Medium Purple #AA67F0
RGB
CMYK
RGB Variations
Color information
#AA67F0 (or 0xAA67F0) is known color: Medium Purple. HEX triplet: AA, 67 and F0. RGB value is (170,103,240). Sum of RGB (Red+Green+Blue) = 170+103+240=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA67F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67F0 is #55980F. Grayscale: #8A8A8A. Windows color (decimal): -5609488 or 15755178. OLE color: 15755178.
HSL color Cylindrical-coordinate representation of color #AA67F0: hue angle of 269.34º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA67F0 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 103 | 240 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.06 |
| HSL | 269.34º | 0.82% | 0.67% | - |
| HSV(B) | 269.34º | 0.57% | 0.94% | - |
| XYZ | 37.16 | 24.54 | 85.22 | - |
| YUV | 138.65 | 185.2 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 240 | 0.29 | 0.57 | 0 | 0.06 | 269.34 | 0.82 | 0.67 |
| Hex | AA | 67 | F0 | 1D | 39 | 0 | 6 | 10D | 52 | 43 |
| Octal | 252 | 147 | 360 | 35 | 71 | 0 | 6 | 415 | 122 | 103 |
| Binary | 10101010 | 1100111 | 11110000 | 11101 | 111001 | 0 | 110 | 100001101 | 1010010 | 1000011 |
Color Harmonies of #AA67F0
Complementary color
Monochromatic Colors of #AA67F0
Black with #AA67F0
Text Example
Text Example
White with #AA67F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67F0; }
p { color: rgb(170,103,240); }
H1.HeaderClassName
{
color: #AA67F0;
}
.AnyTagClassName
{
color: #AA67F0;
}
</style>
background-color css
<style>
a { background-color: #AA67F0; }
a { background-color: rgb(170,103,240); }
div.DivClassName
{
background-color: #AA67F0;
}
.BgClassName
{
background-color: #AA67F0;
}
</style>
border-color css
<style>
span { border-color: #AA67F0; }
span { border-color: rgb(170,103,240); }
td.TdClassName
{
border-color: #AA67F0;
}
.TagClassName
{
border-color: #AA67F0;
}
</style>