#A38FA9

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

Shades of Amethyst Smoke #A38FA9

Tints of Amethyst Smoke #A38FA9

Color information

#A38FA9 (or 0xA38FA9) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 8F and A9. RGB value is (163,143,169). Sum of RGB (Red+Green+Blue) = 163+143+169=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #A38FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FA9 is #5C7056. Grayscale: #979797. Windows color (decimal): -6058071 or 11112355. OLE color: 11112355.

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

Color convert

RGB163143169-
CMYK0.040.1500.34
HSL286.15º13.13%61.18%-
HSV(B)286.15º15.38%66.27%-
XYZ32.0930.341.69-
YUV151.94137.63135.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=34.32%
G=30.11%
B=35.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631431690.040.1500.34286.1513.1361.18
HexA38FA94F02211ed3d
Octal2432172514170424361575
Binary101000111000111110101001100111101000101000111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FA9; }

 p { color: rgb(163,143,169); }

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

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

 a { background-color: rgb(163,143,169); }

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

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

 span { border-color: rgb(163,143,169); }

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