#A07EAC

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

Shades of Amethyst Smoke #A07EAC

Tints of Amethyst Smoke #A07EAC

Color information

#A07EAC (or 0xA07EAC) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 7E and AC. RGB value is (160,126,172). Sum of RGB (Red+Green+Blue) = 160+126+172=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAC is #5F8153. Grayscale: #8D8D8D. Windows color (decimal): -6259028 or 11304608. OLE color: 11304608.

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

Color convert

RGB160126172-
CMYK0.070.2700.33
HSL284.35º21.7%58.43%-
HSV(B)284.35º26.74%67.45%-
XYZ29.425.3742.38-
YUV141.41145.26141.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=34.93%
G=27.51%
B=37.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601261720.070.2700.33284.3521.758.43
HexA07EAC71B02111c163a
Octal2401762547330414342672
Binary1010000011111101010110011111011010000110001110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07EAC; }

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

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

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

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

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

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

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

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