Shades of Amethyst #A870CE
Tints of Amethyst #A870CE
RGB
CMYK
RGB Variations
Color information
#A870CE (or 0xA870CE) is known color: Amethyst. HEX triplet: A8, 70 and CE. RGB value is (168,112,206). Sum of RGB (Red+Green+Blue) = 168+112+206=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #A870CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870CE is #578F31. Grayscale: #8B8B8B. Windows color (decimal): -5738290 or 13529256. OLE color: 13529256.
HSL color Cylindrical-coordinate representation of color #A870CE: hue angle of 275.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A870CE is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 112 | 206 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.19 |
| HSL | 275.74º | 0.49% | 0.62% | - |
| HSV(B) | 275.74º | 0.46% | 0.81% | - |
| XYZ | 33.08 | 24.37 | 61.35 | - |
| YUV | 139.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 206 | 0.18 | 0.46 | 0 | 0.19 | 275.74 | 0.49 | 0.62 |
| Hex | A8 | 70 | CE | 12 | 2E | 0 | 13 | 114 | 31 | 3E |
| Octal | 250 | 160 | 316 | 22 | 56 | 0 | 23 | 424 | 61 | 76 |
| Binary | 10101000 | 1110000 | 11001110 | 10010 | 101110 | 0 | 10011 | 100010100 | 110001 | 111110 |
Color Harmonies of #A870CE
Complementary color
Monochromatic Colors of #A870CE
Black with #A870CE
Text Example
Text Example
White with #A870CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870CE; }
p { color: rgb(168,112,206); }
H1.HeaderClassName
{
color: #A870CE;
}
.AnyTagClassName
{
color: #A870CE;
}
</style>
background-color css
<style>
a { background-color: #A870CE; }
a { background-color: rgb(168,112,206); }
div.DivClassName
{
background-color: #A870CE;
}
.BgClassName
{
background-color: #A870CE;
}
</style>
border-color css
<style>
span { border-color: #A870CE; }
span { border-color: rgb(168,112,206); }
td.TdClassName
{
border-color: #A870CE;
}
.TagClassName
{
border-color: #A870CE;
}
</style>