Shades of Amethyst #A866CC
Tints of Amethyst #A866CC
RGB
CMYK
RGB Variations
Color information
#A866CC (or 0xA866CC) is known color: Amethyst. HEX triplet: A8, 66 and CC. RGB value is (168,102,204). Sum of RGB (Red+Green+Blue) = 168+102+204=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #A866CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866CC is #579933. Grayscale: #858585. Windows color (decimal): -5740852 or 13395624. OLE color: 13395624.
HSL color Cylindrical-coordinate representation of color #A866CC: hue angle of 278.82º 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 #A866CC is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 102 | 204 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.2 |
| HSL | 278.82º | 0.5% | 0.6% | - |
| HSV(B) | 278.82º | 0.5% | 0.8% | - |
| XYZ | 31.8 | 22.19 | 59.73 | - |
| YUV | 133.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 204 | 0.18 | 0.5 | 0 | 0.2 | 278.82 | 0.5 | 0.6 |
| Hex | A8 | 66 | CC | 12 | 32 | 0 | 14 | 117 | 32 | 3C |
| Octal | 250 | 146 | 314 | 22 | 62 | 0 | 24 | 427 | 62 | 74 |
| Binary | 10101000 | 1100110 | 11001100 | 10010 | 110010 | 0 | 10100 | 100010111 | 110010 | 111100 |
Color Harmonies of #A866CC
Complementary color
Monochromatic Colors of #A866CC
Black with #A866CC
Text Example
Text Example
White with #A866CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866CC; }
p { color: rgb(168,102,204); }
H1.HeaderClassName
{
color: #A866CC;
}
.AnyTagClassName
{
color: #A866CC;
}
</style>
background-color css
<style>
a { background-color: #A866CC; }
a { background-color: rgb(168,102,204); }
div.DivClassName
{
background-color: #A866CC;
}
.BgClassName
{
background-color: #A866CC;
}
</style>
border-color css
<style>
span { border-color: #A866CC; }
span { border-color: rgb(168,102,204); }
td.TdClassName
{
border-color: #A866CC;
}
.TagClassName
{
border-color: #A866CC;
}
</style>