#A47DAB

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

Shades of Amethyst Smoke #A47DAB

Tints of Amethyst Smoke #A47DAB

Color information

#A47DAB (or 0xA47DAB) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 7D and AB. RGB value is (164,125,171). Sum of RGB (Red+Green+Blue) = 164+125+171=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A47DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47DAB is #5B8254. Grayscale: #8D8D8D. Windows color (decimal): -5997141 or 11238820. OLE color: 11238820.

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

Color convert

RGB164125171-
CMYK0.040.2700.33
HSL290.87º21.5%58.04%-
HSV(B)290.87º26.9%67.06%-
XYZ29.9925.541.87-
YUV141.9144.42143.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=35.65%
G=27.17%
B=37.17%

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
Decimal1641251710.040.2700.33290.8721.558.04
HexA47DAB41B021123153a
Octal2441752534330414432572
Binary1010010011111011010101110011011010000110010001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DAB; }

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

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

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

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

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

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

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

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