#A187AA

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

Shades of Amethyst Smoke #A187AA

Tints of Amethyst Smoke #A187AA

Color information

#A187AA (or 0xA187AA) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 87 and AA. RGB value is (161,135,170). Sum of RGB (Red+Green+Blue) = 161+135+170=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A187AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A187AA is #5E7855. Grayscale: #929292. Windows color (decimal): -6191190 or 11175841. OLE color: 11175841.

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

Color convert

RGB161135170-
CMYK0.050.2100.33
HSL284.57º17.07%59.8%-
HSV(B)284.57º20.59%66.67%-
XYZ30.6227.8141.78-
YUV146.76141.11138.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=34.55%
G=28.97%
B=36.48%

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
Decimal1611351700.050.2100.33284.5717.0759.8
HexA187AA51502111d113c
Octal2412072525250414352174
Binary10100001100001111010101010110101010000110001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187AA; }

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

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

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

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

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

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

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

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