#A48CAA

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

Shades of Amethyst Smoke #A48CAA

Tints of Amethyst Smoke #A48CAA

Color information

#A48CAA (or 0xA48CAA) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 8C and AA. RGB value is (164,140,170). Sum of RGB (Red+Green+Blue) = 164+140+170=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 140 (55.08% from 255 or 29.54% 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 #A48CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48CAA is #5B7355. Grayscale: #969696. Windows color (decimal): -5993302 or 11177124. OLE color: 11177124.

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

Color convert

RGB164140170-
CMYK0.040.1800.33
HSL288º15%60.78%-
HSV(B)288º17.65%66.67%-
XYZ31.9429.5542.05-
YUV150.6138.95137.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=34.60%
G=29.54%
B=35.86%

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
Decimal1641401700.040.1800.332881560.78
HexA48CAA412021120f3d
Octal2442142524220414401775
Binary1010010010001100101010101001001001000011001000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CAA; }

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

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

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

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

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

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

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

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