#A088A6

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

Shades of Amethyst Smoke #A088A6

Tints of Amethyst Smoke #A088A6

Color information

#A088A6 (or 0xA088A6) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 88 and A6. RGB value is (160,136,166). Sum of RGB (Red+Green+Blue) = 160+136+166=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 166 - color contains mainly: blue. Hex color #A088A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A088A6 is #5F7759. Grayscale: #929292. Windows color (decimal): -6256474 or 10913952. OLE color: 10913952.

HSL color Cylindrical-coordinate representation of color #A088A6: hue angle of 288º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A088A6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB160136166-
CMYK0.040.1800.35
HSL288º14.42%59.22%-
HSV(B)288º18.07%65.1%-
XYZ30.1827.8439.86-
YUV146.6138.95137.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 166 (65.23% from 255) = 35.93%
R=34.63%
G=29.44%
B=35.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601361660.040.1800.3528814.4259.22
HexA088A6412023120e3b
Octal2402102464220434401673
Binary1010000010001000101001101001001001000111001000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088A6; }

 p { color: rgb(160,136,166); }

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

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

 a { background-color: rgb(160,136,166); }

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

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

 span { border-color: rgb(160,136,166); }

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