#A087AB

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

Shades of Amethyst Smoke #A087AB

Tints of Amethyst Smoke #A087AB

Color information

#A087AB (or 0xA087AB) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 87 and AB. RGB value is (160,135,171). Sum of RGB (Red+Green+Blue) = 160+135+171=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A087AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A087AB is #5F7854. Grayscale: #929292. Windows color (decimal): -6256725 or 11241376. OLE color: 11241376.

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

Color convert

RGB160135171-
CMYK0.060.2100.33
HSL281.67º17.65%60%-
HSV(B)281.67º21.05%67.06%-
XYZ30.5127.7442.27-
YUV146.58141.78137.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=34.33%
G=28.97%
B=36.70%

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
Decimal1601351710.060.2100.33281.6717.6560
HexA087AB61502111a123c
Octal2402072536250414322274
Binary10100000100001111010101111010101010000110001101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A087AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A087AB; }

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

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

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

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

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

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

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

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