#A07EAA

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

Shades of Amethyst Smoke #A07EAA

Tints of Amethyst Smoke #A07EAA

Color information

#A07EAA (or 0xA07EAA) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 7E and AA. RGB value is (160,126,170). Sum of RGB (Red+Green+Blue) = 160+126+170=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 126 (49.61% from 255 or 27.63% 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 #A07EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAA is #5F8155. Grayscale: #8D8D8D. Windows color (decimal): -6259030 or 11173536. OLE color: 11173536.

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

Color convert

RGB160126170-
CMYK0.060.2600.33
HSL286.36º20.56%58.04%-
HSV(B)286.36º25.88%66.67%-
XYZ29.2125.341.37-
YUV141.18144.26141.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=35.09%
G=27.63%
B=37.28%

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
Decimal1601261700.060.2600.33286.3620.5658.04
HexA07EAA61A02111e153a
Octal2401762526320414362572
Binary1010000011111101010101011011010010000110001111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07EAA; }

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

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

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

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

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

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

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

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