#A76ECB

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

Shades of Amethyst #A76ECB

Tints of Amethyst #A76ECB

Color information

#A76ECB (or 0xA76ECB) is unknown color: approx Amethyst. HEX triplet: A7, 6E and CB. RGB value is (167,110,203). Sum of RGB (Red+Green+Blue) = 167+110+203=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #A76ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ECB is #589134. Grayscale: #898989. Windows color (decimal): -5804341 or 13332135. OLE color: 13332135.

HSL color Cylindrical-coordinate representation of color #A76ECB: hue angle of 276.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76ECB is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167110203-
CMYK0.180.4600.20
HSL276.77º47.21%61.37%-
HSV(B)276.77º45.81%79.61%-
XYZ32.2923.6859.37-
YUV137.64164.88148.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=34.79%
G=22.92%
B=42.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671102030.180.4600.20276.7747.2161.37
HexA76ECB122E0141152f3d
Octal24715631322560244255775
Binary1010011111011101100101110010101110010100100010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76ECB; }

 p { color: rgb(167,110,203); }

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

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

 a { background-color: rgb(167,110,203); }

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

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

 span { border-color: rgb(167,110,203); }

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