#A76CCA

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

Shades of Amethyst #A76CCA

Tints of Amethyst #A76CCA

Color information

#A76CCA (or 0xA76CCA) is unknown color: approx Amethyst. HEX triplet: A7, 6C and CA. RGB value is (167,108,202). Sum of RGB (Red+Green+Blue) = 167+108+202=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #A76CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CCA is #589335. Grayscale: #888888. Windows color (decimal): -5804854 or 13266087. OLE color: 13266087.

HSL color Cylindrical-coordinate representation of color #A76CCA: hue angle of 277.66º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76CCA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167108202-
CMYK0.170.4700.21
HSL277.66º47%60.78%-
HSV(B)277.66º46.53%79.22%-
XYZ31.9623.258.67-
YUV136.36165.05149.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=35.01%
G=22.64%
B=42.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671082020.170.4700.21277.664760.78
HexA76CCA112F0151162f3d
Octal24715431221570254265775
Binary1010011111011001100101010001101111010101100010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CCA; }

 p { color: rgb(167,108,202); }

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

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

 a { background-color: rgb(167,108,202); }

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

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

 span { border-color: rgb(167,108,202); }

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