#A27EAD

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

Shades of Amethyst Smoke #A27EAD

Tints of Amethyst Smoke #A27EAD

Color information

#A27EAD (or 0xA27EAD) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 7E and AD. RGB value is (162,126,173). Sum of RGB (Red+Green+Blue) = 162+126+173=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A27EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EAD is #5D8152. Grayscale: #8D8D8D. Windows color (decimal): -6127955 or 11370146. OLE color: 11370146.

HSL color Cylindrical-coordinate representation of color #A27EAD: hue angle of 285.96º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27EAD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162126173-
CMYK0.060.2700.32
HSL285.96º22.27%58.63%-
HSV(B)285.96º27.17%67.84%-
XYZ29.925.6242.9-
YUV142.12145.43142.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=35.14%
G=27.33%
B=37.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621261730.060.2700.32285.9622.2758.63
HexA27EAD61B02011e163b
Octal2421762556330404362673
Binary1010001011111101010110111011011010000010001111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EAD; }

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

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

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

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

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

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

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

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