Shades of Amethyst #A761D4
Tints of Amethyst #A761D4
RGB
CMYK
RGB Variations
Color information
#A761D4 (or 0xA761D4) is known color: Amethyst. HEX triplet: A7, 61 and D4. RGB value is (167,97,212). Sum of RGB (Red+Green+Blue) = 167+97+212=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #A761D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761D4 is #589E2B. Grayscale: #828282. Windows color (decimal): -5807660 or 13918631. OLE color: 13918631.
HSL color Cylindrical-coordinate representation of color #A761D4: hue angle of 276.52º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A761D4 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 97 | 212 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.17 |
| HSL | 276.52º | 0.57% | 0.61% | - |
| HSV(B) | 276.52º | 0.54% | 0.83% | - |
| XYZ | 32.09 | 21.52 | 64.75 | - |
| YUV | 131.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 212 | 0.21 | 0.54 | 0 | 0.17 | 276.52 | 0.57 | 0.61 |
| Hex | A7 | 61 | D4 | 15 | 36 | 0 | 11 | 115 | 39 | 3D |
| Octal | 247 | 141 | 324 | 25 | 66 | 0 | 21 | 425 | 71 | 75 |
| Binary | 10100111 | 1100001 | 11010100 | 10101 | 110110 | 0 | 10001 | 100010101 | 111001 | 111101 |
Color Harmonies of #A761D4
Complementary color
Monochromatic Colors of #A761D4
Black with #A761D4
Text Example
Text Example
White with #A761D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A761D4; }
p { color: rgb(167,97,212); }
H1.HeaderClassName
{
color: #A761D4;
}
.AnyTagClassName
{
color: #A761D4;
}
</style>
background-color css
<style>
a { background-color: #A761D4; }
a { background-color: rgb(167,97,212); }
div.DivClassName
{
background-color: #A761D4;
}
.BgClassName
{
background-color: #A761D4;
}
</style>
border-color css
<style>
span { border-color: #A761D4; }
span { border-color: rgb(167,97,212); }
td.TdClassName
{
border-color: #A761D4;
}
.TagClassName
{
border-color: #A761D4;
}
</style>