#A088AB

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

Shades of Amethyst Smoke #A088AB

Tints of Amethyst Smoke #A088AB

Color information

#A088AB (or 0xA088AB) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 88 and AB. RGB value is (160,136,171). Sum of RGB (Red+Green+Blue) = 160+136+171=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 136 (53.52% from 255 or 29.12% 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 #A088AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A088AB is #5F7754. Grayscale: #939393. Windows color (decimal): -6256469 or 11241632. OLE color: 11241632.

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

Color convert

RGB160136171-
CMYK0.060.2000.33
HSL281.14º17.24%60.2%-
HSV(B)281.14º20.47%67.06%-
XYZ30.6528.0242.32-
YUV147.17141.45137.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=34.26%
G=29.12%
B=36.62%

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
Decimal1601361710.060.2000.33281.1417.2460.2
HexA088AB614021119113c
Octal2402102536240414312174
Binary10100000100010001010101111010100010000110001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088AB; }

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

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

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

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

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

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

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

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