Shades of Amethyst #A566CE
Tints of Amethyst #A566CE
RGB
CMYK
RGB Variations
Color information
#A566CE (or 0xA566CE) is known color: Amethyst. HEX triplet: A5, 66 and CE. RGB value is (165,102,206). Sum of RGB (Red+Green+Blue) = 165+102+206=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A566CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566CE is #5A9931. Grayscale: #848484. Windows color (decimal): -5937458 or 13526693. OLE color: 13526693.
HSL color Cylindrical-coordinate representation of color #A566CE: hue angle of 276.35º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A566CE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 102 | 206 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.19 |
| HSL | 276.35º | 0.51% | 0.6% | - |
| HSV(B) | 276.35º | 0.5% | 0.81% | - |
| XYZ | 31.41 | 21.96 | 60.98 | - |
| YUV | 132.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 206 | 0.20 | 0.50 | 0 | 0.19 | 276.35 | 0.51 | 0.6 |
| Hex | A5 | 66 | CE | 14 | 32 | 0 | 13 | 114 | 33 | 3C |
| Octal | 245 | 146 | 316 | 24 | 62 | 0 | 23 | 424 | 63 | 74 |
| Binary | 10100101 | 1100110 | 11001110 | 10100 | 110010 | 0 | 10011 | 100010100 | 110011 | 111100 |
Color Harmonies of #A566CE
Complementary color
Monochromatic Colors of #A566CE
Black with #A566CE
Text Example
Text Example
White with #A566CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A566CE; }
p { color: rgb(165,102,206); }
H1.HeaderClassName
{
color: #A566CE;
}
.AnyTagClassName
{
color: #A566CE;
}
</style>
background-color css
<style>
a { background-color: #A566CE; }
a { background-color: rgb(165,102,206); }
div.DivClassName
{
background-color: #A566CE;
}
.BgClassName
{
background-color: #A566CE;
}
</style>
border-color css
<style>
span { border-color: #A566CE; }
span { border-color: rgb(165,102,206); }
td.TdClassName
{
border-color: #A566CE;
}
.TagClassName
{
border-color: #A566CE;
}
</style>