#8A768F

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

Shades of Amethyst Smoke #8A768F

Tints of Amethyst Smoke #8A768F

Color information

#8A768F (or 0x8A768F) is unknown color: approx Amethyst Smoke. HEX triplet: 8A, 76 and 8F. RGB value is (138,118,143). Sum of RGB (Red+Green+Blue) = 138+118+143=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A768F is #758970. Grayscale: #7E7E7E. Windows color (decimal): -7702897 or 9401994. OLE color: 9401994.

HSL color Cylindrical-coordinate representation of color #8A768F: hue angle of 288º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A768F is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB138118143-
CMYK0.030.1700.44
HSL288º10.04%51.18%-
HSV(B)288º17.48%56.08%-
XYZ21.9220.3428.76-
YUV126.83137.13135.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=34.59%
G=29.57%
B=35.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381181430.030.1700.4428810.0451.18
Hex8A768F31102C120a33
Octal2121662173210544401263
Binary10001010111011010001111111000101011001001000001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A768F; }

 p { color: rgb(138,118,143); }

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

<style>
 a { background-color: #8A768F; }

 a { background-color: rgb(138,118,143); }

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

<style>
 span { border-color: #8A768F; }

 span { border-color: rgb(138,118,143); }

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