#A38BAA

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

Shades of Amethyst Smoke #A38BAA

Tints of Amethyst Smoke #A38BAA

Color information

#A38BAA (or 0xA38BAA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 8B and AA. RGB value is (163,139,170). Sum of RGB (Red+Green+Blue) = 163+139+170=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A38BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAA is #5C7455. Grayscale: #959595. Windows color (decimal): -6059094 or 11176867. OLE color: 11176867.

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

Color convert

RGB163139170-
CMYK0.040.1800.33
HSL286.45º15.42%60.59%-
HSV(B)286.45º18.24%66.67%-
XYZ31.5929.1541.99-
YUV149.71139.45137.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=34.53%
G=29.45%
B=36.02%

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
Decimal1631391700.040.1800.33286.4515.4260.59
HexA38BAA41202111ef3d
Octal2432132524220414361775
Binary1010001110001011101010101001001001000011000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BAA; }

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

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

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

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

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

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

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

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