Shades of Medium Purple #AA67FF
Tints of Medium Purple #AA67FF
RGB
CMYK
RGB Variations
Color information
#AA67FF (or 0xAA67FF) is known color: Medium Purple. HEX triplet: AA, 67 and FF. RGB value is (170,103,255). Sum of RGB (Red+Green+Blue) = 170+103+255=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA67FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67FF is #559800. Grayscale: #8B8B8B. Windows color (decimal): -5609473 or 16738218. OLE color: 16738218.
HSL color Cylindrical-coordinate representation of color #AA67FF: hue angle of 266.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA67FF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 103 | 255 | - |
| CMYK | 0.33 | 0.60 | 0 | 0 |
| HSL | 266.45º | 1% | 0.7% | - |
| HSV(B) | 266.45º | 0.6% | 1% | - |
| XYZ | 39.48 | 25.47 | 97.44 | - |
| YUV | 140.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 255 | 0.33 | 0.60 | 0 | 0 | 266.45 | 1 | 0.7 |
| Hex | AA | 67 | FF | 21 | 3C | 0 | 0 | 10A | 64 | 46 |
| Octal | 252 | 147 | 377 | 41 | 74 | 0 | 0 | 412 | 144 | 106 |
| Binary | 10101010 | 1100111 | 11111111 | 100001 | 111100 | 0 | 0 | 100001010 | 1100100 | 1000110 |
Color Harmonies of #AA67FF
Complementary color
Monochromatic Colors of #AA67FF
Black with #AA67FF
Text Example
Text Example
White with #AA67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67FF; }
p { color: rgb(170,103,255); }
H1.HeaderClassName
{
color: #AA67FF;
}
.AnyTagClassName
{
color: #AA67FF;
}
</style>
background-color css
<style>
a { background-color: #AA67FF; }
a { background-color: rgb(170,103,255); }
div.DivClassName
{
background-color: #AA67FF;
}
.BgClassName
{
background-color: #AA67FF;
}
</style>
border-color css
<style>
span { border-color: #AA67FF; }
span { border-color: rgb(170,103,255); }
td.TdClassName
{
border-color: #AA67FF;
}
.TagClassName
{
border-color: #AA67FF;
}
</style>