#A187A4

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

Shades of Amethyst Smoke #A187A4

Tints of Amethyst Smoke #A187A4

Color information

#A187A4 (or 0xA187A4) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 87 and A4. RGB value is (161,135,164). Sum of RGB (Red+Green+Blue) = 161+135+164=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 164 - color contains mainly: blue. Hex color #A187A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A187A4 is #5E785B. Grayscale: #919191. Windows color (decimal): -6191196 or 10782625. OLE color: 10782625.

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

Color convert

RGB161135164-
CMYK0.020.1800.36
HSL293.79º13.74%58.63%-
HSV(B)293.79º17.68%64.31%-
XYZ30.0627.5938.86-
YUV146.08138.11138.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=35%
G=29.35%
B=35.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611351640.020.1800.36293.7913.7458.63
HexA187A4212024126e3b
Octal2412072442220444461673
Binary101000011000011110100100101001001001001001001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187A4; }

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

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

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

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

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

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

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

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