Shades of Amethyst #A566CC
Tints of Amethyst #A566CC
RGB
CMYK
RGB Variations
Color information
#A566CC (or 0xA566CC) is known color: Amethyst. HEX triplet: A5, 66 and CC. RGB value is (165,102,204). Sum of RGB (Red+Green+Blue) = 165+102+204=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #A566CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566CC is #5A9933. Grayscale: #848484. Windows color (decimal): -5937460 or 13395621. OLE color: 13395621.
HSL color Cylindrical-coordinate representation of color #A566CC: hue angle of 277.06º 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 #A566CC is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 102 | 204 | - |
| CMYK | 0.19 | 0.5 | 0 | 0.2 |
| HSL | 277.06º | 0.5% | 0.6% | - |
| HSV(B) | 277.06º | 0.5% | 0.8% | - |
| XYZ | 31.17 | 21.86 | 59.7 | - |
| YUV | 132.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 204 | 0.19 | 0.5 | 0 | 0.2 | 277.06 | 0.5 | 0.6 |
| Hex | A5 | 66 | CC | 13 | 32 | 0 | 14 | 115 | 32 | 3C |
| Octal | 245 | 146 | 314 | 23 | 62 | 0 | 24 | 425 | 62 | 74 |
| Binary | 10100101 | 1100110 | 11001100 | 10011 | 110010 | 0 | 10100 | 100010101 | 110010 | 111100 |
Color Harmonies of #A566CC
Complementary color
Monochromatic Colors of #A566CC
Black with #A566CC
Text Example
Text Example
White with #A566CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A566CC; }
p { color: rgb(165,102,204); }
H1.HeaderClassName
{
color: #A566CC;
}
.AnyTagClassName
{
color: #A566CC;
}
</style>
background-color css
<style>
a { background-color: #A566CC; }
a { background-color: rgb(165,102,204); }
div.DivClassName
{
background-color: #A566CC;
}
.BgClassName
{
background-color: #A566CC;
}
</style>
border-color css
<style>
span { border-color: #A566CC; }
span { border-color: rgb(165,102,204); }
td.TdClassName
{
border-color: #A566CC;
}
.TagClassName
{
border-color: #A566CC;
}
</style>