Shades of Amethyst #A871CA
Tints of Amethyst #A871CA
RGB
CMYK
RGB Variations
Color information
#A871CA (or 0xA871CA) is known color: Amethyst. HEX triplet: A8, 71 and CA. RGB value is (168,113,202). Sum of RGB (Red+Green+Blue) = 168+113+202=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #A871CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871CA is #578E35. Grayscale: #8B8B8B. Windows color (decimal): -5738038 or 13267368. OLE color: 13267368.
HSL color Cylindrical-coordinate representation of color #A871CA: hue angle of 277.08º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A871CA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 113 | 202 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.21 |
| HSL | 277.08º | 0.46% | 0.62% | - |
| HSV(B) | 277.08º | 0.44% | 0.79% | - |
| XYZ | 32.71 | 24.4 | 58.86 | - |
| YUV | 139.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 202 | 0.17 | 0.44 | 0 | 0.21 | 277.08 | 0.46 | 0.62 |
| Hex | A8 | 71 | CA | 11 | 2C | 0 | 15 | 115 | 2E | 3E |
| Octal | 250 | 161 | 312 | 21 | 54 | 0 | 25 | 425 | 56 | 76 |
| Binary | 10101000 | 1110001 | 11001010 | 10001 | 101100 | 0 | 10101 | 100010101 | 101110 | 111110 |
Color Harmonies of #A871CA
Complementary color
Monochromatic Colors of #A871CA
Black with #A871CA
Text Example
Text Example
White with #A871CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871CA; }
p { color: rgb(168,113,202); }
H1.HeaderClassName
{
color: #A871CA;
}
.AnyTagClassName
{
color: #A871CA;
}
</style>
background-color css
<style>
a { background-color: #A871CA; }
a { background-color: rgb(168,113,202); }
div.DivClassName
{
background-color: #A871CA;
}
.BgClassName
{
background-color: #A871CA;
}
</style>
border-color css
<style>
span { border-color: #A871CA; }
span { border-color: rgb(168,113,202); }
td.TdClassName
{
border-color: #A871CA;
}
.TagClassName
{
border-color: #A871CA;
}
</style>