Shades of Amethyst #A764CD
Tints of Amethyst #A764CD
RGB
CMYK
RGB Variations
Color information
#A764CD (or 0xA764CD) is known color: Amethyst. HEX triplet: A7, 64 and CD. RGB value is (167,100,205). Sum of RGB (Red+Green+Blue) = 167+100+205=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #A764CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764CD is #589B32. Grayscale: #838383. Windows color (decimal): -5806899 or 13460647. OLE color: 13460647.
HSL color Cylindrical-coordinate representation of color #A764CD: hue angle of 278.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A764CD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 100 | 205 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.20 |
| HSL | 278.29º | 0.51% | 0.6% | - |
| HSV(B) | 278.29º | 0.51% | 0.8% | - |
| XYZ | 31.51 | 21.74 | 60.29 | - |
| YUV | 132 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 205 | 0.19 | 0.51 | 0 | 0.20 | 278.29 | 0.51 | 0.6 |
| Hex | A7 | 64 | CD | 13 | 33 | 0 | 14 | 116 | 33 | 3C |
| Octal | 247 | 144 | 315 | 23 | 63 | 0 | 24 | 426 | 63 | 74 |
| Binary | 10100111 | 1100100 | 11001101 | 10011 | 110011 | 0 | 10100 | 100010110 | 110011 | 111100 |
Color Harmonies of #A764CD
Complementary color
Monochromatic Colors of #A764CD
Black with #A764CD
Text Example
Text Example
White with #A764CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A764CD; }
p { color: rgb(167,100,205); }
H1.HeaderClassName
{
color: #A764CD;
}
.AnyTagClassName
{
color: #A764CD;
}
</style>
background-color css
<style>
a { background-color: #A764CD; }
a { background-color: rgb(167,100,205); }
div.DivClassName
{
background-color: #A764CD;
}
.BgClassName
{
background-color: #A764CD;
}
</style>
border-color css
<style>
span { border-color: #A764CD; }
span { border-color: rgb(167,100,205); }
td.TdClassName
{
border-color: #A764CD;
}
.TagClassName
{
border-color: #A764CD;
}
</style>