#A46ECB

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

Shades of Amethyst #A46ECB

Tints of Amethyst #A46ECB

Color information

#A46ECB (or 0xA46ECB) is unknown color: approx Amethyst. HEX triplet: A4, 6E and CB. RGB value is (164,110,203). Sum of RGB (Red+Green+Blue) = 164+110+203=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A46ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ECB is #5B9134. Grayscale: #888888. Windows color (decimal): -6000949 or 13332132. OLE color: 13332132.

HSL color Cylindrical-coordinate representation of color #A46ECB: hue angle of 274.84º 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 #A46ECB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164110203-
CMYK0.190.4600.20
HSL274.84º47.21%61.37%-
HSV(B)274.84º45.81%79.61%-
XYZ31.6723.3659.34-
YUV136.75165.39147.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=34.38%
G=23.06%
B=42.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641102030.190.4600.20274.8447.2161.37
HexA46ECB132E0141132f3d
Octal24415631323560244235775
Binary1010010011011101100101110011101110010100100010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46ECB; }

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

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

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

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

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

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

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

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