#9F7AA3

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

Shades of Amethyst Smoke #9F7AA3

Tints of Amethyst Smoke #9F7AA3

Color information

#9F7AA3 (or 0x9F7AA3) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 7A and A3. RGB value is (159,122,163). Sum of RGB (Red+Green+Blue) = 159+122+163=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 163 - color contains mainly: blue. Hex color #9F7AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7AA3 is #60855C. Grayscale: #898989. Windows color (decimal): -6325597 or 10713759. OLE color: 10713759.

HSL color Cylindrical-coordinate representation of color #9F7AA3: hue angle of 294.15º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F7AA3 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB159122163-
CMYK0.020.2500.36
HSL294.15º18.22%55.88%-
HSV(B)294.15º25.15%63.92%-
XYZ27.8723.9337.8-
YUV137.74142.26143.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 163 (64.06% from 255) = 36.71%
R=35.81%
G=27.48%
B=36.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591221630.020.2500.36294.1518.2255.88
Hex9F7AA32190241261238
Octal2371722432310444462270
Binary100111111111010101000111011001010010010010011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,122,163); }

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

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

 a { background-color: rgb(159,122,163); }

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

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

 span { border-color: rgb(159,122,163); }

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