#9890A2

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

Shades of Amethyst Smoke #9890A2

Tints of Amethyst Smoke #9890A2

Color information

#9890A2 (or 0x9890A2) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 90 and A2. RGB value is (152,144,162). Sum of RGB (Red+Green+Blue) = 152+144+162=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 162 - color contains mainly: blue. Hex color #9890A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9890A2 is #676F5D. Grayscale: #949494. Windows color (decimal): -6778718 or 10653848. OLE color: 10653848.

HSL color Cylindrical-coordinate representation of color #9890A2: hue angle of 266.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9890A2 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB152144162-
CMYK0.060.1100.36
HSL266.67º8.82%60%-
HSV(B)266.67º11.11%63.53%-
XYZ29.4429.2338.27-
YUV148.44135.65130.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 162 (63.67% from 255) = 35.37%
R=33.19%
G=31.44%
B=35.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521441620.060.1100.36266.678.8260
Hex9890A26B02410b93c
Octal2302202426130444131174
Binary100110001001000010100010110101101001001000010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9890A2; }

 p { color: rgb(152,144,162); }

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

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

 a { background-color: rgb(152,144,162); }

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

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

 span { border-color: rgb(152,144,162); }

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