#A48BAA

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

Shades of Amethyst Smoke #A48BAA

Tints of Amethyst Smoke #A48BAA

Color information

#A48BAA (or 0xA48BAA) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 8B and AA. RGB value is (164,139,170). Sum of RGB (Red+Green+Blue) = 164+139+170=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A48BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BAA is #5B7455. Grayscale: #959595. Windows color (decimal): -5993558 or 11176868. OLE color: 11176868.

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

Color convert

RGB164139170-
CMYK0.040.1800.33
HSL288.39º15.42%60.59%-
HSV(B)288.39º18.24%66.67%-
XYZ31.829.2642-
YUV150.01139.28137.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=34.67%
G=29.39%
B=35.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641391700.040.1800.33288.3915.4260.59
HexA48BAA412021120f3d
Octal2442132524220414401775
Binary1010010010001011101010101001001001000011001000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BAA; }

 p { color: rgb(164,139,170); }

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

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

 a { background-color: rgb(164,139,170); }

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

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

 span { border-color: rgb(164,139,170); }

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