#A876C9

Color #A876C9 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A876C9

Tints of Amethyst #A876C9

Color information

#A876C9 (or 0xA876C9) is unknown color: approx Amethyst. HEX triplet: A8, 76 and C9. RGB value is (168,118,201). Sum of RGB (Red+Green+Blue) = 168+118+201=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #A876C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876C9 is #578936. Grayscale: #8E8E8E. Windows color (decimal): -5736759 or 13203112. OLE color: 13203112.

HSL color Cylindrical-coordinate representation of color #A876C9: hue angle of 276.14º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A876C9 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168118201-
CMYK0.160.4100.21
HSL276.14º43.46%62.55%-
HSV(B)276.14º41.29%78.82%-
XYZ33.1725.558.43-
YUV142.41161.06146.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 201 (78.91% from 255) = 41.27%
R=34.50%
G=24.23%
B=41.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681182010.160.4100.21276.1443.4662.55
HexA876C910290151142b3f
Octal25016631120510254245377
Binary1010100011101101100100110000101001010101100010100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876C9; }

 p { color: rgb(168,118,201); }

 H1.HeaderClassName
 {
   color: #A876C9;
 }
 .AnyTagClassName
 {
   color: #A876C9;
 }
</style>
background-color css

<style>
 a { background-color: #A876C9; }

 a { background-color: rgb(168,118,201); }

 div.DivClassName
 {
   background-color: #A876C9;
 }
 .BgClassName
 {
   background-color: #A876C9;
 }
</style>
border-color css

<style>
 span { border-color: #A876C9; }

 span { border-color: rgb(168,118,201); }

 td.TdClassName
 {
   border-color: #A876C9;
 }
 .TagClassName
 {
   border-color: #A876C9;
 }
</style>