#A37CAA

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

Shades of Amethyst Smoke #A37CAA

Tints of Amethyst Smoke #A37CAA

Color information

#A37CAA (or 0xA37CAA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 7C and AA. RGB value is (163,124,170). Sum of RGB (Red+Green+Blue) = 163+124+170=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A37CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37CAA is #5C8355. Grayscale: #8C8C8C. Windows color (decimal): -6062934 or 11173027. OLE color: 11173027.

HSL color Cylindrical-coordinate representation of color #A37CAA: hue angle of 290.87º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A37CAA is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163124170-
CMYK0.040.2700.33
HSL290.87º21.3%57.65%-
HSV(B)290.87º27.06%66.67%-
XYZ29.5725.141.32-
YUV140.9144.42143.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=35.67%
G=27.13%
B=37.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631241700.040.2700.33290.8721.357.65
HexA37CAA41B021123153a
Octal2431742524330414432572
Binary1010001111111001010101010011011010000110010001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CAA; }

 p { color: rgb(163,124,170); }

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

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

 a { background-color: rgb(163,124,170); }

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

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

 span { border-color: rgb(163,124,170); }

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