#A188AB

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

Shades of Amethyst Smoke #A188AB

Tints of Amethyst Smoke #A188AB

Color information

#A188AB (or 0xA188AB) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 88 and AB. RGB value is (161,136,171). Sum of RGB (Red+Green+Blue) = 161+136+171=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A188AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188AB is #5E7754. Grayscale: #939393. Windows color (decimal): -6190933 or 11241633. OLE color: 11241633.

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

Color convert

RGB161136171-
CMYK0.060.2000.33
HSL282.86º17.24%60.2%-
HSV(B)282.86º20.47%67.06%-
XYZ30.8528.1342.33-
YUV147.46141.28137.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=34.40%
G=29.06%
B=36.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611361710.060.2000.33282.8617.2460.2
HexA188AB61402111b113c
Octal2412102536240414332174
Binary10100001100010001010101111010100010000110001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188AB; }

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

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

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

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

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

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

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

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