Html Css Color HEX #997CA0 Amethyst Smoke

📋 copy color: '#997CA0'

red 153 ◦ green 124 ◦ blue 160

#997CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #997CA0

Tints of Amethyst Smoke #997CA0

RGB

 RED value IS 153 (60.16% from 255) = 35.01%

 GREEN value IS 124 (48.83% from 255) = 28.38%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 35.01%
G = 28.38%
B = 36.61%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#997CA0 (or 0x997CA0) is known color: Amethyst Smoke. HEX triplet: 99, 7C and A0. RGB value is (153,124,160). Sum of RGB (Red+Green+Blue) = 153+124+160=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #997CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997CA0 is #66835F. Grayscale: #888888. Windows color (decimal): -6718304 or 10517657. OLE color: 10517657.

HSL color Cylindrical-coordinate representation of color #997CA0: hue angle of 288.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997CA0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 124 160 -
CMYK 0.04 0.22 0 0.37
HSL 288.33º 0.16% 0.56% -
HSV(B) 288.33º 0.23% 0.63% -
XYZ 26.69 23.73 36.43 -
YUV 136.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 153 124 160 0.04 0.22 0 0.37 288.33 0.16 0.56
Hex 99 7C A0 4 16 0 25 120 10 38
Octal 231 174 240 4 26 0 45 440 20 70
Binary 10011001 1111100 10100000 100 10110 0 100101 100100000 10000 111000

Color Harmonies of #997CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CA0

Black with #997CA0

Text Example


Text Example

White with #997CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997CA0;
 }
 .AnyTagClassName
 {
   color: #997CA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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