#A36FDA

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

Shades of Amethyst #A36FDA

Tints of Amethyst #A36FDA

Color information

#A36FDA (or 0xA36FDA) is unknown color: approx Amethyst. HEX triplet: A3, 6F and DA. RGB value is (163,111,218). Sum of RGB (Red+Green+Blue) = 163+111+218=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #A36FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FDA is #5C9025. Grayscale: #8A8A8A. Windows color (decimal): -6066214 or 14315427. OLE color: 14315427.

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

Color convert

RGB163111218-
CMYK0.250.4900.15
HSL269.16º59.12%64.51%-
HSV(B)269.16º49.08%85.49%-
XYZ33.4424.2269.24-
YUV138.75172.73145.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 218 (85.55% from 255) = 44.31%
R=33.13%
G=22.56%
B=44.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631112180.250.4900.15269.1659.1264.51
HexA36FDA19310F10d3b41
Octal243157332316101741573101
Binary1010001111011111101101011001110001011111000011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FDA; }

 p { color: rgb(163,111,218); }

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

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

 a { background-color: rgb(163,111,218); }

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

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

 span { border-color: rgb(163,111,218); }

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