#9780A4

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

Shades of Amethyst Smoke #9780A4

Tints of Amethyst Smoke #9780A4

Color information

#9780A4 (or 0x9780A4) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 80 and A4. RGB value is (151,128,164). Sum of RGB (Red+Green+Blue) = 151+128+164=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 164 - color contains mainly: blue. Hex color #9780A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9780A4 is #687F5B. Grayscale: #8A8A8A. Windows color (decimal): -6848348 or 10780823. OLE color: 10780823.

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

Color convert

RGB151128164-
CMYK0.080.2200.36
HSL278.33º16.51%57.25%-
HSV(B)278.33º21.95%64.31%-
XYZ27.1824.738.46-
YUV138.98142.12136.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 164 (64.45% from 255) = 37.02%
R=34.09%
G=28.89%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511281640.080.2200.36278.3316.5157.25
Hex9780A48160241161139
Octal22720024410260444262171
Binary100101111000000010100100100010110010010010001011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9780A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9780A4; }

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

 H1.HeaderClassName
 {
   color: #9780A4;
 }
 .AnyTagClassName
 {
   color: #9780A4;
 }
</style>
background-color css

<style>
 a { background-color: #9780A4; }

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

 div.DivClassName
 {
   background-color: #9780A4;
 }
 .BgClassName
 {
   background-color: #9780A4;
 }
</style>
border-color css

<style>
 span { border-color: #9780A4; }

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

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