Shades of Amethyst #A760DC
Tints of Amethyst #A760DC
RGB
CMYK
RGB Variations
Color information
#A760DC (or 0xA760DC) is known color: Amethyst. HEX triplet: A7, 60 and DC. RGB value is (167,96,220). Sum of RGB (Red+Green+Blue) = 167+96+220=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A760DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760DC is #589F23. Grayscale: #828282. Windows color (decimal): -5807908 or 14442663. OLE color: 14442663.
HSL color Cylindrical-coordinate representation of color #A760DC: hue angle of 274.35º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A760DC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 96 | 220 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.14 |
| HSL | 274.35º | 0.64% | 0.62% | - |
| HSV(B) | 274.35º | 0.56% | 0.86% | - |
| XYZ | 33.04 | 21.75 | 70.17 | - |
| YUV | 131.37 | 178.02 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 96 | 220 | 0.24 | 0.56 | 0 | 0.14 | 274.35 | 0.64 | 0.62 |
| Hex | A7 | 60 | DC | 18 | 38 | 0 | E | 112 | 40 | 3E |
| Octal | 247 | 140 | 334 | 30 | 70 | 0 | 16 | 422 | 100 | 76 |
| Binary | 10100111 | 1100000 | 11011100 | 11000 | 111000 | 0 | 1110 | 100010010 | 1000000 | 111110 |
Color Harmonies of #A760DC
Complementary color
Monochromatic Colors of #A760DC
Black with #A760DC
Text Example
Text Example
White with #A760DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A760DC; }
p { color: rgb(167,96,220); }
H1.HeaderClassName
{
color: #A760DC;
}
.AnyTagClassName
{
color: #A760DC;
}
</style>
background-color css
<style>
a { background-color: #A760DC; }
a { background-color: rgb(167,96,220); }
div.DivClassName
{
background-color: #A760DC;
}
.BgClassName
{
background-color: #A760DC;
}
</style>
border-color css
<style>
span { border-color: #A760DC; }
span { border-color: rgb(167,96,220); }
td.TdClassName
{
border-color: #A760DC;
}
.TagClassName
{
border-color: #A760DC;
}
</style>