Shades of Amethyst #A563CE
Tints of Amethyst #A563CE
RGB
CMYK
RGB Variations
Color information
#A563CE (or 0xA563CE) is known color: Amethyst. HEX triplet: A5, 63 and CE. RGB value is (165,99,206). Sum of RGB (Red+Green+Blue) = 165+99+206=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #A563CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563CE is #5A9C31. Grayscale: #828282. Windows color (decimal): -5938226 or 13525925. OLE color: 13525925.
HSL color Cylindrical-coordinate representation of color #A563CE: hue angle of 277.01º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A563CE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 99 | 206 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.19 |
| HSL | 277.01º | 0.52% | 0.6% | - |
| HSV(B) | 277.01º | 0.52% | 0.81% | - |
| XYZ | 31.12 | 21.38 | 60.88 | - |
| YUV | 130.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 206 | 0.20 | 0.52 | 0 | 0.19 | 277.01 | 0.52 | 0.6 |
| Hex | A5 | 63 | CE | 14 | 34 | 0 | 13 | 115 | 34 | 3C |
| Octal | 245 | 143 | 316 | 24 | 64 | 0 | 23 | 425 | 64 | 74 |
| Binary | 10100101 | 1100011 | 11001110 | 10100 | 110100 | 0 | 10011 | 100010101 | 110100 | 111100 |
Color Harmonies of #A563CE
Complementary color
Monochromatic Colors of #A563CE
Black with #A563CE
Text Example
Text Example
White with #A563CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A563CE; }
p { color: rgb(165,99,206); }
H1.HeaderClassName
{
color: #A563CE;
}
.AnyTagClassName
{
color: #A563CE;
}
</style>
background-color css
<style>
a { background-color: #A563CE; }
a { background-color: rgb(165,99,206); }
div.DivClassName
{
background-color: #A563CE;
}
.BgClassName
{
background-color: #A563CE;
}
</style>
border-color css
<style>
span { border-color: #A563CE; }
span { border-color: rgb(165,99,206); }
td.TdClassName
{
border-color: #A563CE;
}
.TagClassName
{
border-color: #A563CE;
}
</style>