Shades of Amethyst #AA65D3
Tints of Amethyst #AA65D3
RGB
CMYK
RGB Variations
Color information
#AA65D3 (or 0xAA65D3) is known color: Amethyst. HEX triplet: AA, 65 and D3. RGB value is (170,101,211). Sum of RGB (Red+Green+Blue) = 170+101+211=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA65D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65D3 is #559A2C. Grayscale: #858585. Windows color (decimal): -5610029 or 13854122. OLE color: 13854122.
HSL color Cylindrical-coordinate representation of color #AA65D3: hue angle of 277.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA65D3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 101 | 211 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.17 |
| HSL | 277.64º | 0.56% | 0.61% | - |
| HSV(B) | 277.64º | 0.52% | 0.83% | - |
| XYZ | 32.99 | 22.56 | 64.24 | - |
| YUV | 134.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 211 | 0.19 | 0.52 | 0 | 0.17 | 277.64 | 0.56 | 0.61 |
| Hex | AA | 65 | D3 | 13 | 34 | 0 | 11 | 116 | 38 | 3D |
| Octal | 252 | 145 | 323 | 23 | 64 | 0 | 21 | 426 | 70 | 75 |
| Binary | 10101010 | 1100101 | 11010011 | 10011 | 110100 | 0 | 10001 | 100010110 | 111000 | 111101 |
Color Harmonies of #AA65D3
Complementary color
Monochromatic Colors of #AA65D3
Black with #AA65D3
Text Example
Text Example
White with #AA65D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65D3; }
p { color: rgb(170,101,211); }
H1.HeaderClassName
{
color: #AA65D3;
}
.AnyTagClassName
{
color: #AA65D3;
}
</style>
background-color css
<style>
a { background-color: #AA65D3; }
a { background-color: rgb(170,101,211); }
div.DivClassName
{
background-color: #AA65D3;
}
.BgClassName
{
background-color: #AA65D3;
}
</style>
border-color css
<style>
span { border-color: #AA65D3; }
span { border-color: rgb(170,101,211); }
td.TdClassName
{
border-color: #AA65D3;
}
.TagClassName
{
border-color: #AA65D3;
}
</style>