Shades of Amethyst #A667CC
Tints of Amethyst #A667CC
RGB
CMYK
RGB Variations
Color information
#A667CC (or 0xA667CC) is known color: Amethyst. HEX triplet: A6, 67 and CC. RGB value is (166,103,204). Sum of RGB (Red+Green+Blue) = 166+103+204=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #A667CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667CC is #599833. Grayscale: #858585. Windows color (decimal): -5871668 or 13395878. OLE color: 13395878.
HSL color Cylindrical-coordinate representation of color #A667CC: hue angle of 277.43º 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 #A667CC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 103 | 204 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.2 |
| HSL | 277.43º | 0.5% | 0.6% | - |
| HSV(B) | 277.43º | 0.5% | 0.8% | - |
| XYZ | 31.48 | 22.17 | 59.75 | - |
| YUV | 133.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 204 | 0.19 | 0.50 | 0 | 0.2 | 277.43 | 0.5 | 0.6 |
| Hex | A6 | 67 | CC | 13 | 32 | 0 | 14 | 115 | 32 | 3C |
| Octal | 246 | 147 | 314 | 23 | 62 | 0 | 24 | 425 | 62 | 74 |
| Binary | 10100110 | 1100111 | 11001100 | 10011 | 110010 | 0 | 10100 | 100010101 | 110010 | 111100 |
Color Harmonies of #A667CC
Complementary color
Monochromatic Colors of #A667CC
Black with #A667CC
Text Example
Text Example
White with #A667CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667CC; }
p { color: rgb(166,103,204); }
H1.HeaderClassName
{
color: #A667CC;
}
.AnyTagClassName
{
color: #A667CC;
}
</style>
background-color css
<style>
a { background-color: #A667CC; }
a { background-color: rgb(166,103,204); }
div.DivClassName
{
background-color: #A667CC;
}
.BgClassName
{
background-color: #A667CC;
}
</style>
border-color css
<style>
span { border-color: #A667CC; }
span { border-color: rgb(166,103,204); }
td.TdClassName
{
border-color: #A667CC;
}
.TagClassName
{
border-color: #A667CC;
}
</style>