#A37DAB

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

Shades of Amethyst Smoke #A37DAB

Tints of Amethyst Smoke #A37DAB

Color information

#A37DAB (or 0xA37DAB) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 7D and AB. RGB value is (163,125,171). Sum of RGB (Red+Green+Blue) = 163+125+171=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A37DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37DAB is #5C8254. Grayscale: #8D8D8D. Windows color (decimal): -6062677 or 11238819. OLE color: 11238819.

HSL color Cylindrical-coordinate representation of color #A37DAB: hue angle of 289.57º 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 #A37DAB is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163125171-
CMYK0.050.2700.33
HSL289.57º21.5%58.04%-
HSV(B)289.57º26.9%67.06%-
XYZ29.7925.3941.86-
YUV141.61144.59143.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=35.51%
G=27.23%
B=37.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631251710.050.2700.33289.5721.558.04
HexA37DAB51B021122153a
Octal2431752535330414422572
Binary1010001111111011010101110111011010000110010001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DAB; }

 p { color: rgb(163,125,171); }

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

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

 a { background-color: rgb(163,125,171); }

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

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

 span { border-color: rgb(163,125,171); }

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