#A17DAA

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

Shades of Amethyst Smoke #A17DAA

Tints of Amethyst Smoke #A17DAA

Color information

#A17DAA (or 0xA17DAA) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 7D and AA. RGB value is (161,125,170). Sum of RGB (Red+Green+Blue) = 161+125+170=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A17DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17DAA is #5E8255. Grayscale: #8C8C8C. Windows color (decimal): -6193750 or 11173281. OLE color: 11173281.

HSL color Cylindrical-coordinate representation of color #A17DAA: hue angle of 288º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17DAA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161125170-
CMYK0.050.2600.33
HSL288º20.93%57.84%-
HSV(B)288º26.47%66.67%-
XYZ29.2925.1541.34-
YUV140.89144.43142.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=35.31%
G=27.41%
B=37.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611251700.050.2600.3328820.9357.84
HexA17DAA51A021120153a
Octal2411752525320414402572
Binary1010000111111011010101010111010010000110010000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DAA; }

 p { color: rgb(161,125,170); }

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

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

 a { background-color: rgb(161,125,170); }

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

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

 span { border-color: rgb(161,125,170); }

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