#9A7CA5

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

Shades of Amethyst Smoke #9A7CA5

Tints of Amethyst Smoke #9A7CA5

Color information

#9A7CA5 (or 0x9A7CA5) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 7C and A5. RGB value is (154,124,165). Sum of RGB (Red+Green+Blue) = 154+124+165=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A7CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7CA5 is #65835A. Grayscale: #898989. Windows color (decimal): -6652763 or 10845338. OLE color: 10845338.

HSL color Cylindrical-coordinate representation of color #9A7CA5: hue angle of 283.9º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A7CA5 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB154124165-
CMYK0.070.2500.35
HSL283.9º18.55%56.67%-
HSV(B)283.9º24.85%64.71%-
XYZ27.332438.79-
YUV137.64143.44139.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=34.76%
G=27.99%
B=37.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541241650.070.2500.35283.918.5556.67
Hex9A7CA571902311c1339
Octal2321742457310434342371
Binary1001101011111001010010111111001010001110001110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,124,165); }

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

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

 a { background-color: rgb(154,124,165); }

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

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

 span { border-color: rgb(154,124,165); }

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