Shades of Amethyst #AA6CCB
Tints of Amethyst #AA6CCB
RGB
CMYK
RGB Variations
Color information
#AA6CCB (or 0xAA6CCB) is known color: Amethyst. HEX triplet: AA, 6C and CB. RGB value is (170,108,203). Sum of RGB (Red+Green+Blue) = 170+108+203=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA6CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CCB is #559334. Grayscale: #898989. Windows color (decimal): -5608245 or 13331626. OLE color: 13331626.
HSL color Cylindrical-coordinate representation of color #AA6CCB: hue angle of 279.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA6CCB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 108 | 203 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.20 |
| HSL | 279.16º | 0.48% | 0.61% | - |
| HSV(B) | 279.16º | 0.47% | 0.8% | - |
| XYZ | 32.72 | 23.58 | 59.33 | - |
| YUV | 137.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 203 | 0.16 | 0.47 | 0 | 0.20 | 279.16 | 0.48 | 0.61 |
| Hex | AA | 6C | CB | 10 | 2F | 0 | 14 | 117 | 30 | 3D |
| Octal | 252 | 154 | 313 | 20 | 57 | 0 | 24 | 427 | 60 | 75 |
| Binary | 10101010 | 1101100 | 11001011 | 10000 | 101111 | 0 | 10100 | 100010111 | 110000 | 111101 |
Color Harmonies of #AA6CCB
Complementary color
Monochromatic Colors of #AA6CCB
Black with #AA6CCB
Text Example
Text Example
White with #AA6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CCB; }
p { color: rgb(170,108,203); }
H1.HeaderClassName
{
color: #AA6CCB;
}
.AnyTagClassName
{
color: #AA6CCB;
}
</style>
background-color css
<style>
a { background-color: #AA6CCB; }
a { background-color: rgb(170,108,203); }
div.DivClassName
{
background-color: #AA6CCB;
}
.BgClassName
{
background-color: #AA6CCB;
}
</style>
border-color css
<style>
span { border-color: #AA6CCB; }
span { border-color: rgb(170,108,203); }
td.TdClassName
{
border-color: #AA6CCB;
}
.TagClassName
{
border-color: #AA6CCB;
}
</style>