Shades of Amethyst #A764C8
Tints of Amethyst #A764C8
RGB
CMYK
RGB Variations
Color information
#A764C8 (or 0xA764C8) is known color: Amethyst. HEX triplet: A7, 64 and C8. RGB value is (167,100,200). Sum of RGB (Red+Green+Blue) = 167+100+200=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #A764C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764C8 is #589B37. Grayscale: #838383. Windows color (decimal): -5806904 or 13132967. OLE color: 13132967.
HSL color Cylindrical-coordinate representation of color #A764C8: hue angle of 280.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A764C8 is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 100 | 200 | - |
| CMYK | 0.16 | 0.5 | 0 | 0.22 |
| HSL | 280.2º | 0.48% | 0.59% | - |
| HSV(B) | 280.2º | 0.5% | 0.78% | - |
| XYZ | 30.92 | 21.5 | 57.16 | - |
| YUV | 131.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 200 | 0.16 | 0.5 | 0 | 0.22 | 280.2 | 0.48 | 0.59 |
| Hex | A7 | 64 | C8 | 10 | 32 | 0 | 16 | 118 | 30 | 3B |
| Octal | 247 | 144 | 310 | 20 | 62 | 0 | 26 | 430 | 60 | 73 |
| Binary | 10100111 | 1100100 | 11001000 | 10000 | 110010 | 0 | 10110 | 100011000 | 110000 | 111011 |
Color Harmonies of #A764C8
Complementary color
Monochromatic Colors of #A764C8
Black with #A764C8
Text Example
Text Example
White with #A764C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A764C8; }
p { color: rgb(167,100,200); }
H1.HeaderClassName
{
color: #A764C8;
}
.AnyTagClassName
{
color: #A764C8;
}
</style>
background-color css
<style>
a { background-color: #A764C8; }
a { background-color: rgb(167,100,200); }
div.DivClassName
{
background-color: #A764C8;
}
.BgClassName
{
background-color: #A764C8;
}
</style>
border-color css
<style>
span { border-color: #A764C8; }
span { border-color: rgb(167,100,200); }
td.TdClassName
{
border-color: #A764C8;
}
.TagClassName
{
border-color: #A764C8;
}
</style>