#A07EAB

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

Shades of Amethyst Smoke #A07EAB

Tints of Amethyst Smoke #A07EAB

Color information

#A07EAB (or 0xA07EAB) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 7E and AB. RGB value is (160,126,171). Sum of RGB (Red+Green+Blue) = 160+126+171=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A07EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAB is #5F8154. Grayscale: #8D8D8D. Windows color (decimal): -6259029 or 11239072. OLE color: 11239072.

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

Color convert

RGB160126171-
CMYK0.060.2600.33
HSL285.33º21.13%58.24%-
HSV(B)285.33º26.32%67.06%-
XYZ29.3125.3441.87-
YUV141.3144.76141.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=35.01%
G=27.57%
B=37.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601261710.060.2600.33285.3321.1358.24
HexA07EAB61A02111d153a
Octal2401762536320414352572
Binary1010000011111101010101111011010010000110001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07EAB; }

 p { color: rgb(160,126,171); }

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

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

 a { background-color: rgb(160,126,171); }

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

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

 span { border-color: rgb(160,126,171); }

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