Shades of Amethyst #A165CC
Tints of Amethyst #A165CC
RGB
CMYK
RGB Variations
Color information
#A165CC (or 0xA165CC) is known color: Amethyst. HEX triplet: A1, 65 and CC. RGB value is (161,101,204). Sum of RGB (Red+Green+Blue) = 161+101+204=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #A165CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165CC is #5E9A33. Grayscale: #828282. Windows color (decimal): -6199860 or 13395361. OLE color: 13395361.
HSL color Cylindrical-coordinate representation of color #A165CC: hue angle of 274.95º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A165CC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 101 | 204 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.2 |
| HSL | 274.95º | 0.5% | 0.6% | - |
| HSV(B) | 274.95º | 0.5% | 0.8% | - |
| XYZ | 30.25 | 21.24 | 59.63 | - |
| YUV | 130.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 204 | 0.21 | 0.50 | 0 | 0.2 | 274.95 | 0.5 | 0.6 |
| Hex | A1 | 65 | CC | 15 | 32 | 0 | 14 | 113 | 32 | 3C |
| Octal | 241 | 145 | 314 | 25 | 62 | 0 | 24 | 423 | 62 | 74 |
| Binary | 10100001 | 1100101 | 11001100 | 10101 | 110010 | 0 | 10100 | 100010011 | 110010 | 111100 |
Color Harmonies of #A165CC
Complementary color
Monochromatic Colors of #A165CC
Black with #A165CC
Text Example
Text Example
White with #A165CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165CC; }
p { color: rgb(161,101,204); }
H1.HeaderClassName
{
color: #A165CC;
}
.AnyTagClassName
{
color: #A165CC;
}
</style>
background-color css
<style>
a { background-color: #A165CC; }
a { background-color: rgb(161,101,204); }
div.DivClassName
{
background-color: #A165CC;
}
.BgClassName
{
background-color: #A165CC;
}
</style>
border-color css
<style>
span { border-color: #A165CC; }
span { border-color: rgb(161,101,204); }
td.TdClassName
{
border-color: #A165CC;
}
.TagClassName
{
border-color: #A165CC;
}
</style>