#9A85AA

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

Shades of Amethyst Smoke #9A85AA

Tints of Amethyst Smoke #9A85AA

Color information

#9A85AA (or 0x9A85AA) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 85 and AA. RGB value is (154,133,170). Sum of RGB (Red+Green+Blue) = 154+133+170=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A85AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A85AA is #657A55. Grayscale: #8F8F8F. Windows color (decimal): -6650454 or 11175322. OLE color: 11175322.

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

Color convert

RGB154133170-
CMYK0.090.2200.33
HSL274.05º17.87%59.41%-
HSV(B)274.05º21.76%66.67%-
XYZ28.9726.5541.63-
YUV143.5142.96135.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=33.70%
G=29.10%
B=37.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541331700.090.2200.33274.0517.8759.41
Hex9A85AA916021112123b
Octal23220525211260414222273
Binary100110101000010110101010100110110010000110001001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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