Shades of Amethyst #AA67CE
Tints of Amethyst #AA67CE
RGB
CMYK
RGB Variations
Color information
#AA67CE (or 0xAA67CE) is known color: Amethyst. HEX triplet: AA, 67 and CE. RGB value is (170,103,206). Sum of RGB (Red+Green+Blue) = 170+103+206=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA67CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67CE is #559831. Grayscale: #868686. Windows color (decimal): -5609522 or 13526954. OLE color: 13526954.
HSL color Cylindrical-coordinate representation of color #AA67CE: hue angle of 279.03º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA67CE is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 103 | 206 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.19 |
| HSL | 279.03º | 0.51% | 0.61% | - |
| HSV(B) | 279.03º | 0.5% | 0.81% | - |
| XYZ | 32.57 | 22.7 | 61.06 | - |
| YUV | 134.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 206 | 0.17 | 0.50 | 0 | 0.19 | 279.03 | 0.51 | 0.61 |
| Hex | AA | 67 | CE | 11 | 32 | 0 | 13 | 117 | 33 | 3D |
| Octal | 252 | 147 | 316 | 21 | 62 | 0 | 23 | 427 | 63 | 75 |
| Binary | 10101010 | 1100111 | 11001110 | 10001 | 110010 | 0 | 10011 | 100010111 | 110011 | 111101 |
Color Harmonies of #AA67CE
Complementary color
Monochromatic Colors of #AA67CE
Black with #AA67CE
Text Example
Text Example
White with #AA67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67CE; }
p { color: rgb(170,103,206); }
H1.HeaderClassName
{
color: #AA67CE;
}
.AnyTagClassName
{
color: #AA67CE;
}
</style>
background-color css
<style>
a { background-color: #AA67CE; }
a { background-color: rgb(170,103,206); }
div.DivClassName
{
background-color: #AA67CE;
}
.BgClassName
{
background-color: #AA67CE;
}
</style>
border-color css
<style>
span { border-color: #AA67CE; }
span { border-color: rgb(170,103,206); }
td.TdClassName
{
border-color: #AA67CE;
}
.TagClassName
{
border-color: #AA67CE;
}
</style>