Shades of Amethyst #AA6BD5
Tints of Amethyst #AA6BD5
RGB
CMYK
RGB Variations
Color information
#AA6BD5 (or 0xAA6BD5) is known color: Amethyst. HEX triplet: AA, 6B and D5. RGB value is (170,107,213). Sum of RGB (Red+Green+Blue) = 170+107+213=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA6BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BD5 is #55942A. Grayscale: #898989. Windows color (decimal): -5608491 or 13986730. OLE color: 13986730.
HSL color Cylindrical-coordinate representation of color #AA6BD5: hue angle of 275.66º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6BD5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 107 | 213 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.16 |
| HSL | 275.66º | 0.56% | 0.63% | - |
| HSV(B) | 275.66º | 0.5% | 0.84% | - |
| XYZ | 33.85 | 23.87 | 65.77 | - |
| YUV | 137.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 213 | 0.20 | 0.50 | 0 | 0.16 | 275.66 | 0.56 | 0.63 |
| Hex | AA | 6B | D5 | 14 | 32 | 0 | 10 | 114 | 38 | 3F |
| Octal | 252 | 153 | 325 | 24 | 62 | 0 | 20 | 424 | 70 | 77 |
| Binary | 10101010 | 1101011 | 11010101 | 10100 | 110010 | 0 | 10000 | 100010100 | 111000 | 111111 |
Color Harmonies of #AA6BD5
Complementary color
Monochromatic Colors of #AA6BD5
Black with #AA6BD5
Text Example
Text Example
White with #AA6BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BD5; }
p { color: rgb(170,107,213); }
H1.HeaderClassName
{
color: #AA6BD5;
}
.AnyTagClassName
{
color: #AA6BD5;
}
</style>
background-color css
<style>
a { background-color: #AA6BD5; }
a { background-color: rgb(170,107,213); }
div.DivClassName
{
background-color: #AA6BD5;
}
.BgClassName
{
background-color: #AA6BD5;
}
</style>
border-color css
<style>
span { border-color: #AA6BD5; }
span { border-color: rgb(170,107,213); }
td.TdClassName
{
border-color: #AA6BD5;
}
.TagClassName
{
border-color: #AA6BD5;
}
</style>