Html Css Color HEX #977FA0 Amethyst Smoke

📋 copy color: '#977FA0'

red 151 ◦ green 127 ◦ blue 160

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

Shades of Amethyst Smoke #977FA0

Tints of Amethyst Smoke #977FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

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

R = 34.47%
G = 29%
B = 36.53%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#977FA0 (or 0x977FA0) is known color: Amethyst Smoke. HEX triplet: 97, 7F and A0. RGB value is (151,127,160). Sum of RGB (Red+Green+Blue) = 151+127+160=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 160 - color contains mainly: blue. Hex color #977FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977FA0 is #68805F. Grayscale: #898989. Windows color (decimal): -6848608 or 10518423. OLE color: 10518423.

HSL color Cylindrical-coordinate representation of color #977FA0: hue angle of 283.64º 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 #977FA0 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 127 160 -
CMYK 0.06 0.21 0 0.37
HSL 283.64º 0.15% 0.56% -
HSV(B) 283.64º 0.21% 0.63% -
XYZ 26.7 24.3 36.54 -
YUV 137.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 151 127 160 0.06 0.21 0 0.37 283.64 0.15 0.56
Hex 97 7F A0 6 15 0 25 11C F 38
Octal 227 177 240 6 25 0 45 434 17 70
Binary 10010111 1111111 10100000 110 10101 0 100101 100011100 1111 111000

Color Harmonies of #977FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FA0

Black with #977FA0

Text Example


Text Example

White with #977FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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