Html Css Color HEX #997EA0 Amethyst Smoke

📋 copy color: '#997EA0'

red 153 ◦ green 126 ◦ blue 160

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

Shades of Amethyst Smoke #997EA0

Tints of Amethyst Smoke #997EA0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.7%

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

R = 34.85%
G = 28.7%
B = 36.45%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#997EA0 (or 0x997EA0) is known color: Amethyst Smoke. HEX triplet: 99, 7E and A0. RGB value is (153,126,160). Sum of RGB (Red+Green+Blue) = 153+126+160=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 160 - color contains mainly: blue. Hex color #997EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997EA0 is #66815F. Grayscale: #898989. Windows color (decimal): -6717792 or 10518169. OLE color: 10518169.

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

Color convert

RGB 153 126 160 -
CMYK 0.04 0.21 0 0.37
HSL 287.65º 0.15% 0.56% -
HSV(B) 287.65º 0.21% 0.63% -
XYZ 26.94 24.23 36.51 -
YUV 137.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 153 126 160 0.04 0.21 0 0.37 287.65 0.15 0.56
Hex 99 7E A0 4 15 0 25 120 F 38
Octal 231 176 240 4 25 0 45 440 17 70
Binary 10011001 1111110 10100000 100 10101 0 100101 100100000 1111 111000

Color Harmonies of #997EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EA0

Black with #997EA0

Text Example


Text Example

White with #997EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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