#A36ECA

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

Shades of Amethyst #A36ECA

Tints of Amethyst #A36ECA

Color information

#A36ECA (or 0xA36ECA) is unknown color: approx Amethyst. HEX triplet: A3, 6E and CA. RGB value is (163,110,202). Sum of RGB (Red+Green+Blue) = 163+110+202=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A36ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ECA is #5C9135. Grayscale: #888888. Windows color (decimal): -6066486 or 13266595. OLE color: 13266595.

HSL color Cylindrical-coordinate representation of color #A36ECA: hue angle of 274.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36ECA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163110202-
CMYK0.190.4600.21
HSL274.57º46.46%61.18%-
HSV(B)274.57º45.54%79.22%-
XYZ31.3423.258.7-
YUV136.33165.06147.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=34.32%
G=23.16%
B=42.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631102020.190.4600.21274.5746.4661.18
HexA36ECA132E0151132e3d
Octal24315631223560254235675
Binary1010001111011101100101010011101110010101100010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36ECA; }

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

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

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

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

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

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

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

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