Shades of Amethyst #AA60D2
Tints of Amethyst #AA60D2
RGB
CMYK
RGB Variations
Color information
#AA60D2 (or 0xAA60D2) is known color: Amethyst. HEX triplet: AA, 60 and D2. RGB value is (170,96,210). Sum of RGB (Red+Green+Blue) = 170+96+210=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA60D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60D2 is #559F2D. Grayscale: #828282. Windows color (decimal): -5611310 or 13787306. OLE color: 13787306.
HSL color Cylindrical-coordinate representation of color #AA60D2: hue angle of 278.95º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA60D2 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 96 | 210 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.18 |
| HSL | 278.95º | 0.56% | 0.6% | - |
| HSV(B) | 278.95º | 0.54% | 0.82% | - |
| XYZ | 32.39 | 21.56 | 63.43 | - |
| YUV | 131.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 210 | 0.19 | 0.54 | 0 | 0.18 | 278.95 | 0.56 | 0.6 |
| Hex | AA | 60 | D2 | 13 | 36 | 0 | 12 | 117 | 38 | 3C |
| Octal | 252 | 140 | 322 | 23 | 66 | 0 | 22 | 427 | 70 | 74 |
| Binary | 10101010 | 1100000 | 11010010 | 10011 | 110110 | 0 | 10010 | 100010111 | 111000 | 111100 |
Color Harmonies of #AA60D2
Complementary color
Monochromatic Colors of #AA60D2
Black with #AA60D2
Text Example
Text Example
White with #AA60D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60D2; }
p { color: rgb(170,96,210); }
H1.HeaderClassName
{
color: #AA60D2;
}
.AnyTagClassName
{
color: #AA60D2;
}
</style>
background-color css
<style>
a { background-color: #AA60D2; }
a { background-color: rgb(170,96,210); }
div.DivClassName
{
background-color: #AA60D2;
}
.BgClassName
{
background-color: #AA60D2;
}
</style>
border-color css
<style>
span { border-color: #AA60D2; }
span { border-color: rgb(170,96,210); }
td.TdClassName
{
border-color: #AA60D2;
}
.TagClassName
{
border-color: #AA60D2;
}
</style>