#957FA0

Color #957FA0 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #957FA0

Tints of Amethyst Smoke #957FA0

Color information

#957FA0 (or 0x957FA0) is unknown color: approx 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

RGB149127160-
CMYK0.070.2100.37
HSL280º14.8%56.27%-
HSV(B)280º20.62%62.75%-
XYZ26.3324.1136.52-
YUV137.34140.79136.32-

RGB Variations

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

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.70%
R=34.17%
G=29.13%
B=36.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491271600.070.2100.3728014.856.27
Hex957FA0715025118f38
Octal2251772407250454301770
Binary100101011111111101000001111010101001011000110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>