#9A83AA

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

Shades of Amethyst Smoke #9A83AA

Tints of Amethyst Smoke #9A83AA

Color information

#9A83AA (or 0x9A83AA) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 83 and AA. RGB value is (154,131,170). Sum of RGB (Red+Green+Blue) = 154+131+170=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A83AA is #657C55. Grayscale: #8E8E8E. Windows color (decimal): -6650966 or 11174810. OLE color: 11174810.

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

Color convert

RGB154131170-
CMYK0.090.2300.33
HSL275.38º18.66%59.02%-
HSV(B)275.38º22.94%66.67%-
XYZ28.72641.54-
YUV142.32143.62136.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=33.85%
G=28.79%
B=37.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541311700.090.2300.33275.3818.6659.02
Hex9A83AA917021113133b
Octal23220325211270414232373
Binary100110101000001110101010100110111010000110001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,131,170); }

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

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

 a { background-color: rgb(154,131,170); }

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

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

 span { border-color: rgb(154,131,170); }

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