Shades of Amethyst #A765D4
Tints of Amethyst #A765D4
RGB
CMYK
RGB Variations
Color information
#A765D4 (or 0xA765D4) is known color: Amethyst. HEX triplet: A7, 65 and D4. RGB value is (167,101,212). Sum of RGB (Red+Green+Blue) = 167+101+212=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #A765D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765D4 is #589A2B. Grayscale: #858585. Windows color (decimal): -5806636 or 13919655. OLE color: 13919655.
HSL color Cylindrical-coordinate representation of color #A765D4: hue angle of 275.68º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A765D4 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 101 | 212 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.17 |
| HSL | 275.68º | 0.56% | 0.61% | - |
| HSV(B) | 275.68º | 0.52% | 0.83% | - |
| XYZ | 32.47 | 22.28 | 64.88 | - |
| YUV | 133.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 212 | 0.21 | 0.52 | 0 | 0.17 | 275.68 | 0.56 | 0.61 |
| Hex | A7 | 65 | D4 | 15 | 34 | 0 | 11 | 114 | 38 | 3D |
| Octal | 247 | 145 | 324 | 25 | 64 | 0 | 21 | 424 | 70 | 75 |
| Binary | 10100111 | 1100101 | 11010100 | 10101 | 110100 | 0 | 10001 | 100010100 | 111000 | 111101 |
Color Harmonies of #A765D4
Complementary color
Monochromatic Colors of #A765D4
Black with #A765D4
Text Example
Text Example
White with #A765D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A765D4; }
p { color: rgb(167,101,212); }
H1.HeaderClassName
{
color: #A765D4;
}
.AnyTagClassName
{
color: #A765D4;
}
</style>
background-color css
<style>
a { background-color: #A765D4; }
a { background-color: rgb(167,101,212); }
div.DivClassName
{
background-color: #A765D4;
}
.BgClassName
{
background-color: #A765D4;
}
</style>
border-color css
<style>
span { border-color: #A765D4; }
span { border-color: rgb(167,101,212); }
td.TdClassName
{
border-color: #A765D4;
}
.TagClassName
{
border-color: #A765D4;
}
</style>