Shades of Amethyst #A465CD
Tints of Amethyst #A465CD
RGB
CMYK
RGB Variations
Color information
#A465CD (or 0xA465CD) is known color: Amethyst. HEX triplet: A4, 65 and CD. RGB value is (164,101,205). Sum of RGB (Red+Green+Blue) = 164+101+205=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #A465CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465CD is #5B9A32. Grayscale: #838383. Windows color (decimal): -6003251 or 13460900. OLE color: 13460900.
HSL color Cylindrical-coordinate representation of color #A465CD: hue angle of 276.35º 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 #A465CD is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 101 | 205 | - |
| CMYK | 0.2 | 0.51 | 0 | 0.20 |
| HSL | 276.35º | 0.51% | 0.6% | - |
| HSV(B) | 276.35º | 0.51% | 0.8% | - |
| XYZ | 30.98 | 21.61 | 60.3 | - |
| YUV | 131.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 205 | 0.2 | 0.51 | 0 | 0.20 | 276.35 | 0.51 | 0.6 |
| Hex | A4 | 65 | CD | 14 | 33 | 0 | 14 | 114 | 33 | 3C |
| Octal | 244 | 145 | 315 | 24 | 63 | 0 | 24 | 424 | 63 | 74 |
| Binary | 10100100 | 1100101 | 11001101 | 10100 | 110011 | 0 | 10100 | 100010100 | 110011 | 111100 |
Color Harmonies of #A465CD
Complementary color
Monochromatic Colors of #A465CD
Black with #A465CD
Text Example
Text Example
White with #A465CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465CD; }
p { color: rgb(164,101,205); }
H1.HeaderClassName
{
color: #A465CD;
}
.AnyTagClassName
{
color: #A465CD;
}
</style>
background-color css
<style>
a { background-color: #A465CD; }
a { background-color: rgb(164,101,205); }
div.DivClassName
{
background-color: #A465CD;
}
.BgClassName
{
background-color: #A465CD;
}
</style>
border-color css
<style>
span { border-color: #A465CD; }
span { border-color: rgb(164,101,205); }
td.TdClassName
{
border-color: #A465CD;
}
.TagClassName
{
border-color: #A465CD;
}
</style>