#997CA4

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

Shades of Amethyst Smoke #997CA4

Tints of Amethyst Smoke #997CA4

Color information

#997CA4 (or 0x997CA4) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 7C and A4. RGB value is (153,124,164). Sum of RGB (Red+Green+Blue) = 153+124+164=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 164 - color contains mainly: blue. Hex color #997CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997CA4 is #66835B. Grayscale: #898989. Windows color (decimal): -6718300 or 10779801. OLE color: 10779801.

HSL color Cylindrical-coordinate representation of color #997CA4: hue angle of 283.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997CA4 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB153124164-
CMYK0.070.2400.36
HSL283.5º18.02%56.47%-
HSV(B)283.5º24.39%64.31%-
XYZ27.0523.8738.3-
YUV137.23143.11139.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=34.69%
G=28.12%
B=37.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531241640.070.2400.36283.518.0256.47
Hex997CA471802411c1238
Octal2311742447300444342270
Binary1001100111111001010010011111000010010010001110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997CA4; }

 p { color: rgb(153,124,164); }

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

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

 a { background-color: rgb(153,124,164); }

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

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

 span { border-color: rgb(153,124,164); }

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