Shades of Amethyst #A765E6
Tints of Amethyst #A765E6
RGB
CMYK
RGB Variations
Color information
#A765E6 (or 0xA765E6) is known color: Amethyst. HEX triplet: A7, 65 and E6. RGB value is (167,101,230). Sum of RGB (Red+Green+Blue) = 167+101+230=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #A765E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A765E6 is #589A19. Grayscale: #868686. Windows color (decimal): -5806618 or 15099303. OLE color: 15099303.
HSL color Cylindrical-coordinate representation of color #A765E6: hue angle of 270.7º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A765E6 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 101 | 230 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.10 |
| HSL | 270.7º | 0.72% | 0.65% | - |
| HSV(B) | 270.7º | 0.56% | 0.9% | - |
| XYZ | 34.87 | 23.24 | 77.51 | - |
| YUV | 135.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 230 | 0.27 | 0.56 | 0 | 0.10 | 270.7 | 0.72 | 0.65 |
| Hex | A7 | 65 | E6 | 1B | 38 | 0 | A | 10F | 48 | 41 |
| Octal | 247 | 145 | 346 | 33 | 70 | 0 | 12 | 417 | 110 | 101 |
| Binary | 10100111 | 1100101 | 11100110 | 11011 | 111000 | 0 | 1010 | 100001111 | 1001000 | 1000001 |
Color Harmonies of #A765E6
Complementary color
Monochromatic Colors of #A765E6
Black with #A765E6
Text Example
Text Example
White with #A765E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A765E6; }
p { color: rgb(167,101,230); }
H1.HeaderClassName
{
color: #A765E6;
}
.AnyTagClassName
{
color: #A765E6;
}
</style>
background-color css
<style>
a { background-color: #A765E6; }
a { background-color: rgb(167,101,230); }
div.DivClassName
{
background-color: #A765E6;
}
.BgClassName
{
background-color: #A765E6;
}
</style>
border-color css
<style>
span { border-color: #A765E6; }
span { border-color: rgb(167,101,230); }
td.TdClassName
{
border-color: #A765E6;
}
.TagClassName
{
border-color: #A765E6;
}
</style>