Shades of Amethyst #A860CA
Tints of Amethyst #A860CA
RGB
CMYK
RGB Variations
Color information
#A860CA (or 0xA860CA) is known color: Amethyst. HEX triplet: A8, 60 and CA. RGB value is (168,96,202). Sum of RGB (Red+Green+Blue) = 168+96+202=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #A860CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860CA is #579F35. Grayscale: #818181. Windows color (decimal): -5742390 or 13263016. OLE color: 13263016.
HSL color Cylindrical-coordinate representation of color #A860CA: hue angle of 280.75º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A860CA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 96 | 202 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.21 |
| HSL | 280.75º | 0.5% | 0.58% | - |
| HSV(B) | 280.75º | 0.52% | 0.79% | - |
| XYZ | 30.99 | 20.95 | 58.29 | - |
| YUV | 129.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 202 | 0.17 | 0.52 | 0 | 0.21 | 280.75 | 0.5 | 0.58 |
| Hex | A8 | 60 | CA | 11 | 34 | 0 | 15 | 119 | 32 | 3A |
| Octal | 250 | 140 | 312 | 21 | 64 | 0 | 25 | 431 | 62 | 72 |
| Binary | 10101000 | 1100000 | 11001010 | 10001 | 110100 | 0 | 10101 | 100011001 | 110010 | 111010 |
Color Harmonies of #A860CA
Complementary color
Monochromatic Colors of #A860CA
Black with #A860CA
Text Example
Text Example
White with #A860CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860CA; }
p { color: rgb(168,96,202); }
H1.HeaderClassName
{
color: #A860CA;
}
.AnyTagClassName
{
color: #A860CA;
}
</style>
background-color css
<style>
a { background-color: #A860CA; }
a { background-color: rgb(168,96,202); }
div.DivClassName
{
background-color: #A860CA;
}
.BgClassName
{
background-color: #A860CA;
}
</style>
border-color css
<style>
span { border-color: #A860CA; }
span { border-color: rgb(168,96,202); }
td.TdClassName
{
border-color: #A860CA;
}
.TagClassName
{
border-color: #A860CA;
}
</style>