Shades of Amethyst #A165CD
Tints of Amethyst #A165CD
RGB
CMYK
RGB Variations
Color information
#A165CD (or 0xA165CD) is known color: Amethyst. HEX triplet: A1, 65 and CD. RGB value is (161,101,205). Sum of RGB (Red+Green+Blue) = 161+101+205=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #A165CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165CD is #5E9A32. Grayscale: #828282. Windows color (decimal): -6199859 or 13460897. OLE color: 13460897.
HSL color Cylindrical-coordinate representation of color #A165CD: hue angle of 274.62º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A165CD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 101 | 205 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.20 |
| HSL | 274.62º | 0.51% | 0.6% | - |
| HSV(B) | 274.62º | 0.51% | 0.8% | - |
| XYZ | 30.37 | 21.29 | 60.27 | - |
| YUV | 130.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 205 | 0.21 | 0.51 | 0 | 0.20 | 274.62 | 0.51 | 0.6 |
| Hex | A1 | 65 | CD | 15 | 33 | 0 | 14 | 113 | 33 | 3C |
| Octal | 241 | 145 | 315 | 25 | 63 | 0 | 24 | 423 | 63 | 74 |
| Binary | 10100001 | 1100101 | 11001101 | 10101 | 110011 | 0 | 10100 | 100010011 | 110011 | 111100 |
Color Harmonies of #A165CD
Complementary color
Monochromatic Colors of #A165CD
Black with #A165CD
Text Example
Text Example
White with #A165CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165CD; }
p { color: rgb(161,101,205); }
H1.HeaderClassName
{
color: #A165CD;
}
.AnyTagClassName
{
color: #A165CD;
}
</style>
background-color css
<style>
a { background-color: #A165CD; }
a { background-color: rgb(161,101,205); }
div.DivClassName
{
background-color: #A165CD;
}
.BgClassName
{
background-color: #A165CD;
}
</style>
border-color css
<style>
span { border-color: #A165CD; }
span { border-color: rgb(161,101,205); }
td.TdClassName
{
border-color: #A165CD;
}
.TagClassName
{
border-color: #A165CD;
}
</style>