Shades of Amethyst #AA6BC3
Tints of Amethyst #AA6BC3
RGB
CMYK
RGB Variations
Color information
#AA6BC3 (or 0xAA6BC3) is known color: Amethyst. HEX triplet: AA, 6B and C3. RGB value is (170,107,195). Sum of RGB (Red+Green+Blue) = 170+107+195=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA6BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BC3 is #55943C. Grayscale: #878787. Windows color (decimal): -5608509 or 12807082. OLE color: 12807082.
HSL color Cylindrical-coordinate representation of color #AA6BC3: hue angle of 282.95º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA6BC3 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 107 | 195 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.24 |
| HSL | 282.95º | 0.42% | 0.59% | - |
| HSV(B) | 282.95º | 0.45% | 0.76% | - |
| XYZ | 31.69 | 23 | 54.4 | - |
| YUV | 135.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 195 | 0.13 | 0.45 | 0 | 0.24 | 282.95 | 0.42 | 0.59 |
| Hex | AA | 6B | C3 | D | 2D | 0 | 18 | 11B | 2A | 3B |
| Octal | 252 | 153 | 303 | 15 | 55 | 0 | 30 | 433 | 52 | 73 |
| Binary | 10101010 | 1101011 | 11000011 | 1101 | 101101 | 0 | 11000 | 100011011 | 101010 | 111011 |
Color Harmonies of #AA6BC3
Complementary color
Monochromatic Colors of #AA6BC3
Black with #AA6BC3
Text Example
Text Example
White with #AA6BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BC3; }
p { color: rgb(170,107,195); }
H1.HeaderClassName
{
color: #AA6BC3;
}
.AnyTagClassName
{
color: #AA6BC3;
}
</style>
background-color css
<style>
a { background-color: #AA6BC3; }
a { background-color: rgb(170,107,195); }
div.DivClassName
{
background-color: #AA6BC3;
}
.BgClassName
{
background-color: #AA6BC3;
}
</style>
border-color css
<style>
span { border-color: #AA6BC3; }
span { border-color: rgb(170,107,195); }
td.TdClassName
{
border-color: #AA6BC3;
}
.TagClassName
{
border-color: #AA6BC3;
}
</style>