#A27EAA

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

Shades of Amethyst Smoke #A27EAA

Tints of Amethyst Smoke #A27EAA

Color information

#A27EAA (or 0xA27EAA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 7E and AA. RGB value is (162,126,170). Sum of RGB (Red+Green+Blue) = 162+126+170=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A27EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EAA is #5D8155. Grayscale: #8D8D8D. Windows color (decimal): -6127958 or 11173538. OLE color: 11173538.

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

Color convert

RGB162126170-
CMYK0.050.2600.33
HSL289.09º20.56%58.04%-
HSV(B)289.09º25.88%66.67%-
XYZ29.6225.5141.39-
YUV141.78143.93142.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=35.37%
G=27.51%
B=37.12%

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
Decimal1621261700.050.2600.33289.0920.5658.04
HexA27EAA51A021121153a
Octal2421762525320414412572
Binary1010001011111101010101010111010010000110010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EAA; }

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

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

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

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

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

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

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

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