#A289AA

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

Shades of Amethyst Smoke #A289AA

Tints of Amethyst Smoke #A289AA

Color information

#A289AA (or 0xA289AA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 89 and AA. RGB value is (162,137,170). Sum of RGB (Red+Green+Blue) = 162+137+170=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #A289AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A289AA is #5D7655. Grayscale: #949494. Windows color (decimal): -6125142 or 11176354. OLE color: 11176354.

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

Color convert

RGB162137170-
CMYK0.050.1900.33
HSL285.45º16.26%60.2%-
HSV(B)285.45º19.41%66.67%-
XYZ31.128.4741.89-
YUV148.24140.28137.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=34.54%
G=29.21%
B=36.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621371700.050.1900.33285.4516.2660.2
HexA289AA51302111d103c
Octal2422112525230414352074
Binary10100010100010011010101010110011010000110001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289AA; }

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

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

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

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

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

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

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

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