Shades of Amethyst #A670CC
Tints of Amethyst #A670CC
RGB
CMYK
RGB Variations
Color information
#A670CC (or 0xA670CC) is known color: Amethyst. HEX triplet: A6, 70 and CC. RGB value is (166,112,204). Sum of RGB (Red+Green+Blue) = 166+112+204=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #A670CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670CC is #598F33. Grayscale: #8A8A8A. Windows color (decimal): -5869364 or 13398182. OLE color: 13398182.
HSL color Cylindrical-coordinate representation of color #A670CC: hue angle of 275.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A670CC is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 112 | 204 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.2 |
| HSL | 275.22º | 0.47% | 0.62% | - |
| HSV(B) | 275.22º | 0.45% | 0.8% | - |
| XYZ | 32.42 | 24.05 | 60.06 | - |
| YUV | 138.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 204 | 0.19 | 0.45 | 0 | 0.2 | 275.22 | 0.47 | 0.62 |
| Hex | A6 | 70 | CC | 13 | 2D | 0 | 14 | 113 | 2F | 3E |
| Octal | 246 | 160 | 314 | 23 | 55 | 0 | 24 | 423 | 57 | 76 |
| Binary | 10100110 | 1110000 | 11001100 | 10011 | 101101 | 0 | 10100 | 100010011 | 101111 | 111110 |
Color Harmonies of #A670CC
Complementary color
Monochromatic Colors of #A670CC
Black with #A670CC
Text Example
Text Example
White with #A670CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670CC; }
p { color: rgb(166,112,204); }
H1.HeaderClassName
{
color: #A670CC;
}
.AnyTagClassName
{
color: #A670CC;
}
</style>
background-color css
<style>
a { background-color: #A670CC; }
a { background-color: rgb(166,112,204); }
div.DivClassName
{
background-color: #A670CC;
}
.BgClassName
{
background-color: #A670CC;
}
</style>
border-color css
<style>
span { border-color: #A670CC; }
span { border-color: rgb(166,112,204); }
td.TdClassName
{
border-color: #A670CC;
}
.TagClassName
{
border-color: #A670CC;
}
</style>