#9D88AC

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

Shades of Amethyst Smoke #9D88AC

Tints of Amethyst Smoke #9D88AC

Color information

#9D88AC (or 0x9D88AC) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 88 and AC. RGB value is (157,136,172). Sum of RGB (Red+Green+Blue) = 157+136+172=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D88AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D88AC is #627753. Grayscale: #929292. Windows color (decimal): -6453076 or 11307165. OLE color: 11307165.

HSL color Cylindrical-coordinate representation of color #9D88AC: hue angle of 275º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D88AC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157136172-
CMYK0.090.2100.33
HSL275º17.82%60.39%-
HSV(B)275º20.93%67.45%-
XYZ30.1627.7542.8-
YUV146.38142.46135.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.76%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=33.76%
G=29.25%
B=36.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571361720.090.2100.3327517.8260.39
Hex9D88AC915021113123c
Octal23521025411250414232274
Binary100111011000100010101100100110101010000110001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D88AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D88AC; }

 p { color: rgb(157,136,172); }

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

<style>
 a { background-color: #9D88AC; }

 a { background-color: rgb(157,136,172); }

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

<style>
 span { border-color: #9D88AC; }

 span { border-color: rgb(157,136,172); }

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