#A27DAA

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

Shades of Amethyst Smoke #A27DAA

Tints of Amethyst Smoke #A27DAA

Color information

#A27DAA (or 0xA27DAA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 7D and AA. RGB value is (162,125,170). Sum of RGB (Red+Green+Blue) = 162+125+170=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A27DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27DAA is #5D8255. Grayscale: #8D8D8D. Windows color (decimal): -6128214 or 11173282. OLE color: 11173282.

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

Color convert

RGB162125170-
CMYK0.050.2600.33
HSL289.33º20.93%57.84%-
HSV(B)289.33º26.47%66.67%-
XYZ29.4925.2541.35-
YUV141.19144.26142.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=35.45%
G=27.35%
B=37.20%

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
Decimal1621251700.050.2600.33289.3320.9357.84
HexA27DAA51A021121153a
Octal2421752525320414412572
Binary1010001011111011010101010111010010000110010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DAA; }

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

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

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

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

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

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

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

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