#A36ECB

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

Shades of Amethyst #A36ECB

Tints of Amethyst #A36ECB

Color information

#A36ECB (or 0xA36ECB) is unknown color: approx Amethyst. HEX triplet: A3, 6E and CB. RGB value is (163,110,203). Sum of RGB (Red+Green+Blue) = 163+110+203=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A36ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ECB is #5C9134. Grayscale: #888888. Windows color (decimal): -6066485 or 13332131. OLE color: 13332131.

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

Color convert

RGB163110203-
CMYK0.200.4600.20
HSL274.19º47.21%61.37%-
HSV(B)274.19º45.81%79.61%-
XYZ31.4623.2559.33-
YUV136.45165.56146.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=34.24%
G=23.11%
B=42.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631102030.200.4600.20274.1947.2161.37
HexA36ECB142E0141122f3d
Octal24315631324560244225775
Binary1010001111011101100101110100101110010100100010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36ECB; }

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

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

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

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

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

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

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

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