Shades of Amethyst #AA65DF
Tints of Amethyst #AA65DF
RGB
CMYK
RGB Variations
Color information
#AA65DF (or 0xAA65DF) is known color: Amethyst. HEX triplet: AA, 65 and DF. RGB value is (170,101,223). Sum of RGB (Red+Green+Blue) = 170+101+223=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA65DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65DF is #559A20. Grayscale: #878787. Windows color (decimal): -5610017 or 14640554. OLE color: 14640554.
HSL color Cylindrical-coordinate representation of color #AA65DF: hue angle of 273.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA65DF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 101 | 223 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.13 |
| HSL | 273.93º | 0.66% | 0.64% | - |
| HSV(B) | 273.93º | 0.55% | 0.87% | - |
| XYZ | 34.55 | 23.18 | 72.47 | - |
| YUV | 135.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 223 | 0.24 | 0.55 | 0 | 0.13 | 273.93 | 0.66 | 0.64 |
| Hex | AA | 65 | DF | 18 | 37 | 0 | D | 112 | 42 | 40 |
| Octal | 252 | 145 | 337 | 30 | 67 | 0 | 15 | 422 | 102 | 100 |
| Binary | 10101010 | 1100101 | 11011111 | 11000 | 110111 | 0 | 1101 | 100010010 | 1000010 | 1000000 |
Color Harmonies of #AA65DF
Complementary color
Monochromatic Colors of #AA65DF
Black with #AA65DF
Text Example
Text Example
White with #AA65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65DF; }
p { color: rgb(170,101,223); }
H1.HeaderClassName
{
color: #AA65DF;
}
.AnyTagClassName
{
color: #AA65DF;
}
</style>
background-color css
<style>
a { background-color: #AA65DF; }
a { background-color: rgb(170,101,223); }
div.DivClassName
{
background-color: #AA65DF;
}
.BgClassName
{
background-color: #AA65DF;
}
</style>
border-color css
<style>
span { border-color: #AA65DF; }
span { border-color: rgb(170,101,223); }
td.TdClassName
{
border-color: #AA65DF;
}
.TagClassName
{
border-color: #AA65DF;
}
</style>