#A187AB

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

Shades of Amethyst Smoke #A187AB

Tints of Amethyst Smoke #A187AB

Color information

#A187AB (or 0xA187AB) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 87 and AB. RGB value is (161,135,171). Sum of RGB (Red+Green+Blue) = 161+135+171=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #A187AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A187AB is #5E7854. Grayscale: #929292. Windows color (decimal): -6191189 or 11241377. OLE color: 11241377.

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

Color convert

RGB161135171-
CMYK0.060.2100.33
HSL283.33º17.65%60%-
HSV(B)283.33º21.05%67.06%-
XYZ30.7127.8542.28-
YUV146.88141.61138.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=34.48%
G=28.91%
B=36.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611351710.060.2100.33283.3317.6560
HexA187AB61502111b123c
Octal2412072536250414332274
Binary10100001100001111010101111010101010000110001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187AB; }

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

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

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

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

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

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

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

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