Shades of Amethyst #AA67DA
Tints of Amethyst #AA67DA
RGB
CMYK
RGB Variations
Color information
#AA67DA (or 0xAA67DA) is known color: Amethyst. HEX triplet: AA, 67 and DA. RGB value is (170,103,218). Sum of RGB (Red+Green+Blue) = 170+103+218=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA67DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67DA is #559825. Grayscale: #878787. Windows color (decimal): -5609510 or 14313386. OLE color: 14313386.
HSL color Cylindrical-coordinate representation of color #AA67DA: hue angle of 274.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA67DA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 103 | 218 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.15 |
| HSL | 274.96º | 0.61% | 0.63% | - |
| HSV(B) | 274.96º | 0.53% | 0.85% | - |
| XYZ | 34.08 | 23.31 | 69.03 | - |
| YUV | 136.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 218 | 0.22 | 0.53 | 0 | 0.15 | 274.96 | 0.61 | 0.63 |
| Hex | AA | 67 | DA | 16 | 35 | 0 | F | 113 | 3D | 3F |
| Octal | 252 | 147 | 332 | 26 | 65 | 0 | 17 | 423 | 75 | 77 |
| Binary | 10101010 | 1100111 | 11011010 | 10110 | 110101 | 0 | 1111 | 100010011 | 111101 | 111111 |
Color Harmonies of #AA67DA
Complementary color
Monochromatic Colors of #AA67DA
Black with #AA67DA
Text Example
Text Example
White with #AA67DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67DA; }
p { color: rgb(170,103,218); }
H1.HeaderClassName
{
color: #AA67DA;
}
.AnyTagClassName
{
color: #AA67DA;
}
</style>
background-color css
<style>
a { background-color: #AA67DA; }
a { background-color: rgb(170,103,218); }
div.DivClassName
{
background-color: #AA67DA;
}
.BgClassName
{
background-color: #AA67DA;
}
</style>
border-color css
<style>
span { border-color: #AA67DA; }
span { border-color: rgb(170,103,218); }
td.TdClassName
{
border-color: #AA67DA;
}
.TagClassName
{
border-color: #AA67DA;
}
</style>