#A287AA

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

Shades of Amethyst Smoke #A287AA

Tints of Amethyst Smoke #A287AA

Color information

#A287AA (or 0xA287AA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 87 and AA. RGB value is (162,135,170). Sum of RGB (Red+Green+Blue) = 162+135+170=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A287AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A287AA is #5D7855. Grayscale: #929292. Windows color (decimal): -6125654 or 11175842. OLE color: 11175842.

HSL color Cylindrical-coordinate representation of color #A287AA: hue angle of 286.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A287AA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162135170-
CMYK0.050.2100.33
HSL286.29º17.07%59.8%-
HSV(B)286.29º20.59%66.67%-
XYZ30.8227.9141.79-
YUV147.06140.95138.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=34.69%
G=28.91%
B=36.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621351700.050.2100.33286.2917.0759.8
HexA287AA51502111e113c
Octal2422072525250414362174
Binary10100010100001111010101010110101010000110001111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287AA; }

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

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

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

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

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

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

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

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