Shades of Amethyst #AA67DB
Tints of Amethyst #AA67DB
RGB
CMYK
RGB Variations
Color information
#AA67DB (or 0xAA67DB) is known color: Amethyst. HEX triplet: AA, 67 and DB. RGB value is (170,103,219). Sum of RGB (Red+Green+Blue) = 170+103+219=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA67DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67DB is #559824. Grayscale: #878787. Windows color (decimal): -5609509 or 14378922. OLE color: 14378922.
HSL color Cylindrical-coordinate representation of color #AA67DB: hue angle of 274.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA67DB is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 103 | 219 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.14 |
| HSL | 274.66º | 0.62% | 0.63% | - |
| HSV(B) | 274.66º | 0.53% | 0.86% | - |
| XYZ | 34.21 | 23.36 | 69.72 | - |
| YUV | 136.26 | 174.7 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 219 | 0.22 | 0.53 | 0 | 0.14 | 274.66 | 0.62 | 0.63 |
| Hex | AA | 67 | DB | 16 | 35 | 0 | E | 113 | 3E | 3F |
| Octal | 252 | 147 | 333 | 26 | 65 | 0 | 16 | 423 | 76 | 77 |
| Binary | 10101010 | 1100111 | 11011011 | 10110 | 110101 | 0 | 1110 | 100010011 | 111110 | 111111 |
Color Harmonies of #AA67DB
Complementary color
Monochromatic Colors of #AA67DB
Black with #AA67DB
Text Example
Text Example
White with #AA67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67DB; }
p { color: rgb(170,103,219); }
H1.HeaderClassName
{
color: #AA67DB;
}
.AnyTagClassName
{
color: #AA67DB;
}
</style>
background-color css
<style>
a { background-color: #AA67DB; }
a { background-color: rgb(170,103,219); }
div.DivClassName
{
background-color: #AA67DB;
}
.BgClassName
{
background-color: #AA67DB;
}
</style>
border-color css
<style>
span { border-color: #AA67DB; }
span { border-color: rgb(170,103,219); }
td.TdClassName
{
border-color: #AA67DB;
}
.TagClassName
{
border-color: #AA67DB;
}
</style>