Html Css Color HEX #957FA0 Amethyst Smoke

📋 copy color: '#957FA0'

red 149 ◦ green 127 ◦ blue 160

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

Shades of Amethyst Smoke #957FA0

Tints of Amethyst Smoke #957FA0

RGB

 RED value IS 149 (58.59% from 255) = 34.17%

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

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

R = 34.17%
G = 29.13%
B = 36.7%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#957FA0 (or 0x957FA0) is known color: Amethyst Smoke. HEX triplet: 95, 7F and A0. RGB value is (149,127,160). Sum of RGB (Red+Green+Blue) = 149+127+160=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 127 (50% from 255 or 29.13% 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 #957FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FA0 is #6A805F. Grayscale: #898989. Windows color (decimal): -6979680 or 10518421. OLE color: 10518421.

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

Color convert

RGB 149 127 160 -
CMYK 0.07 0.21 0 0.37
HSL 280º 0.15% 0.56% -
HSV(B) 280º 0.21% 0.63% -
XYZ 26.33 24.11 36.52 -
YUV 137.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 149 127 160 0.07 0.21 0 0.37 280 0.15 0.56
Hex 95 7F A0 7 15 0 25 118 F 38
Octal 225 177 240 7 25 0 45 430 17 70
Binary 10010101 1111111 10100000 111 10101 0 100101 100011000 1111 111000

Color Harmonies of #957FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FA0

Black with #957FA0

Text Example


Text Example

White with #957FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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