#A38CAA

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

Shades of Amethyst Smoke #A38CAA

Tints of Amethyst Smoke #A38CAA

Color information

#A38CAA (or 0xA38CAA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 8C and AA. RGB value is (163,140,170). Sum of RGB (Red+Green+Blue) = 163+140+170=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 140 (55.08% from 255 or 29.60% 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 #A38CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38CAA is #5C7355. Grayscale: #969696. Windows color (decimal): -6058838 or 11177123. OLE color: 11177123.

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

Color convert

RGB163140170-
CMYK0.040.1800.33
HSL286º15%60.78%-
HSV(B)286º17.65%66.67%-
XYZ31.7429.4442.04-
YUV150.3139.12137.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=34.46%
G=29.60%
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
Decimal1631401700.040.1800.332861560.78
HexA38CAA41202111ef3d
Octal2432142524220414361775
Binary1010001110001100101010101001001001000011000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CAA; }

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

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

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

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

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

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

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

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