#9A869B

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

Shades of Amethyst Smoke #9A869B

Tints of Amethyst Smoke #9A869B

Color information

#9A869B (or 0x9A869B) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 86 and 9B. RGB value is (154,134,155). Sum of RGB (Red+Green+Blue) = 154+134+155=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A869B is #657964. Grayscale: #8E8E8E. Windows color (decimal): -6650213 or 10192538. OLE color: 10192538.

HSL color Cylindrical-coordinate representation of color #9A869B: hue angle of 297.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A869B is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB154134155-
CMYK0.010.1400.39
HSL297.14º9.5%56.67%-
HSV(B)297.14º13.55%60.78%-
XYZ27.7726.2934.62-
YUV142.37135.13136.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=34.76%
G=30.25%
B=34.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541341550.010.1400.39297.149.556.67
Hex9A869B1E027129a39
Octal2322062331160474511271
Binary1001101010000110100110111111001001111001010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A869B; }

 p { color: rgb(154,134,155); }

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

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

 a { background-color: rgb(154,134,155); }

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

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

 span { border-color: rgb(154,134,155); }

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