Shades of Amethyst #AA6ACB
Tints of Amethyst #AA6ACB
RGB
CMYK
RGB Variations
Color information
#AA6ACB (or 0xAA6ACB) is known color: Amethyst. HEX triplet: AA, 6A and CB. RGB value is (170,106,203). Sum of RGB (Red+Green+Blue) = 170+106+203=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ACB is #559534. Grayscale: #878787. Windows color (decimal): -5608757 or 13331114. OLE color: 13331114.
HSL color Cylindrical-coordinate representation of color #AA6ACB: hue angle of 279.59º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6ACB is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 106 | 203 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.20 |
| HSL | 279.59º | 0.48% | 0.61% | - |
| HSV(B) | 279.59º | 0.48% | 0.8% | - |
| XYZ | 32.51 | 23.17 | 59.26 | - |
| YUV | 136.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 203 | 0.16 | 0.48 | 0 | 0.20 | 279.59 | 0.48 | 0.61 |
| Hex | AA | 6A | CB | 10 | 30 | 0 | 14 | 118 | 30 | 3D |
| Octal | 252 | 152 | 313 | 20 | 60 | 0 | 24 | 430 | 60 | 75 |
| Binary | 10101010 | 1101010 | 11001011 | 10000 | 110000 | 0 | 10100 | 100011000 | 110000 | 111101 |
Color Harmonies of #AA6ACB
Complementary color
Monochromatic Colors of #AA6ACB
Black with #AA6ACB
Text Example
Text Example
White with #AA6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ACB; }
p { color: rgb(170,106,203); }
H1.HeaderClassName
{
color: #AA6ACB;
}
.AnyTagClassName
{
color: #AA6ACB;
}
</style>
background-color css
<style>
a { background-color: #AA6ACB; }
a { background-color: rgb(170,106,203); }
div.DivClassName
{
background-color: #AA6ACB;
}
.BgClassName
{
background-color: #AA6ACB;
}
</style>
border-color css
<style>
span { border-color: #AA6ACB; }
span { border-color: rgb(170,106,203); }
td.TdClassName
{
border-color: #AA6ACB;
}
.TagClassName
{
border-color: #AA6ACB;
}
</style>