#A586AA

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

Shades of Amethyst Smoke #A586AA

Tints of Amethyst Smoke #A586AA

Color information

#A586AA (or 0xA586AA) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 86 and AA. RGB value is (165,134,170). Sum of RGB (Red+Green+Blue) = 165+134+170=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 134 (52.73% from 255 or 28.57% 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 #A586AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A586AA is #5A7955. Grayscale: #939393. Windows color (decimal): -5929302 or 11175589. OLE color: 11175589.

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

Color convert

RGB165134170-
CMYK0.030.2100.33
HSL291.67º17.48%59.61%-
HSV(B)291.67º21.18%66.67%-
XYZ31.327.9541.78-
YUV147.37140.77140.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=35.18%
G=28.57%
B=36.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651341700.030.2100.33291.6717.4859.61
HexA586AA315021124113c
Octal2452062523250414442174
Binary1010010110000110101010101110101010000110010010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586AA; }

 p { color: rgb(165,134,170); }

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

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

 a { background-color: rgb(165,134,170); }

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

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

 span { border-color: rgb(165,134,170); }

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