#A38DAA

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

Shades of Amethyst Smoke #A38DAA

Tints of Amethyst Smoke #A38DAA

Color information

#A38DAA (or 0xA38DAA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 8D and AA. RGB value is (163,141,170). Sum of RGB (Red+Green+Blue) = 163+141+170=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A38DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38DAA is #5C7255. Grayscale: #969696. Windows color (decimal): -6058582 or 11177379. OLE color: 11177379.

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

Color convert

RGB163141170-
CMYK0.040.1700.33
HSL285.52º14.57%60.98%-
HSV(B)285.52º17.06%66.67%-
XYZ31.8829.7442.09-
YUV150.88138.79136.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=34.39%
G=29.75%
B=35.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631411700.040.1700.33285.5214.5760.98
HexA38DAA41102111ef3d
Octal2432152524210414361775
Binary1010001110001101101010101001000101000011000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DAA; }

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

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

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

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

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

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

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

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