#A096A4

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

Shades of Amethyst Smoke #A096A4

Tints of Amethyst Smoke #A096A4

Color information

#A096A4 (or 0xA096A4) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 96 and A4. RGB value is (160,150,164). Sum of RGB (Red+Green+Blue) = 160+150+164=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 164 - color contains mainly: blue. Hex color #A096A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A096A4 is #5F695B. Grayscale: #9A9A9A. Windows color (decimal): -6252892 or 10786464. OLE color: 10786464.

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

Color convert

RGB160150164-
CMYK0.020.0900.36
HSL282.86º7.14%61.57%-
HSV(B)282.86º8.54%64.31%-
XYZ32.131.9739.6-
YUV154.59133.31131.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=33.76%
G=31.65%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601501640.020.0900.36282.867.1461.57
HexA096A42902411b73e
Octal240226244211044433776
Binary1010000010010110101001001010010100100100011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096A4; }

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

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

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

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

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

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

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

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