#A395A7

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

Shades of Amethyst Smoke #A395A7

Tints of Amethyst Smoke #A395A7

Color information

#A395A7 (or 0xA395A7) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 95 and A7. RGB value is (163,149,167). Sum of RGB (Red+Green+Blue) = 163+149+167=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 167 - color contains mainly: blue. Hex color #A395A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A395A7 is #5C6A58. Grayscale: #9B9B9B. Windows color (decimal): -6056537 or 10982819. OLE color: 10982819.

HSL color Cylindrical-coordinate representation of color #A395A7: hue angle of 286.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A395A7 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB163149167-
CMYK0.020.1100.35
HSL286.67º9.28%61.96%-
HSV(B)286.67º10.78%65.49%-
XYZ32.8332.0741.02-
YUV155.24134.64133.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=34.03%
G=31.11%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631491670.020.1100.35286.679.2861.96
HexA395A72B02311f93e
Octal2432252472130434371176
Binary10100011100101011010011110101101000111000111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395A7; }

 p { color: rgb(163,149,167); }

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

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

 a { background-color: rgb(163,149,167); }

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

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

 span { border-color: rgb(163,149,167); }

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