#A195A4

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

Shades of Amethyst Smoke #A195A4

Tints of Amethyst Smoke #A195A4

Color information

#A195A4 (or 0xA195A4) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 95 and A4. RGB value is (161,149,164). Sum of RGB (Red+Green+Blue) = 161+149+164=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 164 - color contains mainly: blue. Hex color #A195A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A195A4 is #5E6A5B. Grayscale: #9A9A9A. Windows color (decimal): -6187612 or 10786209. OLE color: 10786209.

HSL color Cylindrical-coordinate representation of color #A195A4: hue angle of 288º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A195A4 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161149164-
CMYK0.020.0900.36
HSL288º7.61%61.37%-
HSV(B)288º9.15%64.31%-
XYZ32.1531.7539.56-
YUV154.3133.48132.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=33.97%
G=31.43%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611491640.020.0900.362887.6161.37
HexA195A42902412083d
Octal2412252442110444401075
Binary10100001100101011010010010100101001001001000001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195A4; }

 p { color: rgb(161,149,164); }

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

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

 a { background-color: rgb(161,149,164); }

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

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

 span { border-color: rgb(161,149,164); }

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