#A36BD0

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

Shades of Amethyst #A36BD0

Tints of Amethyst #A36BD0

Color information

#A36BD0 (or 0xA36BD0) is unknown color: approx Amethyst. HEX triplet: A3, 6B and D0. RGB value is (163,107,208). Sum of RGB (Red+Green+Blue) = 163+107+208=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #A36BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BD0 is #5C942F. Grayscale: #868686. Windows color (decimal): -6067248 or 13659043. OLE color: 13659043.

HSL color Cylindrical-coordinate representation of color #A36BD0: hue angle of 273.27º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36BD0 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163107208-
CMYK0.220.4900.18
HSL273.27º51.79%61.76%-
HSV(B)273.27º48.56%81.57%-
XYZ31.7522.8662.41-
YUV135.26169.05147.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 208 (81.64% from 255) = 43.51%
R=34.10%
G=22.38%
B=43.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631072080.220.4900.18273.2751.7961.76
HexA36BD01631012111343e
Octal24315332026610224216476
Binary1010001111010111101000010110110001010010100010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36BD0; }

 p { color: rgb(163,107,208); }

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

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

 a { background-color: rgb(163,107,208); }

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

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

 span { border-color: rgb(163,107,208); }

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