Shades of Amethyst #AA7BD5
Tints of Amethyst #AA7BD5
RGB
CMYK
RGB Variations
Color information
#AA7BD5 (or 0xAA7BD5) is known color: Amethyst. HEX triplet: AA, 7B and D5. RGB value is (170,123,213). Sum of RGB (Red+Green+Blue) = 170+123+213=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BD5 is #55842A. Grayscale: #939393. Windows color (decimal): -5604395 or 13990826. OLE color: 13990826.
HSL color Cylindrical-coordinate representation of color #AA7BD5: hue angle of 271.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7BD5 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 123 | 213 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.16 |
| HSL | 271.33º | 0.52% | 0.66% | - |
| HSV(B) | 271.33º | 0.42% | 0.84% | - |
| XYZ | 35.67 | 27.52 | 66.38 | - |
| YUV | 147.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 213 | 0.20 | 0.42 | 0 | 0.16 | 271.33 | 0.52 | 0.66 |
| Hex | AA | 7B | D5 | 14 | 2A | 0 | 10 | 10F | 34 | 42 |
| Octal | 252 | 173 | 325 | 24 | 52 | 0 | 20 | 417 | 64 | 102 |
| Binary | 10101010 | 1111011 | 11010101 | 10100 | 101010 | 0 | 10000 | 100001111 | 110100 | 1000010 |
Color Harmonies of #AA7BD5
Complementary color
Monochromatic Colors of #AA7BD5
Black with #AA7BD5
Text Example
Text Example
White with #AA7BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BD5; }
p { color: rgb(170,123,213); }
H1.HeaderClassName
{
color: #AA7BD5;
}
.AnyTagClassName
{
color: #AA7BD5;
}
</style>
background-color css
<style>
a { background-color: #AA7BD5; }
a { background-color: rgb(170,123,213); }
div.DivClassName
{
background-color: #AA7BD5;
}
.BgClassName
{
background-color: #AA7BD5;
}
</style>
border-color css
<style>
span { border-color: #AA7BD5; }
span { border-color: rgb(170,123,213); }
td.TdClassName
{
border-color: #AA7BD5;
}
.TagClassName
{
border-color: #AA7BD5;
}
</style>