Shades of Amethyst #AA67CC
Tints of Amethyst #AA67CC
RGB
CMYK
RGB Variations
Color information
#AA67CC (or 0xAA67CC) is known color: Amethyst. HEX triplet: AA, 67 and CC. RGB value is (170,103,204). Sum of RGB (Red+Green+Blue) = 170+103+204=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA67CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67CC is #559833. Grayscale: #868686. Windows color (decimal): -5609524 or 13395882. OLE color: 13395882.
HSL color Cylindrical-coordinate representation of color #AA67CC: hue angle of 279.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA67CC is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 103 | 204 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.2 |
| HSL | 279.8º | 0.5% | 0.6% | - |
| HSV(B) | 279.8º | 0.5% | 0.8% | - |
| XYZ | 32.33 | 22.61 | 59.79 | - |
| YUV | 134.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 204 | 0.17 | 0.50 | 0 | 0.2 | 279.8 | 0.5 | 0.6 |
| Hex | AA | 67 | CC | 11 | 32 | 0 | 14 | 118 | 32 | 3C |
| Octal | 252 | 147 | 314 | 21 | 62 | 0 | 24 | 430 | 62 | 74 |
| Binary | 10101010 | 1100111 | 11001100 | 10001 | 110010 | 0 | 10100 | 100011000 | 110010 | 111100 |
Color Harmonies of #AA67CC
Complementary color
Monochromatic Colors of #AA67CC
Black with #AA67CC
Text Example
Text Example
White with #AA67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67CC; }
p { color: rgb(170,103,204); }
H1.HeaderClassName
{
color: #AA67CC;
}
.AnyTagClassName
{
color: #AA67CC;
}
</style>
background-color css
<style>
a { background-color: #AA67CC; }
a { background-color: rgb(170,103,204); }
div.DivClassName
{
background-color: #AA67CC;
}
.BgClassName
{
background-color: #AA67CC;
}
</style>
border-color css
<style>
span { border-color: #AA67CC; }
span { border-color: rgb(170,103,204); }
td.TdClassName
{
border-color: #AA67CC;
}
.TagClassName
{
border-color: #AA67CC;
}
</style>