#A36CBE

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

Shades of Amethyst #A36CBE

Tints of Amethyst #A36CBE

Color information

#A36CBE (or 0xA36CBE) is unknown color: approx Amethyst. HEX triplet: A3, 6C and BE. RGB value is (163,108,190). Sum of RGB (Red+Green+Blue) = 163+108+190=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A36CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CBE is #5C9341. Grayscale: #858585. Windows color (decimal): -6067010 or 12479651. OLE color: 12479651.

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

Color convert

RGB163108190-
CMYK0.140.4300.25
HSL280.24º38.68%58.43%-
HSV(B)280.24º43.16%74.51%-
XYZ29.7622.2351.44-
YUV133.79159.72148.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=35.36%
G=23.43%
B=41.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631081900.140.4300.25280.2438.6858.43
HexA36CBEE2B019118273a
Octal24315427616530314304772
Binary101000111101100101111101110101011011001100011000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CBE; }

 p { color: rgb(163,108,190); }

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

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

 a { background-color: rgb(163,108,190); }

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

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

 span { border-color: rgb(163,108,190); }

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