#9A82AA

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

Shades of Amethyst Smoke #9A82AA

Tints of Amethyst Smoke #9A82AA

Color information

#9A82AA (or 0x9A82AA) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 82 and AA. RGB value is (154,130,170). Sum of RGB (Red+Green+Blue) = 154+130+170=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A82AA is #657D55. Grayscale: #8D8D8D. Windows color (decimal): -6651222 or 11174554. OLE color: 11174554.

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

Color convert

RGB154130170-
CMYK0.090.2400.33
HSL276º19.05%58.82%-
HSV(B)276º23.53%66.67%-
XYZ28.5625.7441.49-
YUV141.74143.95136.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=33.92%
G=28.63%
B=37.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541301700.090.2400.3327619.0558.82
Hex9A82AA918021114133b
Octal23220225211300414242373
Binary100110101000001010101010100111000010000110001010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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