Html Css Color HEX #977FA4 Amethyst Smoke

📋 copy color: '#977FA4'

red 151 ◦ green 127 ◦ blue 164

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

Shades of Amethyst Smoke #977FA4

Tints of Amethyst Smoke #977FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 34.16%
G = 28.73%
B = 37.1%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#977FA4 (or 0x977FA4) is known color: Amethyst Smoke. HEX triplet: 97, 7F and A4. RGB value is (151,127,164). Sum of RGB (Red+Green+Blue) = 151+127+164=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 164 - color contains mainly: blue. Hex color #977FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977FA4 is #68805B. Grayscale: #8A8A8A. Windows color (decimal): -6848604 or 10780567. OLE color: 10780567.

HSL color Cylindrical-coordinate representation of color #977FA4: hue angle of 278.92º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977FA4 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 127 164 -
CMYK 0.08 0.23 0 0.36
HSL 278.92º 0.17% 0.57% -
HSV(B) 278.92º 0.23% 0.64% -
XYZ 27.05 24.44 38.41 -
YUV 138.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 151 127 164 0.08 0.23 0 0.36 278.92 0.17 0.57
Hex 97 7F A4 8 17 0 24 117 11 39
Octal 227 177 244 10 27 0 44 427 21 71
Binary 10010111 1111111 10100100 1000 10111 0 100100 100010111 10001 111001

Color Harmonies of #977FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FA4

Black with #977FA4

Text Example


Text Example

White with #977FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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