Shades of Amethyst #A565CE
Tints of Amethyst #A565CE
RGB
CMYK
RGB Variations
Color information
#A565CE (or 0xA565CE) is known color: Amethyst. HEX triplet: A5, 65 and CE. RGB value is (165,101,206). Sum of RGB (Red+Green+Blue) = 165+101+206=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #A565CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565CE is #5A9A31. Grayscale: #838383. Windows color (decimal): -5937714 or 13526437. OLE color: 13526437.
HSL color Cylindrical-coordinate representation of color #A565CE: hue angle of 276.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A565CE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 101 | 206 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.19 |
| HSL | 276.57º | 0.52% | 0.6% | - |
| HSV(B) | 276.57º | 0.51% | 0.81% | - |
| XYZ | 31.31 | 21.76 | 60.94 | - |
| YUV | 132.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 206 | 0.20 | 0.51 | 0 | 0.19 | 276.57 | 0.52 | 0.6 |
| Hex | A5 | 65 | CE | 14 | 33 | 0 | 13 | 115 | 34 | 3C |
| Octal | 245 | 145 | 316 | 24 | 63 | 0 | 23 | 425 | 64 | 74 |
| Binary | 10100101 | 1100101 | 11001110 | 10100 | 110011 | 0 | 10011 | 100010101 | 110100 | 111100 |
Color Harmonies of #A565CE
Complementary color
Monochromatic Colors of #A565CE
Black with #A565CE
Text Example
Text Example
White with #A565CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565CE; }
p { color: rgb(165,101,206); }
H1.HeaderClassName
{
color: #A565CE;
}
.AnyTagClassName
{
color: #A565CE;
}
</style>
background-color css
<style>
a { background-color: #A565CE; }
a { background-color: rgb(165,101,206); }
div.DivClassName
{
background-color: #A565CE;
}
.BgClassName
{
background-color: #A565CE;
}
</style>
border-color css
<style>
span { border-color: #A565CE; }
span { border-color: rgb(165,101,206); }
td.TdClassName
{
border-color: #A565CE;
}
.TagClassName
{
border-color: #A565CE;
}
</style>