Shades of Amethyst #A870CC
Tints of Amethyst #A870CC
RGB
CMYK
RGB Variations
Color information
#A870CC (or 0xA870CC) is known color: Amethyst. HEX triplet: A8, 70 and CC. RGB value is (168,112,204). Sum of RGB (Red+Green+Blue) = 168+112+204=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #A870CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870CC is #578F33. Grayscale: #8A8A8A. Windows color (decimal): -5738292 or 13398184. OLE color: 13398184.
HSL color Cylindrical-coordinate representation of color #A870CC: hue angle of 276.52º 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 #A870CC is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 112 | 204 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.2 |
| HSL | 276.52º | 0.47% | 0.62% | - |
| HSV(B) | 276.52º | 0.45% | 0.8% | - |
| XYZ | 32.84 | 24.27 | 60.08 | - |
| YUV | 139.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 204 | 0.18 | 0.45 | 0 | 0.2 | 276.52 | 0.47 | 0.62 |
| Hex | A8 | 70 | CC | 12 | 2D | 0 | 14 | 115 | 2F | 3E |
| Octal | 250 | 160 | 314 | 22 | 55 | 0 | 24 | 425 | 57 | 76 |
| Binary | 10101000 | 1110000 | 11001100 | 10010 | 101101 | 0 | 10100 | 100010101 | 101111 | 111110 |
Color Harmonies of #A870CC
Complementary color
Monochromatic Colors of #A870CC
Black with #A870CC
Text Example
Text Example
White with #A870CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870CC; }
p { color: rgb(168,112,204); }
H1.HeaderClassName
{
color: #A870CC;
}
.AnyTagClassName
{
color: #A870CC;
}
</style>
background-color css
<style>
a { background-color: #A870CC; }
a { background-color: rgb(168,112,204); }
div.DivClassName
{
background-color: #A870CC;
}
.BgClassName
{
background-color: #A870CC;
}
</style>
border-color css
<style>
span { border-color: #A870CC; }
span { border-color: rgb(168,112,204); }
td.TdClassName
{
border-color: #A870CC;
}
.TagClassName
{
border-color: #A870CC;
}
</style>