Html Css Color HEX #977FA1 Amethyst Smoke

📋 copy color: '#977FA1'

red 151 ◦ green 127 ◦ blue 161

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

Shades of Amethyst Smoke #977FA1

Tints of Amethyst Smoke #977FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.67%

R = 34.4%
G = 28.93%
B = 36.67%

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

#977FA1 (or 0x977FA1) is known color: Amethyst Smoke. HEX triplet: 97, 7F and A1. RGB value is (151,127,161). Sum of RGB (Red+Green+Blue) = 151+127+161=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 161 - color contains mainly: blue. Hex color #977FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977FA1 is #68805E. Grayscale: #898989. Windows color (decimal): -6848607 or 10583959. OLE color: 10583959.

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

Color convert

RGB 151 127 161 -
CMYK 0.06 0.21 0 0.37
HSL 282.35º 0.15% 0.56% -
HSV(B) 282.35º 0.21% 0.63% -
XYZ 26.78 24.33 37 -
YUV 138.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 151 127 161 0.06 0.21 0 0.37 282.35 0.15 0.56
Hex 97 7F A1 6 15 0 25 11A F 38
Octal 227 177 241 6 25 0 45 432 17 70
Binary 10010111 1111111 10100001 110 10101 0 100101 100011010 1111 111000

Color Harmonies of #977FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FA1

Black with #977FA1

Text Example


Text Example

White with #977FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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