#a36dbf

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

Shades of Amethyst #A36DBF

Tints of Amethyst #A36DBF

Color information

#A36DBF (or 0xA36DBF) is unknown color: approx Amethyst. HEX triplet: A3, 6D and BF. RGB value is (163,109,191). Sum of RGB (Red+Green+Blue) = 163+109+191=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #A36DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DBF is #5C9240. Grayscale: #868686. Windows color (decimal): -6066753 or 12545443. OLE color: 12545443.

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

Color convert

RGB163109191-
CMYK0.150.4300.25
HSL279.51º39.05%58.82%-
HSV(B)279.51º42.93%74.9%-
XYZ29.9822.4952.05-
YUV134.49159.89148.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 191 (75% from 255) = 41.25%
R=35.21%
G=23.54%
B=41.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631091910.150.4300.25279.5139.0558.82
HexA36DBFF2B019118273b
Octal24315527717530314304773
Binary101000111101101101111111111101011011001100011000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36dbf; }

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

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

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

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

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

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

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

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