#9A8CAA

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

Shades of Amethyst Smoke #9A8CAA

Tints of Amethyst Smoke #9A8CAA

Color information

#9A8CAA (or 0x9A8CAA) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 8C and AA. RGB value is (154,140,170). Sum of RGB (Red+Green+Blue) = 154+140+170=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8CAA is #657355. Grayscale: #939393. Windows color (decimal): -6648662 or 11177114. OLE color: 11177114.

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

Color convert

RGB154140170-
CMYK0.090.1800.33
HSL268º15%60.78%-
HSV(B)268º17.65%66.67%-
XYZ29.9628.5341.96-
YUV147.61140.64132.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=33.19%
G=30.17%
B=36.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541401700.090.1800.332681560.78
Hex9A8CAA91202110cf3d
Octal23221425211220414141775
Binary10011010100011001010101010011001001000011000011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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