#A37CAC

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

Shades of Amethyst Smoke #A37CAC

Tints of Amethyst Smoke #A37CAC

Color information

#A37CAC (or 0xA37CAC) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 7C and AC. RGB value is (163,124,172). Sum of RGB (Red+Green+Blue) = 163+124+172=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A37CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37CAC is #5C8353. Grayscale: #8C8C8C. Windows color (decimal): -6062932 or 11304099. OLE color: 11304099.

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

Color convert

RGB163124172-
CMYK0.050.2800.33
HSL288.75º22.43%58.04%-
HSV(B)288.75º27.91%67.45%-
XYZ29.7625.1842.32-
YUV141.13145.42143.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=35.51%
G=27.02%
B=37.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631241720.050.2800.33288.7522.4358.04
HexA37CAC51C021121163a
Octal2431742545340414412672
Binary1010001111111001010110010111100010000110010000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CAC; }

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

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

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

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

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

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

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

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