#A087A4

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

Shades of Amethyst Smoke #A087A4

Tints of Amethyst Smoke #A087A4

Color information

#A087A4 (or 0xA087A4) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 87 and A4. RGB value is (160,135,164). Sum of RGB (Red+Green+Blue) = 160+135+164=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 164 - color contains mainly: blue. Hex color #A087A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A087A4 is #5F785B. Grayscale: #919191. Windows color (decimal): -6256732 or 10782624. OLE color: 10782624.

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

Color convert

RGB160135164-
CMYK0.020.1800.36
HSL291.72º13.74%58.63%-
HSV(B)291.72º17.68%64.31%-
XYZ29.8627.4838.85-
YUV145.78138.28138.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=34.86%
G=29.41%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601351640.020.1800.36291.7213.7458.63
HexA087A4212024124e3b
Octal2402072442220444441673
Binary101000001000011110100100101001001001001001001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A087A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A087A4; }

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

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

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

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

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

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

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

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