#A188AA

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

Shades of Amethyst Smoke #A188AA

Tints of Amethyst Smoke #A188AA

Color information

#A188AA (or 0xA188AA) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 88 and AA. RGB value is (161,136,170). Sum of RGB (Red+Green+Blue) = 161+136+170=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A188AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188AA is #5E7755. Grayscale: #939393. Windows color (decimal): -6190934 or 11176097. OLE color: 11176097.

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

Color convert

RGB161136170-
CMYK0.050.2000.33
HSL284.12º16.67%60%-
HSV(B)284.12º20%66.67%-
XYZ30.7628.0941.83-
YUV147.35140.78137.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=34.48%
G=29.12%
B=36.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611361700.050.2000.33284.1216.6760
HexA188AA51402111c113c
Octal2412102525240414342174
Binary10100001100010001010101010110100010000110001110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188AA; }

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

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

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

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

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

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

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

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