#A36EBF

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

Shades of Amethyst #A36EBF

Tints of Amethyst #A36EBF

Color information

#A36EBF (or 0xA36EBF) is unknown color: approx Amethyst. HEX triplet: A3, 6E and BF. RGB value is (163,110,191). Sum of RGB (Red+Green+Blue) = 163+110+191=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #A36EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36EBF is #5C9140. Grayscale: #868686. Windows color (decimal): -6066497 or 12545699. OLE color: 12545699.

HSL color Cylindrical-coordinate representation of color #A36EBF: hue angle of 279.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A36EBF is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163110191-
CMYK0.150.4200.25
HSL279.26º38.76%59.02%-
HSV(B)279.26º42.41%74.9%-
XYZ30.0822.752.09-
YUV135.08159.56147.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 191 (75% from 255) = 41.16%
R=35.13%
G=23.71%
B=41.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631101910.150.4200.25279.2638.7659.02
HexA36EBFF2A019117273b
Octal24315627717520314274773
Binary101000111101110101111111111101010011001100010111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36EBF; }

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

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

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

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

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

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

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

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