Shades of Amethyst #AA65C8
Tints of Amethyst #AA65C8
RGB
CMYK
RGB Variations
Color information
#AA65C8 (or 0xAA65C8) is known color: Amethyst. HEX triplet: AA, 65 and C8. RGB value is (170,101,200). Sum of RGB (Red+Green+Blue) = 170+101+200=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA65C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65C8 is #559A37. Grayscale: #848484. Windows color (decimal): -5610040 or 13133226. OLE color: 13133226.
HSL color Cylindrical-coordinate representation of color #AA65C8: hue angle of 281.82º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA65C8 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 101 | 200 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.22 |
| HSL | 281.82º | 0.47% | 0.59% | - |
| HSV(B) | 281.82º | 0.5% | 0.78% | - |
| XYZ | 31.66 | 22.02 | 57.23 | - |
| YUV | 132.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 200 | 0.15 | 0.49 | 0 | 0.22 | 281.82 | 0.47 | 0.59 |
| Hex | AA | 65 | C8 | F | 31 | 0 | 16 | 11A | 2F | 3B |
| Octal | 252 | 145 | 310 | 17 | 61 | 0 | 26 | 432 | 57 | 73 |
| Binary | 10101010 | 1100101 | 11001000 | 1111 | 110001 | 0 | 10110 | 100011010 | 101111 | 111011 |
Color Harmonies of #AA65C8
Complementary color
Monochromatic Colors of #AA65C8
Black with #AA65C8
Text Example
Text Example
White with #AA65C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65C8; }
p { color: rgb(170,101,200); }
H1.HeaderClassName
{
color: #AA65C8;
}
.AnyTagClassName
{
color: #AA65C8;
}
</style>
background-color css
<style>
a { background-color: #AA65C8; }
a { background-color: rgb(170,101,200); }
div.DivClassName
{
background-color: #AA65C8;
}
.BgClassName
{
background-color: #AA65C8;
}
</style>
border-color css
<style>
span { border-color: #AA65C8; }
span { border-color: rgb(170,101,200); }
td.TdClassName
{
border-color: #AA65C8;
}
.TagClassName
{
border-color: #AA65C8;
}
</style>