#9A7FA7

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

Shades of Amethyst Smoke #9A7FA7

Tints of Amethyst Smoke #9A7FA7

Color information

#9A7FA7 (or 0x9A7FA7) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 7F and A7. RGB value is (154,127,167). Sum of RGB (Red+Green+Blue) = 154+127+167=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 167 - color contains mainly: blue. Hex color #9A7FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7FA7 is #658058. Grayscale: #8B8B8B. Windows color (decimal): -6651993 or 10977178. OLE color: 10977178.

HSL color Cylindrical-coordinate representation of color #9A7FA7: hue angle of 280.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A7FA7 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB154127167-
CMYK0.080.2400.35
HSL280.5º18.52%57.65%-
HSV(B)280.5º23.95%65.49%-
XYZ27.8924.8439.88-
YUV139.63143.45138.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 167 (65.62% from 255) = 37.28%
R=34.38%
G=28.35%
B=37.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541271670.080.2400.35280.518.5257.65
Hex9A7FA7818023118133a
Octal23217724710300434302372
Binary10011010111111110100111100011000010001110001100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,127,167); }

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

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

 a { background-color: rgb(154,127,167); }

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

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

 span { border-color: rgb(154,127,167); }

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