Html Css Color HEX #977DA0 Amethyst Smoke

📋 copy color: '#977DA0'

red 151 ◦ green 125 ◦ blue 160

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

Shades of Amethyst Smoke #977DA0

Tints of Amethyst Smoke #977DA0

RGB

 RED value IS 151 (59.38% from 255) = 34.63%

 GREEN value IS 125 (49.22% from 255) = 28.67%

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

R = 34.63%
G = 28.67%
B = 36.7%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#977DA0 (or 0x977DA0) is known color: Amethyst Smoke. HEX triplet: 97, 7D and A0. RGB value is (151,125,160). Sum of RGB (Red+Green+Blue) = 151+125+160=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #977DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977DA0 is #68825F. Grayscale: #888888. Windows color (decimal): -6849120 or 10517911. OLE color: 10517911.

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

Color convert

RGB 151 125 160 -
CMYK 0.06 0.22 0 0.37
HSL 284.57º 0.16% 0.56% -
HSV(B) 284.57º 0.22% 0.63% -
XYZ 26.44 23.78 36.45 -
YUV 136.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 151 125 160 0.06 0.22 0 0.37 284.57 0.16 0.56
Hex 97 7D A0 6 16 0 25 11D 10 38
Octal 227 175 240 6 26 0 45 435 20 70
Binary 10010111 1111101 10100000 110 10110 0 100101 100011101 10000 111000

Color Harmonies of #977DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DA0

Black with #977DA0

Text Example


Text Example

White with #977DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977DA0; }

 p { color: rgb(151,125,160); }

 H1.HeaderClassName
 {
   color: #977DA0;
 }
 .AnyTagClassName
 {
   color: #977DA0;
 }
</style>

background-color css

<style>
 a { background-color: #977DA0; }

 a { background-color: rgb(151,125,160); }

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

border-color css

<style>
 span { border-color: #977DA0; }

 span { border-color: rgb(151,125,160); }

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